HomeCatalog🤖 AI / LLMn8n
Screenshot of n8n website

// screenshot of n8n.io ↗

AI / LLM · PRO TIER

n8npro

n8n is the open-source Zapier alternative for technical teams — a node-based workflow automation platform with 1000+ integrations, native JavaScript/Python code nodes, queue-mode scaling, and a strong AI-agent builder. Self-hosted by default; the SaaS offering is the funnel, not the product.

🤖 AI / LLM Min 1024 MB RAM Port 5678 (http) Tier pro
// What it is

A closer look.

n8n is the open-source Zapier alternative for technical teams — a node-based workflow automation platform with 1000+ integrations, native JavaScript/Python code nodes, queue-mode scaling, and a strong AI-agent builder. Self-hosted by default; the SaaS offering is the funnel, not the product.

The DNA is "fair-code" — source available under the Sustainable Use License, free for self-host, paid for hosted commercial use. For our self-host audience that's perfect: full functionality, no usage caps.

// Use cases

What it's for.

Concrete scenarios where teams pick n8n over the SaaS alternative.

Internal automations

Slack ↔ Linear ↔ GitHub ↔ Stripe ↔ HubSpot orchestration

AI agent workflows

chain LLM calls with tool nodes, RAG retrieval, multi-step reasoning

ETL & data plumbing

pull from API, transform with code, push to warehouse / database

Webhook-driven business logic

replace bespoke microservices with a workflow you can edit visually

Customer-facing integrations

exposed n8n endpoints as the API layer for customer triggers

// Who it's for

Built for these teams.

If your team profile matches one of these, n8n is a strong fit out of the box.

Profile A

DevOps / platform teams

replacing Zapier with a code-capable, self-hosted automation layer

Profile B

Agencies

orchestrating client workflows across 10+ SaaS tools without writing custom integrations

Profile C

AI engineers

building agent workflows with tool calling, RAG retrieval, multi-step reasoning chains

Profile D

SaaS startups

using n8n as their "API glue layer" between Stripe, CRM, support, internal services

Profile E

Internal IT teams

retiring bespoke microservices in favor of versionable, visual workflows

// Differentiators

Why teams pick n8n.

When evaluating self-hosted options for this category, here are the dimensions on which n8n consistently lands above the alternatives.

  • 1000+ official integrations — , plus community nodes
  • Native code nodes — drop into JavaScript or Python when no-code hits its limit
  • AI Agent + LangChain nodes — first-class agentic workflows with memory, tools, RAG
  • Queue-mode scaling — Redis-backed worker fleet for high-throughput production
  • Self-host parity — no feature gating between SaaS and self-host
  • Strong Git versioning — workflows are JSON, fits CI/CD
// Integrations

Connects to.

The stack you'll plug n8n into — services, protocols, and adjacent apps in the BluixApps catalog.

SaaS connectors
Slack, GitHub, Google Workspace, Microsoft 365, Stripe, HubSpot, Salesforce, Notion, Airtable + 1000 more
AI providers
OpenAI, Anthropic, Ollama, Mistral, Cohere via dedicated nodes
Queues & data
Postgres / MySQL (primary), Redis (queue mode), MongoDB, MinIO/S3
Webhooks
bidirectional HTTP triggers; expose n8n as a public API for arbitrary callers
Notification surfaces
Slack, Discord, Telegram, email, SMS via Twilio
Code nodes
JavaScript (Node 20) and Python execute arbitrary logic inline
Custom nodes
community framework + npm distribution for org-specific integrations
// Adoption & deployment

Notable users & community

  • 60k+ GitHub stars
  • Strong enterprise adoption (often paired with Ollama / Open WebUI in AI-stack installs)
  • Active forum, monthly community calls, n8n.io blog with concrete use cases
  • Featured in production playbooks for SaaS startups, agencies, internal ops teams
  • Customer base spans EU + US + APAC; sustainable fair-code commercial model

What we ship

  • Docker compose: n8n + Postgres + Redis (queue mode ready)
  • Pinned n8nio/n8n:1.78.0 image with monthly upstream tracking
  • HTTPS-by-default via Let's Encrypt; webhook URL pre-configured to public hostname
  • N8N_ENCRYPTION_KEY auto-generated on first install — preserved across updates
  • Backup hook covers Postgres + /home/node/.n8n (workflow definitions, credentials)
  • AI nodes available out of the box; pairs naturally with Ollama install on same VPS
// Tips & operations

Run it properly.

Operational guidance from running this in production — what to do before you scale, what to lock down, what surprises people.

// PERFORMANCE
Set N8N_ENCRYPTION_KEY before first run
credentials are encrypted with this; without it you can't migrate or restore
// SECURITY
Use queue mode in production
main + worker split via Redis; avoids long workflows blocking the UI
// OPERATIONS
Persist /home/node/.n8n
holds workflows, credentials, executions; mount on a dedicated volume
// RELIABILITY
Configure WEBHOOK_URL
n8n doesn't auto-detect your public URL; mismatch breaks all webhook triggers
// DEPLOYMENT
Prune execution data
EXECUTIONS_DATA_PRUNE=true + max age; Postgres grows fast otherwise
// SCALING
Disable telemetry
N8N_DIAGNOSTICS_ENABLED=false for privacy-bound deployments
1024
// min ram (MB)
5
// min disk (GB)
5678
// access port
http
// protocol
pro
// bluixapps tier
5678:5678 · docker.n8n.io/n8nio/n8n:latest
// docker image

Project resources

Official siten8n.io ↗
// Alternatives in AI / LLM

Compare with