Sequence Diagrams

Write a simple script and get a live-rendered sequence diagram. Export to transparent PNG.

Script
Syntax Reference
Declare participant:participant Name #color
With alias:participant ID as "Display Name"
Solid arrow (call):A -> B: Label
Dashed arrow (return):A --> B: Label
Self-call:A -> A: Label
Note:note over A: Text
Comment:# This is a comment
Preview