Paste any n8n workflow JSON and instantly render it as an interactive flowchart. See every node, connection, branch, and execution path — no n8n account needed, runs entirely in your browser.
Paste your n8n workflow JSON above and click Visualize Workflow to render an interactive flowchart
n8n workflow JSON files are powerful but difficult to read as raw text. When you're reviewing a shared community workflow, documenting your automation for a team, or debugging a complex multi-branch workflow, a visual flowchart is far more useful than staring at hundreds of lines of JSON.
This free n8n workflow visualizer converts any workflow JSON into a color-coded interactive diagram — trigger nodes in orange, action nodes in blue, logic/branch nodes (IF, Switch) in yellow, AI/LLM nodes in purple, and data transform nodes in cyan. Every connection is drawn with directional arrows showing the execution flow. Export the diagram as a PNG for documentation, or copy the Mermaid.js code to embed in GitHub READMEs, Notion pages, or team wikis.
Every node in the diagram is automatically categorized and color-coded:
The Mermaid.js export lets you embed your n8n workflow diagram anywhere:
mermaidflowchart LR (left-to-right) or flowchart TD (top-down) layoutn8n IF and Switch nodes create branching paths that are hard to follow in raw JSON. The visualizer renders branching clearly:
true and falsemermaid, or use the Mermaid Live Editor at mermaid.live to preview and further customize it.