Is n8n Worth It? (And Is n8n Dead?)

Is n8n dead? Is n8n worth it? An honest take on where n8n shines, where it starts to hurt, and why most of what it does can be built into a system you actually own.

Two questions come up in almost every automation conversation we have: “is n8n worth it?” and, usually half-joking, “is n8n dead?” Fair questions — n8n is everywhere right now, and anything that gets hyped that hard invites the backlash. Here’s our honest take, from a team that actually uses n8n on real client builds.

First, what n8n actually is

n8n is a visual workflow tool. You drag nodes onto a canvas, wire them together, and it moves data between your apps and runs logic on a trigger or a schedule — “when a form is submitted, enrich the lead, add it to the CRM, and send a Slack message.” It sits in the same family as Zapier and Make, with two big differences: it’s far more flexible, and you can self-host it so your data stays on your own infrastructure.

So — is n8n dead?

No. Not remotely. The community is huge, the project ships constantly, and it’s become one of the default ways people glue AI into their stack. The “is n8n dead” searches are mostly clickbait and the usual hype-cycle whiplash. If anything, the rise of AI agents has made n8n more relevant, not less — it’s a genuinely good way to orchestrate calls between models, tools and your existing apps.

So park that question. The one that actually matters for your business is the second one.

Is n8n worth it? Where it genuinely shines

For plenty of jobs, yes — and we reach for it ourselves. n8n is a great fit when you want to:

  • Prototype fast. Wiring up a proof of concept on a canvas is quicker than writing it from scratch. You can see if an idea works before committing to a real build.
  • Glue standard apps together. If the job is “move data from A to B to C” using tools that already have n8n nodes, it’s hard to beat.
  • Run internal, low-stakes automations. Notifications, simple syncs, weekly digests — things where the occasional hiccup isn’t a disaster.
  • Keep your data in-house. Self-hosting is a real advantage over the cloud-only tools if privacy matters.

If that’s your situation, n8n is absolutely worth it. This isn’t an anti-n8n piece — we use it where it fits. It’s the next part that people don’t hear enough.

Where n8n starts to hurt

The trouble is that “quick to wire up” and “solid in production” are not the same thing, and a lot of businesses discover the gap the hard way. As the work gets more important, a few problems tend to show up:

  • Debugging a big canvas is painful. A workflow that looked tidy at ten nodes becomes a plate of spaghetti at fifty. Finding why something failed means clicking through the graph node by node.
  • Error handling and monitoring are bolt-ons. Proper retries, alerting and logging are things you have to remember to build in — and it’s easy to end up with a workflow that fails silently.
  • Complex logic fights the visual model. The moment you need real branching, loops, or anything genuinely custom, you’re writing code inside function nodes anyway — just with worse tooling around it.
  • Costs and limits scale with volume. On the cloud plans you pay per execution, and high-volume workflows add up. Self-hosting removes that but hands you the ops burden instead.
  • You’re building on someone else’s platform. Your logic lives inside n8n’s model. Migrating off it later, or handing it to a developer, isn’t always clean.

None of these mean n8n is bad. They mean it’s a tool with a sweet spot — and businesses routinely push work past that sweet spot because the tool made it so easy to start.

Most of what n8n does can be built into a system you own

Here’s the part we care about. Strip a typical n8n workflow back to what it’s actually doing — receive an event, call a few APIs, run some logic, store a result, notify someone — and almost all of it is standard software. There’s no magic in the nodes. The same job can be built directly into a proper system, and for anything that matters, that’s usually the better outcome:

  • It fits your exact process instead of bending your process to fit the available nodes.
  • Real error handling, logging and tests are built in from the start, not bolted on — so it fails loudly and safely, not silently.
  • No per-execution pricing and no platform ceiling. It runs on infrastructure you control and scales without a per-run meter.
  • You own it outright. Every line of code is yours, documented and handed over — no lock-in to a platform’s way of doing things. That’s the same reason we build custom CRMs instead of stacking subscriptions.

This is the whole idea behind how we work: almost anything you can describe can be built, and the goal is a system that quietly works for you — not a tool you have to keep working around. If you want the mechanics of how automated workflows actually run, we go deeper in what is AI workflow automation.

So: n8n or a custom build?

It’s not either/or, and we genuinely use both. A simple rule of thumb:

  • Reach for n8n when you’re prototyping, gluing standard apps, or running low-stakes internal automations you’re happy to babysit.
  • Build it properly when the process is core to the business, runs at volume, needs to be reliable, or you want to own it outright rather than rent a platform.

The mistake isn’t using n8n. It’s quietly letting something business-critical live on a canvas that was only ever meant to be a quick fix — and paying for it later when it breaks at the worst possible moment. We wrote about that trap in how to automate a business process without breaking it.

People also ask

Is n8n dead?

No. n8n is actively developed, widely used, and if anything more relevant than ever thanks to AI agents. The “is n8n dead” question is mostly hype-cycle noise. The real question is whether it’s the right tool for your specific job.

Is n8n better than Zapier or Make?

For flexibility and data control, usually yes — n8n is more powerful and can be self-hosted. But “more powerful” also means more to manage. For simple, standard automations, Zapier or Make can be faster to set up; for anything business-critical, a custom build often beats all three.

Should I use n8n or build a custom system?

Use n8n for prototypes, glue and low-stakes internal jobs. Build custom when the process is core to the business, runs at volume, or needs to be reliable and owned. Most of what n8n does can be built into a system you fully control — and for the work that matters, that’s usually worth it.

Not sure whether your volume justifies a custom build? Send me your task count and I’ll tell you straight.

Book a Free Call