SaaSHub helps you find the best software and product alternatives Learn more →
N8n Alternatives
Similar projects and alternatives to n8n
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
-
Appwrite
Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more
-
-
-
budibase
Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀
-
Plausible Analytics
Open source, privacy-first web analytics. Lightweight, cookie-free Google Analytics alternative. Self-hosted or cloud.
-
-
appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
-
-
ToolJet
ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀
-
-
-
Gotify
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)
-
activepieces
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
-
automatisch
The open source Zapier alternative. Build workflow automation without spending time and money.
-
n8n-docs
Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
n8n discussion
n8n reviews and mentions
-
SOC-in-a-Box: One LLM, Eight Hats, A Production-Bar AI SOC on a Single GPU
n8n and similar visual workflow tools were on the list for one specific reason: leadership likes seeing the boxes-and-arrows. But the LLM nodes aren't first-class — you'd be wrapping every model call in HTTP, and the graph is in a database, not in code that's reviewable in a PR. Auditability and reproducibility are both worse than the LangGraph + bus path. (n8n is a great fit for non-LLM SOAR-style automations, just not for this.)
-
n8n Tutorial: How to Build Your First No-Code Automation Workflow in 2026
Sign up at n8n.io (free cloud version is perfect to learn)
-
Building a home server with a mini PC
n8n is a workflow automation tool, similar in concept to Zapier or Make, but one you can self-host. It lets you connect applications and services together through a visual node-based interface and build fairly complex automations without writing code. It's one of the services I've been getting the most out of lately.
-
Tools I'm Using in 2026 (and what I've stopped using from 2025)
I am keen on trying Hermes though, maybe, it looks promising and much more secure. For now though, Claude Cowork is doing most of what I want, and my custom self-hosted n8n setup locally is doing the rest.
-
Why AI Agents Go Rogue: 4 Real Incidents and What They Share
In a deterministic workflow, every step is defined before the workflow runs. Step 1 reads an email. Step 2 asks the AI to classify it. Step 3 routes based on the classification. Step 4 drafts a reply. Step 5 pauses for human approval. Step 6 sends. Each step is a discrete operation with defined inputs and outputs. The workflow engine controls what happens next, not the language model. This is the core design philosophy behind tools like n8n and Rills, using structured execution paths rather than open-ended agent autonomy. If you want to see what this looks like in practice, our guide to building your first workflow walks through the exact structure step by step.
-
Pressure Testing Ota on n8n: A Closed PR That Still Proved the Point
The maintainers closed the PR (n8n-io/n8n#30714) for policy reasons, not technical failure:
-
I turned every n8n node into a machine-readable dataset (524 nodes, free) so agents can build workflows
{ "node_name": "slack", "display_name": "Slack", "categories": ["Communication"], "group": ["transform"], "version": "2.3", "description": "Send and read messages, manage channels", "credentials_required": ["slackApi"], "operations_supported": ["message", "channel", "user", "reaction"], "properties_schema": "[{\"name\":\"resource\",\"type\":\"options\"},{\"name\":\"operation\",\"type\":\"options\"}]", "source_package": "nodes-base", "github_permalink": "https://github.com/n8n-io/n8n/blob/stable/packages/nodes-base/nodes/Slack/Slack.node.ts" }
-
How I built AI Services on Apify Using LLMs
One of the biggest advantages of using Apify is that it also provides an API endpoint for every Actor. Using these endpoints, developers can easily integrate Actors with automation tools such as n8n, Make, and Zapier. Developers can also integrate one Actor with another Actor. For example, the AI Video to Voiceover Generator can be integrated with the AI Video Ads Generator to generate voiceovers for video Ads.
-
heym alternatives - n8n and sim
3 projects | 15 May 2026
n8n is an alternative to Heym
-
Zapier Best No-Code Platforms: What No One Tells You
For senior engineers, the biggest trap with Zapier and other SaaS no-code platforms is assuming their marketing benchmarks reflect real-world performance. In our 2024 benchmark of 12 engineering teams, 83% of teams that adopted Zapier without benchmarking saw unexpected rate limits within 3 months of launch, with 41% experiencing customer-facing outages. SaaS no-code tools optimize their public benchmarks for low-concurrency, ideal scenarios, but hide bottlenecks under real production loads. For example, Zapier’s marketing claims 10k events/min throughput, but our benchmark in Code Example 1 shows that actual throughput caps at 2.5k events/min with 18% dropped events when you exceed 1k events/min for more than 5 minutes. Self-hosted tools like n8n (https://github.com/n8n-io/n8n) let you scale horizontally, so you can benchmark exactly the throughput you need for your workload. Always run a 24-hour benchmark with 2x your expected peak load, measure p99 latency, drop rates, and rate limit behavior. We recommend using the Python benchmark script from Code Example 1, which detects Zapier’s masked rate limits (returned as 200 OK) that 92% of teams miss. If your team handles more than 5k events/min, self-hosted will almost always be cheaper and more reliable than SaaS. One team we audited saved $14.8k/month by switching to n8n after benchmarking showed Zapier’s enterprise plan couldn’t handle their 12k events/min peak load without dropping 22% of events.
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Jun 2026
Stats
n8n-io/n8n is an open source project licensed under Apache 2.0 with Commons Clause which is not an OSI approved license.
n8n is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of n8n is TypeScript.
Review ★★★★☆ 8/10