π¦
Plate Playground Template
Plate AI template with React 19, Next 16, Tailwind 4, MCP.
0 installs
220 stars
71 forks
Trust: 74 β Good
Devtools
Installation
npx plate-playground-templateAsk AI about Plate Playground Template
Powered by Claude Β· Grounded in docs
I know everything about Plate Playground Template. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Playground Template
A Next.js template with Plate AI, plugins and components.
Features
Requirements
- Node.js 20+
- bun
Installation
Choose one of these methods:
1. Using CLI (Recommended)
npx shadcn@latest add @plate/editor-ai
2. Using Template
Use this template, then install dependencies:
bun install
Development
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.
