A Next.js 15 template with Plate AI, plugins and components.
Choose one of these methods:
npx shadcx@latest init platenpx shadcx@latest add plate/editor-aiUse this template, then install dependencies:
pnpm installCopy the example env file:
cp .env.example .env.localConfigure .env.local:
OPENAI_API_KEY– OpenAI API key (get one here)UPLOADTHING_TOKEN– UploadThing API key (get one here)
Start the development server:
pnpm devVisit http://localhost:3000/editor to see the editor in action.