n8n
n8n.ioExternal reviews
277 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Open-Source Powerhouse with Great MCP Integration and a Massive Community
What do you like best about the product?
The best part is that its opensource (which means its almost totally free) and the community modules built around it is massive.. Plus The mcp integration it has is great. I literally connect this with my codex and ask it to build the entire n8n workflow to me and it does amazing job.
The Ui is good but I still like the UI of make.com better than this but overall not much complain here.
Regarding Performance, I self host and use it. I hosted this on a $5 vps of netcup and it works pretty well for my use case and never had a problem. I think there can be problem when there are many tasks in queue and for parallelism but for major tasks, there is no issue at all
The good part of n8n is the community it has. I can find tons of people in reddit and discord to support me when I am stuck in any issue. Onboaridng is also much smoother. I would suggest the first task to do is create an api and connect this with codex/claude code and see the magic happen from there
The Ui is good but I still like the UI of make.com better than this but overall not much complain here.
Regarding Performance, I self host and use it. I hosted this on a $5 vps of netcup and it works pretty well for my use case and never had a problem. I think there can be problem when there are many tasks in queue and for parallelism but for major tasks, there is no issue at all
The good part of n8n is the community it has. I can find tons of people in reddit and discord to support me when I am stuck in any issue. Onboaridng is also much smoother. I would suggest the first task to do is create an api and connect this with codex/claude code and see the magic happen from there
What do you dislike about the product?
Make and zapier makes it much easier to connect this with facebook ads but while in case of n8n, its not that easy.
Plus make.com provides a free starter plan to try this out. I wish n8n had some very basic free plan (on cloud) so that it can be easy for beginners to get started with.
Plus make.com provides a free starter plan to try this out. I wish n8n had some very basic free plan (on cloud) so that it can be easy for beginners to get started with.
What problems is the product solving and how is that benefiting you?
I use n8n for many things including automation pipeline and many others. I am in to SEO and advertising business. I find n8n very easy to build ai agents which does my entire content research for me. I have content pipelines, automation pipelines all built in here
This would have literally taken me 2-3 people to do this work before who were well paid and now even though they are still in company, there work is totally automated so they can focus on other work effectively saving me really good amount here
Plus the community around is so huge that readymade templates are available everywhere. I literally search in n8n template library and https://n8nworkflows.xyz/ and take many readymade base template and then modify it for my needs. Made my life much easier
This would have literally taken me 2-3 people to do this work before who were well paid and now even though they are still in company, there work is totally automated so they can focus on other work effectively saving me really good amount here
Plus the community around is so huge that readymade templates are available everywhere. I literally search in n8n template library and https://n8nworkflows.xyz/ and take many readymade base template and then modify it for my needs. Made my life much easier
Incredibly Versatile and Powerful, Backed by a Massive Community
What do you like best about the product?
Incredibly versatile and powerful. Also, there’s a massive community, including a self-hosted version.
What do you dislike about the product?
There’s a bit of a learning curve, and some functionalities are only available with the top-tier pricing.
What problems is the product solving and how is that benefiting you?
Automation, infrastructure, servers, and MCP.
User-Friendly UI/UX That’s Easy to Navigate
What do you like best about the product?
The app’s UI/UX is very user-friendly and easy to navigate.
What do you dislike about the product?
The n8n agent—the AI—I don’t like it, especially the debugging feature.
What problems is the product solving and how is that benefiting you?
all the zapier issues
n8n: Intuitive Visual Workflows with Powerful Custom JavaScript and Self-Hosting Control
What do you like best about the product?
n8n is the 'Zapier killer' for anyone who values control and privacy. The node-based visual builder is incredibly intuitive, but the real power is in the code nodes—being able to drop in custom JavaScript exactly where you need it is a game changer. Plus, self-hosting means no 'task tax' and total data sovereignty. It’s the ultimate bridge between no-code and full-code automation.
What do you dislike about the product?
The biggest drawback of n8n is the technical barrier to entry. It's not a 'plug and play' tool; you need a solid grasp of JSON and logic to get the most out of it. Additionally, if you choose the self-hosted route to save money, be prepared for the overhead of server maintenance and the occasional headache during version updates.
What problems is the product solving and how is that benefiting you?
The Problems n8n is Solving
The "Invisible Glue" Problem: "I use it to orchestrate complex post-authentication lifecycles that would otherwise require dozens of manual scripts and handoffs."
The "Manual Coding Nightmare": "Managing state, conditional branching, and API handoffs between different LLM prompts was becoming a manual coding nightmare."
Data Sovereignty & Security: "Automate sensitive customer data workflows without sending that data to a third-party cloud, which was a dealbreaker for us on other platforms."
Vendor Lock-in & "Ransom Fees": "Workflows are portable JSON files. Teams can move or replicate them without permission or ransom fees."
Fragmented Data Sources: "Connect diverse data sources, and manage workflows without writing code."
How This Benefits Users
Cost Efficiency: "By self-hosting n8n, I can run complex agent loops hundreds of times a day without worrying about the 'per-task' fees that usually come with cloud-based automation."
Technical Sovereignty: "I'm not locked into a single AI provider. I use n8n to switch between OpenAI, Anthropic, or local LLMs via HTTP nodes instantly."
Drastic Latency Reduction: "Instead of one massive, slow AI prompt, I use n8n to break tasks into smaller sub-workflows. This allows for parallel processing and much faster output."
Speed of Development: "I'm able to build extremely powerful workflows in a fraction of the time to build it by code and get it deployed to production."
Compliance & Auditing: "Being able to self-host it in my own Azure tenant means our identity tokens never leave our perimeter. That helps us satisfy strict security audits."
The "Invisible Glue" Problem: "I use it to orchestrate complex post-authentication lifecycles that would otherwise require dozens of manual scripts and handoffs."
The "Manual Coding Nightmare": "Managing state, conditional branching, and API handoffs between different LLM prompts was becoming a manual coding nightmare."
Data Sovereignty & Security: "Automate sensitive customer data workflows without sending that data to a third-party cloud, which was a dealbreaker for us on other platforms."
Vendor Lock-in & "Ransom Fees": "Workflows are portable JSON files. Teams can move or replicate them without permission or ransom fees."
Fragmented Data Sources: "Connect diverse data sources, and manage workflows without writing code."
How This Benefits Users
Cost Efficiency: "By self-hosting n8n, I can run complex agent loops hundreds of times a day without worrying about the 'per-task' fees that usually come with cloud-based automation."
Technical Sovereignty: "I'm not locked into a single AI provider. I use n8n to switch between OpenAI, Anthropic, or local LLMs via HTTP nodes instantly."
Drastic Latency Reduction: "Instead of one massive, slow AI prompt, I use n8n to break tasks into smaller sub-workflows. This allows for parallel processing and much faster output."
Speed of Development: "I'm able to build extremely powerful workflows in a fraction of the time to build it by code and get it deployed to production."
Compliance & Auditing: "Being able to self-host it in my own Azure tenant means our identity tokens never leave our perimeter. That helps us satisfy strict security audits."
Incredibly Capable, Affordable, and Easy to Use. I love n8n!!
What do you like best about the product?
I love n8n's capability to handle any sort of automation I can imagine. It's amazing I use it every day to get notifications for new leads and connect automations to Google Sheets and my VAPI voice bots. It also integrates with every other app effortlessly, and if an app isn't integrated already, I can easily configure it using JSON or other APIs. I consider n8n more capable and affordable compared to alternatives like Zapier, and this switch has made my life easier. Also, setting it up was very simple.
What do you dislike about the product?
There is nothing that I dislike about n8n. It's an amazing product and I highly recommend it!
What problems is the product solving and how is that benefiting you?
I use n8n to get notifications for new leads and to connect my automations to Google Sheets. It triggers ongoing and outgoing calls for my VAPI voice bots.
Flexible Workflows Made Easy
What do you like best about the product?
it makes any kind of workflow possible and is easy to use
What do you dislike about the product?
too many parameters to configure otehrwise it is fine
What problems is the product solving and how is that benefiting you?
automating business processes
Build Complex Flows Without a Large Technical Team
What do you like best about the product?
It allows us to create complex flows without needing a very large technical team.
What do you dislike about the product?
Some of the nodes are a bit hard to understand, documentation is not readily available for some options.
What problems is the product solving and how is that benefiting you?
It allows us to quickly integrate AI agents in our business flows without the need for advanced coding.
Effortless Automation with User-Friendly Interface
What do you like best about the product?
I use n8n for creating automated workflows and agents to solve repetitive tasks. It helps me save time and work faster and smarter, while keeping a record of the work done. I like the ease of usage, with drag and drop items being easier and more convenient. The AI assistance is good for debugging and finding solutions to issues.
What do you dislike about the product?
There could be a good tutorial for each of the connectors so that it's easier and faster to build pipelines.
What problems is the product solving and how is that benefiting you?
I use n8n for creating automated workflows that solve repetitive tasks, saving time, working faster, and smarter while keeping a record of the work done.
Efficient No-Code Platform with a Steep Learning Curve
What do you like best about the product?
I really value that n8n lets me automate workflow processes from complete business operations without spending a lot of time coding. It's great having a no-code platform to build automations. Another plus is the ability to host on local servers, providing security and saving costs compared to depending on cloud servers. Hosting locally means I don't have to worry about credit limits or token usage, which is a big benefit for me. These features make n8n stand out in this field.
What do you dislike about the product?
It's a bit complex. I understand the reasoning or the objective is to make it simpler, and it already is compared to coding. But it's still not easier for nontechnical people to jump in. I've seen many nontechnical people take more time to get the hang of it compared to other no-code platforms.
What problems is the product solving and how is that benefiting you?
n8n automates processes requiring manual intervention, saving time and improving efficiency. It's a no-code platform reducing development time from months to days and offers secure, cost-saving local hosting.
Best-in-Class UI and Flexible Self-Hosting for Powerful Automations
What do you like best about the product?
I love the UI, best tool on the market, in comparison to Make or Zapier. We can self-host it, setting the limits far higher.
The number of integration is far enough, and to play with the HTTP request additionnaly is nice enough.
The fact that we can easely integrate javascript is very helpful.
Over the recent years, n8n has helped us getting deeper into using IA, which is absolutely necessary.
The number of integration is far enough, and to play with the HTTP request additionnaly is nice enough.
The fact that we can easely integrate javascript is very helpful.
Over the recent years, n8n has helped us getting deeper into using IA, which is absolutely necessary.
What do you dislike about the product?
The online documentation is not good enough, fortunately n8n gave us an AI RAG tool to discuss with the documentation, making it way better.
Also, it feels like we miss templates, to understand how people used specific tools. For now it feels like the template are pretty much the same, too simple for real company usecases
Also, it feels like we miss templates, to understand how people used specific tools. For now it feels like the template are pretty much the same, too simple for real company usecases
What problems is the product solving and how is that benefiting you?
Company problems, Sales Ops, Marketing Ops, AI generation
showing 1 - 10