Sheetwrite

SVELTE / OFFLINE FIELD WORK

Dispatch keeps moving without signal.

Take a live dispatch board through signal loss: edit real tickets offline, keep every change in IndexedDB, then reconnect and watch the authoritative queue drain.

Adapter
Svelte binding
Engine
Rust / WASM
Surface
Canvas
Live workbook/ Svelte
Real adapter · interactive state
Try itSwitch Offline → edit a ticket → see it enter the durable outbox → reconnect and watch dispatch acknowledge it.Keyboard ready · Canvas rendered

PUBLISHED RUNTIME

See the contract working.

No mock controls or copied state. Every interaction above crosses the public adapter and Grid APIs.

  1. 01
    Offline ticket edits

    The live Grid remains editable while the connection is down.

  2. 02
    Durable outbox

    IndexedDB owns each edit before reconnect drains it in order.

  3. 03
    Causal collaboration

    Presence, remote commits, queue state, and server versions stay live.

  4. 04
    Explicit recovery

    Version conflicts and remount restoration remain inspectable on demand.