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

Installation

Install the core and React packages to get started.

Install packages

Peer Dependencies

json-render requires the following peer dependencies:

For AI Integration

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

); }