import { pageMetadata } from "@/lib/page-metadata" export const metadata = pageMetadata("docs/installation") # Installation Install the core package plus your renderer of choice. ## For React UI Peer dependencies: `react ^19.0.0` and `zod ^4.0.0`. ## For Vue Peer dependencies: `vue ^3.5.0` and `zod ^4.0.0`. ## For React UI with shadcn/ui Pre-built components for fast prototyping and production use: Requires Tailwind CSS in your project. See the [@json-render/shadcn API reference](/docs/api/shadcn) for usage. ## For React Native ## For Remotion Video ## For External State Management (Optional) If you want to wire json-render to an existing state management library instead of the built-in store, install the adapter for your library: See the [Data Binding](/docs/data-binding#external-store-controlled-mode) guide for usage. ## For AI Integration To use json-render with AI models, you'll also need the Vercel AI SDK: