Transform markdown mermaid diagrams into beautiful presentation slides with navigation and theming
2.7K
Turn Markdown files with Mermaid diagrams and images into a presentation-ready deck in seconds. Mermaid Slides keeps the source plain-text, renders everything locally, and lets you present the result in the browser, offline, or from Docker — ideal for architecture reviews, demos, and docs walkthroughs.

Visit Mermaid Slides and start creating presentations immediately.
Run Mermaid Slides in a Docker container for easy deployment:
# Pull and run the latest version
docker pull kunalpathak13/mermaid-slides:latest
docker run -p 3000:3000 kunalpathak13/mermaid-slides:latest
# Open browser to http://localhost:3000
Download the complete offline package for local use without internet dependency:
# Download from GitHub Releases
# Visit: https://github.com/kanad13/mermaid-slides/releases/latest
# Extract and run:
unzip mermaid-slides-offline-v*.zip
cd mermaid-slides-offline
# Choose your preferred server:
python3 start-server.py # Python option
node start-server.js # Node.js option
./start-server.sh # Auto-detect (macOS/Linux)
start-server.bat # Auto-detect (Windows)
# Open browser to http://localhost:3000
Requires Node 20.19+ or 22.12+ for local development and production builds (matches Vite 7 requirements).
git clone https://github.com/kanad13/mermaid-slides.git
cd mermaid-slides
npm install
npm run dev
Important Notice: This is an independent, community-driven project and is not an official product of the Mermaid.js team. Mermaid Slides (this project) is built with deep gratitude to the Mermaid.js creators and uses their library under the MIT License. All credit for the core diagramming functionality goes to the Mermaid.js project.
If you prefer editor-native presentations, these companion tools are already live in the VS Code Marketplace:
<!-- slide --> delimiters, theme awareness, style controls, rich mixed-content slidesBoth tools are published separately from this repository and complement the web/offline/Docker versions of Mermaid Slides.
Mermaid Slides is designed with privacy as a core principle:
Frontend: React 19 + TypeScript | Build: Vite 7 | Styling: Tailwind CSS 3.4 Diagrams: Mermaid.js 11 | Testing: Vitest + React Testing Library | Deployment: GitHub Pages, offline package, Docker
Mermaid Diagrams: Flowcharts, Sequence, ER, Class, State, Gantt, Pie Charts, Git Graphs Images: PNG, JPEG, GIF, WebP with automatic scaling and responsive display
We welcome contributions! See our Contributing Guidelines for development setup and guidelines.
MIT License - see LICENSE for details.
Mermaid Slides is built with and redistributes the following open source projects. I am grateful for their contributions to the community:
See package.json for a complete list of all dependencies.
Special thanks to the Mermaid.js team for creating such a powerful and flexible diagramming library that enables developers to create beautiful diagrams with simple text syntax.
Content type
Image
Digest
sha256:ef92efce4…
Size
48.5 MB
Last updated
about 1 month ago
docker pull kunalpathak13/mermaid-slides