A Next.js template with Plate AI, plugins and components.
Choose one of these methods:
npx shadcn@latest add @plate/editor-ai
Use this template, then install dependencies:
bun install
Copy the example env file:
cp .env.example .env.local
Configure .env.local:
AI_GATEWAY_API_KEY – AI Gateway API key (get one here)UPLOADTHING_TOKEN – UploadThing API key (get one here)Start the development server:
bun dev
Visit http://localhost:3000/editor to see the editor in action.