SUBSTRATE · LIVE WEB SURFACE

This page is breathing.

It is not a static document. Every element below is wired to the live engine through one import — substrate.js — with no backend code of its own.

SOURCE web/mythos/breathe.html · SDK /substrate.js · served from the store, fronted by the Formation door
1 · The pulse — s.health() every 2s
engine  ·  commit  ·  beats 0
2 · The engine, called from the browser — s.forge.claybar(transcript)

Type a conversation. The page hands it to the engine, which fans out three inference passes and returns a structured case — live, no server of this page's own.

Case — auto-filled

Obituary — house voice

How it's wired
<script src="/substrate.js"></script>
const s = substrate();                         // same origin, your session
s.health().then(updatePulse);                  // the pulse above
s.forge.claybar(transcript).then(renderCase);   // the engine call above
s.mtv.watch('chat/general', renderChat);        // live, when signed in