A minimal example showing the JSON → UI flow: define a UI in JSON, render it with SchemaRenderer.
- Schema (
schema.json) — aPagecontaining aCardwith text and a button - Renderer (
App.tsx) — passes the schema to<SchemaRenderer>which resolves eachtypefrom the component registry
examples/hello-world/
├── schema.json # JSON UI definition
├── App.tsx # React entry point
├── package.json
└── README.md
# From the monorepo root
pnpm install
# Use App.tsx inside your own Vite/Next.js app.- BYO Backend Console — add ObjectUI to an existing product with your own REST/GraphQL backend (~100 lines: custom
DataSource+ router) - Console Starter — fork it to stand up a brand-new ObjectStack console, with the full plugin set already wired
- Schema Catalog — canonical JSON schemas used across docs & tests