Turn your n8n instance into a simple workflow viewer that lists every workflow and draws each one as a Mermaid diagram on demand. Teams use it for quick documentation, audits, and onboarding without leaving the browser.
A public webhook serves a clean HTML page. A Switch node routes requests. When someone loads the page, the n8n API lists all workflows. The data is formatted, aggregated, and sent to the page with instance settings from a config step. When a user selects a workflow, the n8n API pulls that single workflow. A Code node converts nodes into a Mermaid chart. The response node returns the diagram as plain text for rendering. This design avoids copy paste and always shows the current state of automation.
For setup, add n8n API credentials and set the instance URL and webhook path in the config. Cloud users should replace the environment expressions as noted. Expect faster documentation work, less human error, and an easier way to share how flows run. Great for IT and ops teams that manage many automations and need clear maps during reviews and training.