FAQ and compatibility

Compatibility

Supported
n8nIcons and node descriptions are bundled from n8n 2.38.1, 564 node types
Other n8n versionsWorkflows render. A node type the bundle does not know shows initials instead of an icon, and no subtitle
Node.js20 or newer
BrowsersCurrent Chrome, Firefox, Safari and Edge

Every exported SVG carries a data-descriptions-version attribute, so you can tell which n8n bundle drew it.

Questions

Does it need my n8n instance?

No. It reads a file.

Does it run the workflow or evaluate expressions?

No. It draws what the JSON contains. An ={{ … }} value is shown as written, and a Code node is a tile.

Is my JSON sent anywhere?

No.

Its type is not in the bundle. It is either a community node or a node newer than n8n 2.38.1. The rest of the canvas is unaffected.

Is it a pixel-exact copy of n8n's canvas?

No. It reads as the same workflow at a glance. If you need the real editor, run n8n.

Alternatives

AlternativeUse it instead when
Opening the workflow in n8nYou have an instance, a login, and a person in front of a screen
A screenshot of n8nThe workflow will never change again
n8n's <n8n-demo> embedThe page may load third-party script and the workflow can be public
Mermaid or a hand-drawn diagramThe diagram is a sketch, not the workflow as it actually is

Limitations