Workflow automation

n8n

n8n is workflow automation you run on your own infrastructure. It connects the applications a business already uses through a visual editor, with hundreds of prebuilt nodes, a code step for anything bespoke, and native support for calling language models mid-flow. Think of it as a self-hosted alternative to Zapier or Make that you own outright, including every piece of data passing through it.

View the repo · n8n-io/n8n ↗
Who it is for

Teams automating intake, routing, reporting and reconciliation across their existing stack, especially where the data is too sensitive to route through a third-party automation cloud. It suits operations and finance teams with a technical person on hand, because self-hosting means someone owns upgrades, backups and credentials. If nobody in the business can run a Docker container, a hosted automation tool will serve you better until that changes.

Install it
npx n8n
# or with Docker:
docker run -it --rm -p 5678:5678 docker.n8n.io/n8nio/n8n
Before production

The default SQLite database is fine for evaluation and struggles under real load, so move to Postgres before you depend on it. Every connected system's API key ends up stored inside n8n, which makes credential handling and backups worth deliberate care. The licence is fair-code rather than classic open source: internal business use is fine, while reselling n8n itself as a hosted service is restricted. Always put a human approval step before any node that sends money, emails or contracts.

Where Blash AI comes in

n8n is usually the deterministic backbone of a Blash build: it moves the data, and the model steps we add supply the judgement. We design the workflows, wire them to your CRM and finance system, route model calls through a gateway such as LiteLLM from this library, and add the logging, retries and audit trail that separate a demo from a system your team relies on every day.

Run it, then wire it in

When you want this running on your real stack, that is the engagement

Book an AI audit
The newsletter

AI worth your inbox

The tools, launches and shifts that actually matter, in plain English. No paywall, unsubscribe at any time.