Show n8n: I built a local-first workflow handoff & dependency scanner

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):

  1. Dependency Inventory: Automatically parses your workflow JSON to list all nodes, sub-workflows, and external services used.
  2. Risk Scan: Checks for common setup mistakes (nested IFs, missing error-handling nodes, and potential credential exposures).
  3. 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?