The architecture map
One view of the whole framework — every entry point, service, store, and external surface, and how a request flows through them. Colour-coded by role, rendered on the Zeq clock. Open it full screen, or explore it inline below.
How to read it
Every box is a real part of the running system. Colour marks its role — an entry point you call, a service that does the work, a store that holds state, or an external surface. The lines are how a request actually moves: from a client call, through the pipeline, onto a machine, and back out as a signed envelope.
Read next
- What is Zeq — the one-paragraph model this map expands.
- How a compute runs — one real request, traced to the CPU.
- The machine — the backend at the centre of the map.