Hey everyone,
I wanted to share a tool I built to solve a recurring pain point when delivering workflows to clients or moving them between instances: n8n Handoff Pack.
It’s a local-first utility designed to generate clean handoff documentation in seconds, without uploading any files to external servers or sharing sensitive credentials.
What it does (100% in-browser):
- Dependency Inventory: Automatically parses your workflow JSON to list all nodes, sub-workflows, and external services used.
- Risk Scan: Checks for common setup mistakes (nested IFs, missing error-handling nodes, and potential credential exposures).
- Clean Markdown Export: Generates a structured handoff document ready to paste into Notion, GitHub, or your client documentation.
The Free version checks single workflows, and there is a Pro tier for batch processing. No signup or accounts required.
I’d love to get feedback from other builders here: What is the most tedious part of documenting or handing over workflows to clients in your current setup?
- App URL (no signup): https://n8n-handoff-pack.pages.dev
- (Includes a one-click sample workflow on the homepage so you can test it instantly)