Replace Make?
KINDA · weekend projectA handful of workflows can be coded quickly, but Make's paid value is the visual builder, app modules, scheduling, observability, and maintenance.
Build me a code-first workflow runner to replace Make for my handful of scenarios. Requirements: - A Node project where each scenario is one file in scenarios/ exporting a trigger (cron string or webhook route) and an ordered list of steps, each step an async function that receives the previous step's output. - The runner executes steps in order, retries a failed step 3 times with exponential backoff, then halts the run recording the step name and error. - Every run saved to SQLite (better-sqlite3): scenario, start/end, per-step input and output JSON, status. That history is the debugging story, make it good. - A minimal dashboard on localhost:4880 (Express, server-rendered): scenario list with last-run status, click into a run to see each step's payload. - Webhook triggers land on the same Express app with signature verification helpers; cron triggers via node-cron. All credentials in .env. - Ship two example scenarios: a Stripe payment webhook appends to a Google Sheet and sends a Telegram message; an RSS post gets an LLM summary drafted as email. - Binds to localhost only, single user, no accounts, no telemetry. - Out of scope: a visual drag-and-drop builder and an app-module catalog. Scenarios are code, that is the point of this build. - README: how to add a scenario, .env keys, and a note that self-hosted n8n is the off-the-shelf fallback if maintaining this stops being fun.
$ 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
They pay because workflows evolve and break; a maintained builder reduces the upkeep.
xvisual scenario builder
xapp modules
xscheduling
xoperations history
xerror handling
xteam governance
What does the Make verdict mean?
The core job looks buildable, with meaningful gaps: visual scenario builder, app modules. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Make?
The directory records $12/month for Core, 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 Make?
Honestly: visual scenario builder; app modules; scheduling; operations history; error handling; team governance. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Make?
The listed prior art includes Activepieces (Open-source automation platform with app pieces, triggers, and actions.). Inspect those projects before starting from a blank prompt.