Back to Discover
n8n logo

n8n

StartupLaunched August 2026

Screenshots

The Story

n8n is a workflow automation tool that connects services through a visual node editor. A workflow is a graph: a trigger node starts it, and subsequent nodes call APIs, transform data, or branch on conditions.

The product sits between two categories. It is more visual than writing an integration script, and more code-friendly than a consumer automation tool: nodes can include JavaScript expressions, and a code node can run arbitrary logic inside the workflow. That combination is what lets it handle a transformation that a purely visual builder cannot express.

n8n is published as source and can be self-hosted, which matters for teams that need automation to run inside their own network. The hosted cloud is the commercial layer. The self-hosted deployment is the same core, so a workflow can move between them.

Overview

n8n's position is that a visual builder should not forbid code when a transformation needs it.

A workflow is a directed graph of nodes. A trigger node starts the run - a schedule, a webhook, or an application event - and each subsequent node receives the previous node's output.

Nodes cover common services directly, and a code node runs JavaScript when the built-in operations are not enough. Expressions can reference earlier node data, so a value computed in one node is available downstream without a separate mapping step.

The core is published and self-hosting is supported. A team that must keep automation inside its own network can run n8n itself, and the same workflows run on the hosted cloud.

Key Features

  • Visual node editor

    A workflow is a graph a reader can follow, rather than a script whose control flow is implicit.

  • Inline JavaScript

    A code node runs arbitrary logic, so a transformation the built-in nodes cannot express is still possible.

  • Self-hostable

    The core runs on your own infrastructure from the published source.

  • Trigger variety

    Schedules, webhooks, and application events can all start a workflow.

Where n8n is a strong choice, and where it is not

Choose n8n if you want automation a non-developer can read, but you still need the option to drop into code for the steps that a visual builder cannot express.

Look elsewhere if you need a fully managed service with no operational surface, or if your workflows are simple enough that a script in your own application is clearer.

Getting started

A first workflow can run in minutes; the value compounds once you connect real credentials.

  • ~10 min
    Time to first workflow

    Add a trigger, add an action, and execute. The editor runs workflows without a deploy step.

  • Free
    Cost to start

    Self-hosted and free. The cloud plan is priced by executions.

  • Node or Docker
    Prerequisites

    Node.js or Docker for self-hosting. Credentials for whichever services you connect.

Known limitations

Constraints confirmed from the project's documentation.

  • Self-hosting means you own the reliability. A workflow that matters needs the instance monitored, backed up, and upgraded.
  • Execution-based pricing on cloud. Cost scales with workflow runs, which is unpredictable for a chatty automation.
  • Complex logic gets awkward visually. A large workflow with many branches is harder to review than the equivalent code.
  • Credentials live in the instance. A self-hosted deployment concentrates access to every connected service, so its security is load-bearing.
OUR VERDICT

Pick n8n if you want automation you can host and extend with code

It combines a visual editor with the ability to drop into JavaScript, which covers the cases a purely visual tool cannot express.

The differentiator is the escape hatch: a node can run custom code, so a workflow is not limited to what the built-in nodes support. Combined with self-hosting, that makes it viable for automations touching sensitive systems.

If you want zero operational work and your workflows are simple, a fully hosted automation service is less to maintain.

FAQ

What is n8n?

n8n is a workflow automation tool that connects services through a visual node editor, with the option to run JavaScript inside a workflow.

Is n8n open source?

Yes. The core is published in a public repository with a license file. Check the repository for current license terms, which are not a standard permissive license.

Can I self-host n8n?

Yes. Self-hosting is supported, and the operator becomes responsible for upgrades, backups, and security.

Is n8n free?

n8n lists a free self-hosted tier alongside paid cloud and enterprise plans. Check the pricing page for current terms.

What stack is n8n built with?

CompassPad records n8n as a TypeScript and Node.js server with a Vue front end and SQLite or PostgreSQL storage, based on the public repository.

What we checked

  • LIVE
    Site and primary link

    The marketing site resolved and the primary product link reached the product itself.

  • PRICING
    Pricing page

    The pricing page resolved and lists the current plans and limits.

  • DOCS
    Documentation

    Public documentation resolved and covers the product's core surfaces.

  • SOURCE
    Source page

    The linked source page resolved and is reachable without an account.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

DocuShift

Trending

Track API changes automatically, surfacing what matters.

Developer ToolsCCompassPad editorial

DocuShift watches the APIs a team depends on and reports changes as they happen. The product's own summary is "Track API changes automatically, surfacing what matters." Its page frames the problem as API deprecations arriving without warning: they move into a codebase, change behaviour, and wait until launch day to surface. The pitch is a shift from manual research to alerts. The site describes the workflow as "from hours of manual research to zero-effort alerts," and claims monitoring can be started in minutes. The public page is a single product landing page; there is no published pricing or documentation at the time of collection.

ScrollLaunch

Trending

Launch your product and rank on Google and AI search.

Developer ToolsCCompassPad editorial

ScrollLaunch is a launch platform for indie makers that positions itself as a Product Hunt alternative. Its page describes weekly launches, dofollow product pages, and a directory of more than 1,000 startup directories, aimed at being found on Google and in AI search. The site's own headline is "Launch Your Product and Rank on Google & AI Search." It publishes a weekly set of product launches on the page, and it also lists an MCP CLI, indicating the directory is intended to be reachable by AI agents as well as people.

My Bot Farm

An open market to share your agents.

AI & Machine LearningCCompassPad editorial

My Bot Farm is a marketplace for whole agents and teams rather than a catalogue of individual skills. Its page states that you browse bots and install a copy for GrokBot, Hermes, and OpenClaw. The site draws a deliberate distinction in its own headline: "An Open Market to share your Agents. Not a warehouse of skills." It treats teams as first-class objects alongside single bots, and says new listings appear when they land rather than when someone remembers to check.