import { Button } from "@/components/ui/button"; export const metadata = { title: "Playground | json-render", }; export default function PlaygroundPage() { return (
Try json-render with a live example.
Clone the repository and run the example dashboard.
{`git clone https://github.com/vercel-labs/json-render
cd json-render
pnpm install
pnpm dev`}
Open http://localhost:3001 for the example dashboard.
Try these prompts in the example dashboard:
A browser-based playground is coming soon.