Cross-post of an article originally published in Thai for SME owners in Thailand. Same numbers, same use cases, same conclusion. The canonical URL points back to the original.
TL;DR
If you're picking an automation tool for a small business in 2026, the honest answer for ~80% of cases is: start with self-hosted n8n on a $4-6/month VPS. Predictable cost, your data stays with you, no per-task pricing surprises, and the AI/LLM tooling has caught up with the others.
Quick decision table:
| Your situation | Pick this | Cost / month |
|---|---|---|
| 1–3 workflows, solo, just exploring | Zapier Free or Make Free | $0 |
| 5–20 workflows, team of 2–5, regional integrations (LINE, Shopee, Lazada) | n8n Cloud or Make Core | $20–45 |
| 20+ workflows, data-privacy compliance (PDPA in Thailand, GDPR in EU) | n8n self-host | $6–15 |
| Salesforce-centric B2B, certified node matters | Zapier Team | $69+ |
The rest of this post is the reasoning, with real numbers from a 6-month case study.
The three tools, in one paragraph each
Zapier (US, 2011) — the original no-code automation platform. 7,000+ integrations, the easiest UI, and a long-tail catalog of niche US SaaS apps that no one else has. Pricing is task-based and scales aggressively. Best for true beginners and teams that live in the US enterprise stack.
Make (Czech Republic, 2012, formerly Integromat) — visual flow editor that handles complex logic (loops, conditionals, error branches) more elegantly than Zapier. About 30–40% cheaper than Zapier for the same workload. 1,800+ integrations.
n8n (Germany, 2019) — open-source / fair-code license. The only one of the three that you can self-host on your own server, for free, with no workflow or task limit. 500+ official integrations plus the ability to write custom nodes in JavaScript or Python.
A 12-dimension comparison Thai SMEs actually care about
| Dimension | Zapier | Make | n8n cloud | n8n self-host |
|---|---|---|---|---|
| Starter tier (real workload) | $19–69/mo | $9–29/mo | $24–48/mo | $6/mo (VPS) |
| Integrations | 7,000+ | 1,800+ | 500+ + custom | 500+ + custom |
| Custom code (JS/Python) | Limited | Yes | Yes | Yes |
| AI/LLM nodes | Good | Good | Excellent (LangChain native) | Excellent |
| Self-host | No | No | No | Yes |
| Data residency | US servers | EU servers | Vendor servers | Your server |
| LINE OA support | Community apps | Community apps | Native + webhook | Native + webhook |
| Shopee/Lazada/TikTok Shop | Via 3rd party | Via 3rd party | Webhook + custom | Webhook + custom |
| Learning curve (1 = easiest) | 1 | 2 | 2 | 4 (you deploy it) |
The thing most comparison posts miss: Zapier's "7,000+ integrations" sounds enormous, but the 90% of integrations a Thai (or any non-US) SME actually uses is a short list — LINE, Facebook, Google Sheets, Notion, Slack, Shopee, Lazada, TikTok Shop, Stripe, OpenAI/Claude/Gemini, plus a payment webhook. All three tools cover all of these. Zapier's edge is in long-tail US enterprise SaaS that most regional SMEs never touch.
Real cost over 6 months — same workload, three tools
A KORP AI client (wholesale food distributor, 4-person back office) asked us to compare. Their actual workload:
- 8 active workflows (Lead Ads → Sheet → LINE alert, order → invoice, Shopee sync, payment reminder, stock alert, daily KPI summary, customer report, FB comment auto-reply)
- ~12,000 tasks per month (every step in every workflow)
- 30-day log retention
| Provider | Per month | 6-month total | Notes |
|---|---|---|---|
| Zapier Pro | $49 | $294 | Task-based, overage if >2K tasks |
| Zapier Team | $69 | $414 | Needed if multi-seat |
| Make Pro | $16 | $96 | 10K ops fits the workload |
| Make Teams | $29 | $174 | If team needs to share |
| n8n Cloud Starter | $24 | $144 | 5K execution/month |
| n8n self-host (2 GB VPS) | $6 | $36 | Unlimited workflows, unlimited executions |
Difference between Zapier Pro and n8n self-host over 6 months: $258. That funds the VPS for another 3.5 years.
ROI of switching to n8n self-host (including our setup + training fee) lands around 2–4 months for any workload with 5+ active workflows.
When NOT to pick n8n
This is the part most n8n fan posts skip. If any of these apply to you, do not pick n8n:
You don't have anyone who can SSH into a Linux server. Self-hosting means you (or someone you can call) needs to handle OS updates, backups, and the occasional "the container died, why?" Cloud n8n removes this but then it's $24+/month and you've lost the cost advantage.
You need a long-tail US enterprise integration that only Zapier has. The certified Salesforce/HubSpot Marketing/SAP nodes on Zapier are real differentiators if your customer or vendor uses them.
You will run < 3 workflows for the next 12 months. Free Zapier or Free Make is fine. Don't over-engineer.
You need true Web GUI configuration with zero IT overhead. Make is friendlier than n8n here. n8n's UI is fine but its mental model is closer to Node-RED than to Zapier.
The migration path that worked for our clients
- Audit existing Zaps / scenarios. List them in a spreadsheet: trigger, actions, monthly task count, business owner.
- Self-host n8n on a $6/month VPS. Use the Docker compose recipe + Caddy for SSL. Takes ~30 minutes if you're comfortable with Linux.
- Migrate workflows one cluster at a time. Start with the highest-volume / lowest-complexity ones (data sync, notifications). Save the AI agent / multi-step approval flows for last.
- Run both in parallel for 1–2 weeks. n8n alongside the existing Zapier Zaps. Verify outputs match before turning Zapier off.
- Cancel Zapier on the 1st of the next month. Don't forget — that's where the actual cost savings start.
Average migration time for our 8-workflow case study: ~12 hours spread over 2 weeks. ROI hit in month 3.
Closing
If you're a SaaS founder, a small agency, or a Thai SME with 5+ active automations, the math points to self-hosted n8n. The trade-off is real (you operate a server) but the savings + data control + no vendor lock-in make it worth it for most teams.
If you'd rather not run the server yourself, n8n Cloud is still cheaper than Zapier for the same workload, and you keep the option to migrate to self-hosted later without rewriting workflows.
The full Thai version with screenshots and 4 detailed Thai SME case studies is over on the KORP AI blog.
Top comments (0)