Replace Zapier?

KINDA · weekend project
catalog price reference $29.99/mocategory 🤖 automationreported replacement votes 0

A few personal automations are easy; Zapier's moat is the 9,000+ app integration catalog, auth handling, retries, task history, UI, and reliability.

the prompt
Build me a personal automation runner to replace Zapier, for the handful of pipelines I actually use. Requirements:

- One Node process on my VPS: Express for incoming webhooks, node-cron for
  schedules. A pipeline is a plain JS file in pipelines/ exporting a trigger (cron
  expression or webhook path) and an async run(payload).
- Steps are just code: fetch() calls to the APIs I need, every key in .env. Adding
  an integration means writing 20 lines, not finding a connector.
- Every run logged to SQLite (better-sqlite3): pipeline, trigger payload, status,
  duration, error. Failures retry 3 times with exponential backoff via p-retry.
- A /runs page (bound to localhost) showing the last 100 runs with status and an
  expandable payload/error view, plus a re-run button.
- After the final failed retry, notify me via an ntfy topic in .env.
- Webhook URLs include a per-pipeline secret token; reject anything else.
- Ship two example pipelines: a cron one (daily 08:00, fetch a weather API, push
  to ntfy) and a webhook one (POST in, append a row to a CSV).
- No accounts, no telemetry, no visual editor.
- Out of scope: OAuth flows for third-party apps (token-based APIs only) and any
  connector catalog. A service that only offers OAuth will cost an afternoon each,
  say so in the README.
- README: systemd unit, how to add a pipeline, .env layout.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because every new app connection is already packaged and maintained.

what you lose

xintegration catalog

xOAuth maintenance

xretries/history

xnontechnical builder

xapp triggers/actions

xuptime

prior art to inspect before buildingn8nOpen-source workflow automation platform and a real Zapier alternative for technical users
reported replacements · 0share on X ↗"Zapier replacement research and build prompt"
questions
What does the Zapier verdict mean?

The core job looks buildable, with meaningful gaps: integration catalog, OAuth maintenance. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Zapier?

The directory records $29.99/month for Professional/Starter, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Zapier?

Honestly: integration catalog; OAuth maintenance; retries/history; nontechnical builder; app triggers/actions; uptime. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Zapier?

The listed prior art includes n8n (Open-source workflow automation platform and a real Zapier alternative for technical users). Inspect those projects before starting from a blank prompt.