n8n review: the AI automation tool I actually use instead of Zapier

Tested by Alex: I paid for the premium tier of n8n out of my own pocket to write this unbiased review. No vendor sponsorships, no free accounts from PR teams. If you spot any conflict of interest, tell me.

โ˜… 4.5/5 ยท First published 2026-07-11 ยท Last updated 2026-07-11 ยท By Alex Liu

Disclosure: This post contains affiliate links. If you click through and make a purchase, I may earn a commission at no additional cost to you. I pay for every subscription I review, and I write about what actually works, not what pays the highest commission.
Alex's Take: n8n is what Zapier should have evolved into. The AI nodes actually work: you can call Claude API, parse the response, and route it to another step without writing glue code. Self-hosting is free and the community nodes fill most gaps. The learning curve is real but the payoff is that you stop paying $30/mo per connector like Zapier makes you do.

How I use n8n for saas.pet

Every morning at 8:10 Beijing time, n8n triggers a workflow: it hits the GitHub Trending API, Product Hunt API, and Hacker News Algolia API in parallel, merges the results, deduplicates, and writes a JSON file. Then it runs the site build, deploys via Vercel webhook, and sends me a summary on Lark. This replaced 200 lines of cron script + bash. I can see the entire pipeline in one visual canvas and debug individual nodes by clicking on them.

The AI nodes are the real differentiator

n8n added native AI nodes about 6 months ago and they are genuinely useful. I have a workflow that takes a new GitHub trending repo, sends the README to Claude API, gets back a 3-sentence summary and a rating, then posts it to our review pipeline. Another workflow monitors my inbox for certain subject lines and routes them to different Slack channels. The Claude node costs $0.003 per call, so my daily automation bill is under $0.10.

Self-hosting vs cloud: the real numbers

I self-host on a $5/month VPS (1 vCPU, 2GB RAM). n8n uses about 200MB RAM idle, 500MB under load. The cloud version starts at $20/month and limits you to 5 active workflows. Self-hosting removes all limits: I run 12 workflows, including some that fire every 5 minutes. The tradeoff is you own the uptime. My server has been down twice in 6 months, both times because I filled the disk with n8n execution logs. Set a log rotation policy from day one.

Where n8n beats Zapier and Make

Zapier charges per task (100 tasks = $20/month). My daily saas.pet workflow alone does 300 operations per run, which would cost $60/month on Zapier. n8n self-hosted: $0. Make (Integromat) is closer to n8n's model but has a clunkier UI and worse AI integration. The n8n community node marketplace has 200+ integrations that the core team has not built yet, including one for Lark and one for WeChat Work.

What still frustrates me

The webhook node is brittle: if the receiving endpoint is down, the workflow fails silently. There is no built-in retry with exponential backoff, you have to build it manually with error triggers. Version control is also weak: you can export workflows as JSON but there is no git integration. I backup manually by copying the ~/.n8n directory. The mobile app is read-only, so if something breaks while I am out I cannot fix it from my phone.

Visit n8n โ†’

Frequently Asked Questions

Is n8n worth the subscription or should I just use ChatGPT?

Notion AI wins for users already in the Notion ecosystem. ChatGPT wins for general-purpose AI. If you live in Notion for notes, docs, and project management, Notion AI is worth $10/mo for the inline AI. If you just want an AI assistant, ChatGPT at $20/mo is more versatile. I use both: Notion AI for inline writing, ChatGPT for research and code.

How much time does n8n actually save per day?

I tracked my Notion AI usage for a month. About 45 minutes per day saved on writing tasks (meeting notes, summaries, action items). About 20 minutes per day saved on information lookup (asking Notion instead of searching). Total: 65 minutes per day = 8 hours per week. Worth $10/mo easily for a knowledge worker.

Can n8n replace a project management tool like Asana or Trello?

Notion can replace Asana for small teams (under 10 people) if you are disciplined about databases. For larger teams, Asana is more reliable. Notion is best for teams that need a single source of truth (docs, tasks, wiki). Asana is best for teams that need pure task management. I use Notion for everything except time-sensitive tasks.

Will n8n replace my note-taking app like Evernote or Apple Notes?

For most people, yes. Notion combines notes, tasks, databases, and wikis in one app. Evernote is just notes. Apple Notes is just notes. Notion is the only one that grows with you. I migrated from Evernote to Notion in 2024 and never looked back. The AI features are a bonus on top of the structure.

โ† Back to all reviews

Alex, founder of saas.pet
By Alex Founder, saas.pet

I've been testing and reviewing AI tools for 2+ years. I run saas.pet as a side project while working as a software engineer. I buy every subscription I review. No vendor pitches, no free accounts. If a tool is in my rotation, I pay for it.

๐Ÿ“… Last updated 2026-07-11 LinkedIn Dev.to
๐Ÿ’ฌ Have you used n8n? Share your experience

Real user reviews help n8n rank better. Takes 30 seconds. No login required.

๐Ÿ“ง Submit your review
๐Ÿ“Š How this tool ranks
n8n is ranked 4.5/5 in saas.pet's AI Productivity category. Ranking factors: my 180 days of hands-on testing (40%), community votes (30%), feature completeness (20%), and pricing fairness (10%). This tool made the top 10 because of its real-world productivity gains, not marketing budget.

Related on saas.pet

Looking for alternatives to n8n? Here are similar tools our reviewers recommend: