import { PackageInstall } from "@/components/package-install"; export const metadata = { title: "Installation | json-render", }; export default function InstallationPage() { return (

Installation

Install the core package plus your renderer of choice.

For React UI

For Remotion Video

Peer Dependencies

json-render requires the following peer dependencies:

  • react ^19.0.0
  • zod ^4.0.0

For AI Integration

To use json-render with AI models, you'll also need the Vercel AI SDK:

); }