page.mdx 608 B

12345678910111213141516171819202122232425262728
  1. export const metadata = { title: "Installation" }
  2. # Installation
  3. Install the core package plus your renderer of choice.
  4. ## For React UI
  5. <PackageInstall packages="@json-render/core @json-render/react" />
  6. ## For Remotion Video
  7. <PackageInstall packages="@json-render/core @json-render/remotion remotion @remotion/player" />
  8. ## Peer Dependencies
  9. json-render requires the following peer dependencies:
  10. - `react` ^19.0.0
  11. - `zod` ^4.0.0
  12. <PackageInstall packages="react zod" />
  13. ## For AI Integration
  14. To use json-render with AI models, you'll also need the Vercel AI SDK:
  15. <PackageInstall packages="ai" />