Flowchart Generator

Turn plain text into flowcharts, sequence diagrams, Gantt charts and more using Mermaid syntax. Live preview and PNG / SVG export.

How to Use the Flowchart Generator

  1. Pick a diagram type or start typing Mermaid syntax.
  2. Watch the preview update live as you edit.
  3. Export as SVG (crisp / editable) or PNG (shareable image).

Mermaid cheat sheet

flowchart TD           Top-Down flowchart (LR / RL / BT also work)
  A[Rectangle]         Node with rectangle shape
  B(Rounded)           Rounded rectangle
  C{Decision}          Diamond (decision)
  D((Circle))          Circle
  A --> B              Arrow
  A -- label --> B     Labeled arrow
  A -.-> B             Dotted arrow
  A ==> B              Thick arrow

Frequently Asked Questions

Related tools