What this is

A local-first warehouse flight recorder in one self-contained HTML file. Register products, receive inventory, place and ship orders, cancel reservations, and make controlled stock adjustments. Commands validate against the active head projection; accepted commands append one deeply frozen, hash-linked event, while rejected commands advance no sequence at all. The inventory table, order cards, operational metrics, branch comparison, and every displayed state fingerprint are rebuilt from those events.

The replay cursor can move from genesis to the latest valid sequence without touching history. Verified snapshots cache derived state, a deterministic incident preset always produces the same stream, and the data port exports plain JSON or atomically validates an import entirely in the browser.

Why this is mind-blowing

Rewinding changes what the application knows without changing what happened. Fork sequence six and the hypothetical timeline inherits the same verified past, then grows a separate hash chain whose inventory can be compared directly with canonical reality. Neither future edits the other.

Then break it on purpose. The corruption control appends a plausible event with a forged previous-hash link. The reducer stops at the last trustworthy fact, writes lock, the invalid envelope remains visible, and strict import refuses to absorb it. Replay is not an animation here—it is the proof that immutable facts plus a deterministic reducer reproduce the same state hash.