Is n8n better than Zapier?
For high task volume, complex branching logic, or data you would rather self-host, n8n is usually the better fit and considerably cheaper. For a small number of simple integrations where nobody wants to manage infrastructure, Zapier is simpler. The deciding factors are volume, complexity, and who owns the hosting.
Should I self-host n8n?
Self-host if you have meaningful task volume, want data to stay on your infrastructure, or need capabilities the cloud plans restrict. Use the managed service if no one will own uptime, upgrades, and backups.
Who owns the n8n instance if you build it?
You do. The instance is provisioned in your name, on your hosting account, under your n8n licence. We are engaged to design, build, and manage the workflows on it. n8n is fair-code under the Sustainable Use License, which permits consulting and workflow work but does not permit reselling n8n itself as a hosted service, so running your instance for you under our own account is not something we do.
What does n8n need to run?
A small always-on server, persistent storage for workflow and credential data, and a database for execution history at any real volume. Sizing depends far more on concurrent executions than on the number of workflows.
Why do automations break?
Usually an upstream change (an API version, a renamed field, an expired credential) combined with no alerting. The automation itself rarely degrades; its assumptions do.