Agent-native app compiler
Intent goes in. Interface comes out.
Agents commit to meaning — nodes, bindings, motifs. ViewSpec compiles the UI, the state reducer, replay checks, and shell proof. Deterministic, and no runtime LLM.
replay
state replay passed
reducer
reducer generated
manifest
manifest checked
shell
shell hash matched
runtime
No runtime LLM
browser corpus
10/10 conformant
viewports
mobile · tablet · desktop
product quality
10/10 first-compile passes · 0 critical issues
semantic corrections
10/10 verified previews · 10 applied receipts
refinement gates
8/8 passed
1 · intent
Agent writes IntentBundle JSON.
2 · compile
CompositionIR to UI and reducer, no LLM.
3 · proof
Provenance, replay, and shell hash attached.
| State IR | interactive_state_v0 writes state_reducer.ts and reduceViewSpecState. |
|---|---|
| Aesthetic Profiles | Eight compiled projections from one semantic graph. |
| Proof Pipeline | state_replay_assertions plus viewspec prove-app --with-shell. |
| Semantic Correction | Source-bound previews and applied receipts keep changes traceable. |
| Portable Surfaces | html-tailwind and React locally; four integrity-checked targets through the paid API. |
| describe | Author IntentBundle or AppBundle JSON. |
|---|---|
| validate | viewspec validate-intent fails closed on drift. |
| prove | viewspec prove --intent compiles, checks, and renders the exact artifact. |
| Free | Local SDK. Unlimited compiles, proofs, and surfaces. |
|---|---|
| Pro | 149/mo. Hosted compiler API, 10k calls per day. |
| Enterprise | Custom volume, organization sharing, and support. |
provenance
Every element traces to its address.
determinism
Same source, design, and compiler version; same bytes and hash.