Skip to content

Examples ​

This page contains a collection of examples of diagrams and charts that can be created through mermaid and its myriad applications.

If you wish to learn how to support mermaid on your webpage, read the Beginner's Guide.

If you wish to learn about mermaid's syntax, Read the Diagram Syntax section.

Basic Pie Chart ​

Code:
mermaid
Code:
mermaid

Basic sequence diagram ​

Code:
mermaid

Basic flowchart ​

Code:
mermaid

Larger flowchart with some styling ​

Code:
mermaid

SequenceDiagram: Loops, alt and opt ​

Code:
mermaid

SequenceDiagram: Message to self in loop ​

Code:
mermaid

Sequence Diagram: Blogging app service communication ​

Code:
mermaid

A commit flow diagram. ​