n8n
Last updated: February 18, 2026
What is n8n?
A visual workflow automation platform. Connect triggers (new email, webhook, schedule) to actions (send message, update database, call API) using a drag-and-drop editor. Like Zapier or Make, but open-source and self-hostable. When the visual editor isn’t enough, drop into JavaScript or Python.
Who is it for?
- Best for: Solo builders who want to automate repetitive tasks โ content pipelines, data collection, notifications, API orchestration
- Not for: People who need 2-3 simple automations (Zapier is easier for basic stuff)
- Solo builder score: โญโญโญโญโญ (5/5)
What does it cost?
| Plan | Price | What You Get |
|---|---|---|
| Self-hosted | $0 | Unlimited everything |
| Cloud Starter | $20/mo | 2,500 executions |
| Cloud Pro | $50/mo | 10,000 executions |
Hidden costs: Self-hosting needs a server ($5-10/mo VPS) and some DevOps knowledge. Cloud pricing scales with usage.
Free tier reality check: Self-hosted is genuinely unlimited and free. Cloud free tier is limited but enough to test.
How we’d actually use it
Automating your content pipeline:
- Trigger: RSS feed detects new AI tool announcement
- n8n fetches the tool’s website and extracts key info
- Sends to Claude API: “Draft a tool listing from this data”
- Posts draft to a review channel (Discord/Slack)
- On approval, commits the markdown to GitHub (auto-deploys to site)
- Tweets about the new listing
Time saved: What took 2 hours per tool listing โ 15 minutes of review
What’s good
- Self-hostable and open source โ your data, your rules
- 400+ integrations built in
- Visual editor is intuitive but powerful
- Code nodes when you need custom logic
- Active community and rapid development
- Can call any API โ if it exists, you can connect it
What’s not
- Self-hosting requires some technical knowledge
- UI can get cluttered with complex workflows
- Error handling takes practice to get right
- Cloud pricing gets expensive at scale
- Documentation is good but assumes some technical background
vs. the alternatives
| Feature | n8n | Zapier | Make |
|---|---|---|---|
| Self-host | Yes | No | No |
| Open source | Yes | No | No |
| Free tier | Unlimited (self-hosted) | 100 tasks/mo | 1,000 ops/mo |
| Ease of use | Medium | Easy | Medium |
| Code support | JS/Python | Limited | Limited |
| Integrations | 400+ | 6,000+ | 1,500+ |
Bottom line: n8n for power and freedom. Zapier for simplicity and the most integrations. Make for a middle ground.
FAQ
Q: Is self-hosting n8n hard?
A: If you can run Docker, you can self-host n8n. One docker-compose file and you’re running. Tutorials everywhere.
Q: n8n or Zapier for a solo builder? A: n8n if you’re technical and want control. Zapier if you want the easiest setup and don’t mind paying. For most readers of this site, n8n.
Q: Can n8n handle AI workflows? A: Absolutely. It has native nodes for OpenAI, Anthropic, and others. Plus HTTP nodes to call any AI API. This is one of its strongest use cases.