udecode / plate-playground-template

A Next.js 15 template with Plate Playground. AI, Plugins, Components.
https://playground.platejs.org
MIT License
56 stars 21 forks source link
editor nextjs plate radix-ui shadcn-ui slate tailwindcss

Getting Started

Requirements

Environment Variables

Copy the example env file:

cp .env.example .env.local

Set up your environment variables:

Development

  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev