Blueprint SDK
Fills a contract with your data and returns a portable envelope — server-side, no eval.
Learn moreFour honest steps, one artifact you own. You design the contract in the Builder, your frontend fetches it, your backend answers with an envelope, and the client renders it — logic stays in typed, reviewable React.
Design & validate the contract, then export portable JSON you own.
The user opens a URL — read params, orchestrate, fire the fetch.
Your web service handles the request and composes the envelope.
Receive the envelope and render the page — no eval.
Fills a contract with your data and returns a portable envelope — server-side, no eval.
Learn moreAn open contract and a thin runtime you host — it maps nodes to your components.
Learn moreAssemble screens from the atom palette — no code, with a live preview.
Every prop is a validated control — you can't export an invalid contract.
Export portable JSON and self-host the runtime. No lock-in, no black box.
No step in this pipeline ships executable code to the browser. The contract describes structure, the SDK binds data, and the runtime maps nodes to components — so every screen stays auditable, CSP-clean, and yours to run. Logic lives where it belongs: in typed, testable React.