Sequence diagram

Sequence diagrams show the order messages pass between participants over time — the standard way to document an API call, an auth handshake, or a distributed-systems trace. zombie-mermaid supports actors, activation boxes, and every Mermaid arrow type.

Source → render

An authenticated API call, message by message.

auth-flow.mmd
sequenceDiagram
  Alice->>Bob: Hello Bob!
  Bob-->>Alice: Hi Alice!
Sequence diagram diagram, zombie-mermaid Hello Bob! Hi Alice! Alice Bob
More examples

More real-world examples.

Keep exploring

Explore the other diagram types.

Pick a look

Live in every built-in theme.