Synthetic local prototype

Tailbook

A synthetic lease-assurance workspace connecting aircraft evidence, transitions, and maintenance reserve review.

9T1 Labs / WebTailbook
Tailbook aircraft lease assurance action queue
Tailbook transition review with evidence and approval status
Tailbook mobile field companion inspection workflow
Categories
Web / iOS
Year
2026
Role
Creator

Connect the evidence chain without pretending to replace authority.

Tailbook links clause-to-evidence assurance, delivery and redelivery control, and maintenance reserve review in one synthetic workspace.

The command surface, API, and field companion share an auditable path while keeping legal, regulatory, airworthiness, registry, sanctions, accounting, and payment decisions outside the prototype.

One evidence version moves through distinct human reviews.

  1. Capture

    A field inspector records a synthetic borescope package while offline.

    Tailbook SwiftUI field companion inspection screen
    The native companion preserves an offline inspection before synchronization.
  2. Synchronize

    An idempotent request creates a new immutable evidence version.

  3. Review

    A named technical reviewer accepts or rejects the specific evidence version.

  4. Transition

    A separate reviewer records the return-condition decision.

    Tailbook transition review after a named approval
    Accepted means approved by the named reviewer for this workflow, not regulator accepted.
  5. Check

    A finance checker reviews the reserve proposal without moving money.

Three surfaces share one typed workflow contract.

The current runtime is local and fixture-backed. The production target remains a modular monolith with explicit storage and connector boundaries.

Command surface

  • React and TypeScript
  • Action queue
  • Evidence review
  • Transition and finance views

Workflow API

  • Versioned mutations
  • Named actors
  • Tenant checks
  • Append-only audit events

Field companion

  • SwiftUI capture
  • Offline workspace
  • Idempotent sync
  • Conflict-preserving state
Current store
The demonstrated API uses deterministic in-memory fixtures and resets when it restarts.
Production direction
PostgreSQL row-level security, immutable object storage, quarantined documents, and outbox workers are specified but not implemented.

Every consequential term is evidence-bounded.

Every consequential term is evidence-bounded.
TermMeaning inside TailbookWhat it never means
AcceptedAccepted by a named reviewer for a stated workflowRegulator accepted, compliant, or airworthy
Evidence currentThe expected version and source date are presentThe underlying fact is legally or technically conclusive
Checker approvedA separate role approved the proposalMoney moved or a settlement became final
Connector resultA mocked or external reference is visibleA registry, sanctions, or authority action succeeded

The workflow was tested across web, API, and native surfaces.

Web and API

Type checks, production builds, route tests, workflow tests, origin controls, and browser review flows passed in the repository verification record.

Offline replay

The Swift core covers idempotent replay, stale-version rejection, and a disclosed-version retry against the local API.

Human control

Focus return, named actors, version checks, explicit empty states, and structured conflict messages were exercised in the final browser pass.

Production work begins at the trust boundary.

Identity and tenancy

Production needs authenticated actors, tenant row policies, and expiring cross-organization grants.

Document safety

Uploads need quarantine, malware scanning, content normalization, isolated OCR, and human acceptance.

External systems

Registry, sanctions, ERP, e-signature, and payment connectors require contracts that never fabricate success.

Next: RelayCare