AIAny
AI Others2019
Icon for item

N8n.io

Node-based platform for building automation workflows that wire together 400+ apps and 70+ LangChain AI nodes, supporting agents, RAG, and 12+ LLM providers. Fair-code licensed and self-hostable, so pricing is server time rather than per-operation.

Introduction

Most automation tools bill per operation, which quietly punishes you for building anything ambitious — a 20-step workflow can cost ten times a 2-step one. n8n inverts that math: self-host it and a complex pipeline costs the same as a trivial one, because you pay for server time, not actions. That single pricing decision is why technical teams treat it as infrastructure rather than a SaaS subscription.

What Sets It Apart
  • Code where you want it, not where you're forced to. Drag-and-drop nodes for the 80% case, with arbitrary JavaScript/Python escape hatches when a step needs real logic — you don't hit a no-code ceiling and have to migrate off the tool.
  • AI as composable nodes, not a bolted-on feature. 70+ LangChain-based nodes let you assemble agents, RAG pipelines, and vector-store retrieval from a root node plus memory/tool/parser sub-nodes, across 12+ LLM providers including OpenAI, Anthropic, Gemini, Mistral, and local Ollama models.
  • Fair-code with full source access. The Sustainable Use License keeps the codebase open and self-hostable while blocking hyperscaler reselling — you keep your data and deployment, and the vendor stays funded enough not to vanish.
Who It's For

Great fit if you want automation you fully control — data on your own servers, predictable cost at scale, and the freedom to drop into code when visual nodes run out. Look elsewhere if you want a zero-maintenance hosted product with no infra to think about, or if your team has no appetite for occasional debugging of self-hosted instances; the flexibility comes with operational responsibility that pure no-code SaaS hides from you.

Information

  • Websiten8n.io
  • Organizationsn8n GmbH
  • AuthorsJan Oberhauser, n8n GmbH
  • Published date2019/06/23

Categories

More Items

GitHub
AI Others2026

Self-hosted personal finance manager that keeps all account data on your server — supports multi-currency accounts, bank sync, rules-based auto-categorization, budgets and asset tracking. Distinguishes itself by privacy-first design and optional self-hosted LLM agents for local data queries; suitable for users comfortable running a server.

GitHub
AI Others2020

Aggregates Summer 2026 internship postings across software engineering, data science/AI, quant, product and hardware; curated and updated daily by the Pitt Computer Science Club and Simplify. Lists 250+ active roles with categories, direct application links, and age-since-posting to help applicants find timely openings.

GitHub
AI Others2023

Offline, privacy-first English grammar checker implemented in Rust that lints documents in milliseconds and uses a fraction of LanguageTool's memory. Can run as a local binary, embed via WebAssembly, and offers integrations for editors and plugins.