I built a free tool that converts Zapier blueprints into n8n-importable JSON — looking for feedback

Hi everyone :waving_hand:

Like many of you, I kept seeing people rebuild Zaps by hand after switching to n8n —
so I built a small tool that automates the boring first step.

What it does:

  • Paste a Zapier blueprint JSON (editor → ⋯ → Download Blueprint)
  • Get an import-ready n8n workflow file (Workflows → ⋯ → Import from File)
  • It translates triggers, actions, filters, delays, code steps, and field references,
    and clearly flags anything that needs manual setup instead of guessing silently

Honest limits:

  • Covers common apps today (webhooks, Gmail, Sheets, Slack, Telegram, HTTP, OpenAI,
    filters, delays, code). Exotic apps become flagged sticky notes.
  • Credentials are never included in exports anyway, so those always need re-linking.
  • It converts ~80% of the work — testing against live data is still on you.

It runs 100% client-side (nothing is uploaded anywhere), and converting one workflow
is free: https://zapshift.pateldhruvalpatel00.workers.dev/

I’d genuinely like feedback: which Zapier apps fail to map for you? Reply here with the
app name and I’ll add support for the most-requested ones this week.

1 Like