Docs

Architecture

How the runtime, client link, compiler, and governance layers fit together.

Runtime loop

Live sessions serialize events, execute actions, render HTML, compute patches, and stream them to the client link.

Key layers

MSR

Server runtime: sessions, actions, rendering, diffing.

MCL

Client link: event delegation, patch application, islands.

MCB

Compiler: manifests, stable IDs, resumability metadata.

MGT

Governance: budgets, policies, telemetry, replay.