Installation
Install the core package plus your renderer of choice.
For React UI
npm install @json-render/core @json-render/reactFor React UI with shadcn/ui
Pre-built components for fast prototyping and production use:
npm install @json-render/core @json-render/react @json-render/shadcnRequires Tailwind CSS in your project. See the @json-render/shadcn API reference for usage.
For React Native
npm install @json-render/core @json-render/react-nativeFor Remotion Video
npm install @json-render/core @json-render/remotion remotion @remotion/playerPeer Dependencies
json-render requires the following peer dependencies:
react^19.0.0zod^4.0.0
npm install react zodFor AI Integration
To use json-render with AI models, you'll also need the Vercel AI SDK:
npm install ai