An open API service indexing awesome lists of open source software.

https://github.com/udecode/plate-template

Minimal Plate template with React 19, Next 15, TailwindCSS 4.
https://github.com/udecode/plate-template

editor nextjs plate radix-ui shadcn-ui slate tailwindcss

Last synced: 7 months ago
JSON representation

Minimal Plate template with React 19, Next 15, TailwindCSS 4.

Awesome Lists containing this project

README

          

# Playground Template

A minimal template for building rich-text editors with [Plate](https://platejs.org/) and Next.js 15.

## Features

- Next.js 15 App Directory
- [Plate](https://platejs.org/) editor
- [shadcn/ui](https://ui.shadcn.com/)
- [MCP](https://platejs.org/docs/components/mcp)

## Requirements

- Node.js 20+
- pnpm 9+

## Installation

Choose one of these methods:

### 1. Using CLI (Recommended)

```bash
npx shadcn@latest add https://platejs.org/r/editor-basic
```

### 2. Using Template

[Use this template](https://github.com/udecode/plate-template/generate), then install dependencies:

```bash
pnpm install
```

## Development

```bash
pnpm dev
```

Visit http://localhost:3000/editor to see the editor in action.

## Upgrade

Using the CLI, you can upgrade to `editor-ai` by running:

```bash
npx shadcn@latest add https://platejs.org/r/editor-ai -o
```