page.mdx 704 B

1234567891011121314151617181920212223242526272829303132
  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 React Native
  7. <PackageInstall packages="@json-render/core @json-render/react-native" />
  8. ## For Remotion Video
  9. <PackageInstall packages="@json-render/core @json-render/remotion remotion @remotion/player" />
  10. ## Peer Dependencies
  11. json-render requires the following peer dependencies:
  12. - `react` ^19.0.0
  13. - `zod` ^4.0.0
  14. <PackageInstall packages="react zod" />
  15. ## For AI Integration
  16. To use json-render with AI models, you'll also need the Vercel AI SDK:
  17. <PackageInstall packages="ai" />