n8n & Automation

Automation is the multiplier on everything else you build. This hub teaches n8n — the open-source workflow platform we run in production — along with the automation patterns that apply to any tool: triggers, queues, error handling, and human-in-the-loop checkpoints.

Why n8n

  • Self-hostable. Run it on a modest VPS and your automation costs stay flat as volume grows — no per-task pricing shocks.
  • AI-native. First-class nodes for LLMs, agents, and vector stores make it a genuine AI orchestration layer, not just a Zapier alternative.
  • Ownable. Your workflows are exportable JSON. They’re assets you keep — and can even sell.

We run our own production n8n instance with over a hundred live workflows powering publishing pipelines, research systems, and trading dashboards. The guides here come from that experience, including the failures.

The learning path

  1. Workflow thinking. How to see your business as triggers, steps, and outputs before touching any tool.
  2. Your first workflow. A small, real automation — built end to end in under an hour.
  3. Self-hosting n8n. Installing on a VPS with proper backups, updates, and security.
  4. Production patterns. Error handling, retries, state machines with Airtable or databases, and monitoring — the difference between a demo and a system.
  5. AI workflows. Connecting LLMs, building content pipelines, and orchestrating agents inside n8n.

What you’ll find in this hub

  • Tutorials — step-by-step builds with importable workflow JSON where possible.
  • Teardowns — real workflows from our systems, explained node by node.
  • Patterns — reusable structures (queues, guards, schedulers) you’ll use in every serious build.

Browse everything in this topic on the Articles page, and see the exact stack we run on the Recommended Tools page.