Home/Web/n8n
n
License:Sustainable Use License
Open source Self-hostable API available Sign-up required

n8n

About

A fair-code workflow automation platform with 400+ integrations. Build automations visually with a node-based editor, or self-host it completely for free.

Pricing

Free / monthly

n8n is a workflow automation tool that connects apps and services through a visual, node-based editor. It is fair-code licensed — free to self-host and modify, with a paid cloud offering.

Key Features

  • Visual editor with drag-and-drop nodes.
  • 400+ integrations covering most SaaS tools.
  • Self-hosting via Docker or npm.
  • AI agent nodes for LLM-powered workflows.
  • Webhooks, scheduling and error handling built in.
  • API & CLI for programmatic workflow management.

Pricing

  • Self-hosted: free under the Sustainable Use License.
  • Cloud free tier: limited quota, no credit card.
  • Cloud Pro: from ~$24/month.

Getting Started

docker run -it --rm -p 5678:5678 -v ~/.n8n:/home/node/.n8n docker.n8n.io/n8nio/n8n

Open http://localhost:5678 and build your first workflow by connecting a Trigger node to an Action node.