Every page state recorded.
A Chrome extension POSTs /api/chain/<slug>/event for every page
it observes. Tamper-evident audit of where you've been, what you've read.
A backend that records every pulse, every second, every event your application generates. Wire any frontend into it — a Chrome extension, an IoT device, a lab instrument, a browser app, an email server. The state machine ticks at 1.287 Hz and writes a tamper-evident audit chain. Public or private. One click.
Your state machine is a backend. Whatever you build on top, it audits.
A Chrome extension POSTs /api/chain/<slug>/event for every page
it observes. Tamper-evident audit of where you've been, what you've read.
Devices ping POST /event with each reading's hash. The state machine
ticks at the same 1.287 Hz cadence the firmware uses.
A pharmacist's app POSTs every prescription action. Audit-chain integrity is
verifiable at /api/chain/<slug>/pohc/validate.
A lab instrument streams measurements to its state machine. Each row's hash chains to the previous — replay the chain to prove the data wasn't altered.
Hook your team's outbound SMTP. The state machine records the envelope hash — not the body — so you can prove a message existed at zeqond N.
A file watcher POSTs POST /file with the SHA-256 of every changed file.
The audit chain is the file system's tamper-evident log.
Your trading frontend POSTs every decision. The Zeqond is the broker-independent proof of when you made it.
A git pre-receive hook POSTs the commit hash + repo metadata. The state machine gives you a tamper-evident timeline across multiple repos.
Your namespace is live. Wire your frontend in.