A real-time editor for creating and editing Mermaid diagrams. Built with Next.js and shadcn/ui. view demo
- 🔄 Real-time preview
- 🎨 Syntax highlighting
- ⚙️ Configuration editor
- 📱 Responsive design
- 🌓 Dark/Light mode support
↔️ Resizable panels
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the editor.
- Flowcharts
- Sequence Diagrams
- Class Diagrams
- State Diagrams
- Entity Relationship Diagrams
- User Journey Diagrams
- Gantt Charts
- Pie Charts
- And more...
MIT License - feel free to use this project for your own purposes.