Zeq Observer
The Zeq Observer — one chain at a time, never intermixed.
App ID observer Live ZEQ_BASE_URL/apps/observer/ Auth signed-in session Precision ≤0.1%
What it does
Your machine's cockpit. Where the public observatory at /state/ shows the whole node to anyone, the Observer shows one entangled state at a time to its owner:
- Scopes — flip between the foundation view and your own machine; the console never intermixes chains.
- Per-application sections — rows grouped by the app that wrote them (messaging transit receipts, contract firings, site deploys, ZSC reads), with per-Zeqond density.
- Named sources — sources an engineer connected and named; visible to machine members only on private machines.
- Find / pull / save — search rows, pull fresh pages from the chain, save views you come back to.
Full comparison and when-to-use-which: The Two Observatories.
Use it
Open /apps/observer/ signed in, pick a scope, drill into any row — every entry links to its full envelope. From the terminal the same data is zeq state head / zeq state audit --limit 10 / zeq state explore.
Honest limits
- Session-gated like every
/apps/*surface — there is no anonymous view (that's/state/). - It reads the chain; it cannot edit it. The entangled state is append-only by construction.
Reference
- UI:
apps/zeq-dev/public/apps/observer/ - API:
/api/chain/*— see Chain API, incl.GET /api/chain/:slug/sources