Overview
n8n (pronounced "n-eight-n") is a fair-code workflow automation platform founded in 2019 by Jan Oberhauser in Berlin. Oberhauser, a visual effects artist turned developer, initially published the project to GitHub as a solo side project in June 2019; it has since grown into a $2.5 billion company with over 3,000 enterprise customers — including Microsoft and KPMG — and approximately $40 million in ARR. The platform's 183,000+ GitHub stars made it the most-starred JavaScript project in the 2025 Rising Stars rankings.
n8n's distinguishing characteristic is its hybrid approach: a visual node-based canvas for building workflows without code, combined with first-class support for JavaScript and Python inside any node. This makes it genuinely useful to both non-technical users connecting SaaS apps and developers who need to encode business logic that outpaces what clickable interfaces can express.
As of 2026, n8n has invested heavily in AI agent capabilities — the platform includes native Tools Agent and Conversational Agent nodes, multi-agent orchestration, manual approval gates, and integrations with major LLM providers. The self-hosted Community Edition remains free with no execution caps, which is an unusual and meaningful commitment in a market where competitors increasingly gate core functionality behind paid plans. Cloud plans are priced in a way that suits small teams and enterprise, but the jump from Pro ($60/mo) to Business ($800/mo) is steep with nothing in between.
Key Benefits
- Unlimited free self-hosting: The Community Edition imposes no execution or workflow limits — teams with infrastructure capacity can run full production workloads at zero software cost.
- Code where you need it: JavaScript and Python execution inside workflow nodes means automation logic is never capped by what the GUI can express.
- Native AI agents: Built-in agent nodes with tool-use, memory configuration, and multi-agent chaining make LLM integration a first-class concern, not an afterthought.
- Breadth of integrations: 400+ nodes cover the major SaaS categories — CRM, storage, messaging, databases, DevOps — reducing the need for custom connector work.
- Large ecosystem: 183,000+ GitHub stars and an active community translate into a large library of shareable workflow templates.
Use Cases
- Internal process automation — Engineering or ops teams automate repetitive cross-system tasks (e.g., syncing Jira tickets to Slack, triggering Salesforce updates from form submissions) without purchasing a dedicated iPaaS.
- AI-augmented data pipelines — Data teams embed LLM calls at specific workflow nodes to classify, enrich, or summarize records passing through extraction pipelines.
- Multi-agent orchestration — Technical teams wire together multiple AI agents with defined handoffs, approval gates, and fallback logic for document processing, customer triage, or research workflows.
- Self-hosted automation for compliance-sensitive workloads — Organizations in regulated industries (finance, healthcare) run n8n on their own infrastructure to keep credentials and data entirely within their perimeter.