🔁 Automation · $9/mo

Can I vibe code Make?

Visual, no-code platform for building multi-step app automations.

🟡Kinda — with gapsest. a weekend (for your specific scenarios)

Make is Zapier's more visual, more powerful cousin — a drag-the-nodes canvas for multi-step automations with branching, iteration, and data transformation. The individual automations you run can be rebuilt as code, often more cheaply and with fewer limits, so for your own scenarios it is a kinda-doable weekend. The moat is the same as Zapier's plus the visual builder itself: a large library of maintained app modules with auth handled, and a canvas that lets non-developers compose complex flows without writing logic. You can code your specific flows; you are not rebuilding the module library or the no-code canvas.

The one-shot prompt
Build my specific multi-step automations as code instead of using Make. For each scenario, create a serverless function triggered by a webhook or cron that runs a sequence of steps with branching and data transformation between them — fetch from one API, filter and map the data, then act on another API — with clear per-step logging and retries with backoff. Store credentials as environment variables, and structure each automation as a small pipeline of composable functions so steps are easy to reorder. Use TypeScript on Vercel or a similar platform, and note in the README that this handles your known flows but does not recreate Make's visual builder or its maintained module catalog.
Paste into Claude Code, Codex, or your agent of choice — then steer. Learn the moves in Prompt Engineering.
What you build

Your particular multi-step automations written as code — webhook or cron triggered, with branching and transforms — calling the APIs you use.

What you give up
  • The visual, node-based builder for complex branching flows
  • A large catalog of maintained app modules with auth solved
  • Built-in error handling, retries, and execution history
  • Scheduling, throttling, and monitoring without wiring your own
Why people still pay

Make lets someone compose a genuinely complex, branching automation across many apps by connecting boxes, with all the connectors maintained for them. Coding your own flows works when you know exactly what you need; the visual builder and the module library are what people pay to avoid rebuilding.

integrationsconvenience
Related
Actually build it

A prompt is the first move, not the whole game. Course 01 teaches you to take a prompt like this one to a shipped, working app — reviewing, correcting, and steering the agent the whole way.

Start Course 01 →