A minimal online Mermaid diagram parser for creating, previewing, and exporting diagrams.
Live Demo: https://mappedinfo.github.io/mermaidreader/
- Real-time Preview - Diagrams render instantly as you type
- Zoom Controls - Zoom in/out (25%-400%) with reset option
- Resizable Preview - Drag to resize the preview area
- Copy Text - Copy Mermaid syntax to clipboard
- Export Image - Export diagrams as 300 DPI PNG
- Error Display - Detailed syntax error messages with location
- Paste or type Mermaid syntax in the text area
- View the rendered diagram in the preview
- Use zoom controls (+/-) to adjust size
- Click "Copy Text" or "Copy Image" to export
- Flowchart
- Sequence Diagram
- Class Diagram
- State Diagram
- Entity Relationship Diagram
- Gantt Chart
- Pie Chart
- Git Graph
- Mind Map
- Timeline
- And more...
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Vite
- TypeScript
- Mermaid.js
- GitHub Pages