This repository is a minimal Next.js starter that includes the dependencies needed to render AI-generated JSON UI specs with @json-render.
- Next.js + React + TypeScript skeleton.
- Dependencies for
@json-render/coreand@json-render/react. - A starter page that can be wired to JSON render output.
Install dependencies and start the dev server:
npm install
npm run devThen open http://localhost:3000 in your browser.
Replace the placeholder content in app/page.tsx with your JSON render integration. You can map your AI output into a JSON spec and render it using the @json-render/react package.