EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. n8n-as-code
    n8n-as-code icon

    n8n-as-code

    Workflow Automation

    An open-source agentic toolkit that gives AI coding agents full n8n superpowers — 537 nodes with complete schemas, 7,700+ templates, GitOps-style sync, and TypeScript workflow authoring.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. All features available at no cost.

    Engagement

    Available On

    CLI
    VS Code
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Workflow AutomationAgent FrameworksVibe Coding

    Alternatives

    NocoBaseOutSystemsn8n
    Developer
    Etienne LescotRennes, FranceEst. 2025

    Listed Aug 2026

    About n8n-as-code

    n8n-as-code is an independent, MIT-licensed community project built by Etienne Lescot that turns any repository into a full n8n development workspace for AI agents and human developers alike. It ships a complete n8n ontology — 537 nodes, 100% schema coverage across 10,209 properties and 17,155 option values, 1,243 linked documentation pages, and 7,702 searchable community templates — so coding agents can build and edit workflows from grounded knowledge rather than guesswork. The project is not affiliated with, endorsed by, or sponsored by n8n.

    What It Is

    n8n-as-code is an agentic toolkit that sits between your editor (or terminal) and a live n8n instance. It packages the full n8n node catalog as a locally searchable ontology, exposes Git-like pull/push/resolve commands for workflow files, and provides a VS Code extension with canvas preview, conflict resolution, and an integrated Agent Workbench. The core idea is that AI agents should work from real schemas and validated context rather than hallucinating node parameters, while human reviewers should see clean, readable diffs instead of opaque JSON blobs.

    How the Stack Fits Together

    The project ships several coordinated packages:

    • VS Code / Cursor Extension — sidebar workspace, canvas preview, integrated Agent Workbench, and environment management directly in the IDE.
    • n8nac CLI — environment setup, explicit pull/push/resolve sync, schema validation, AI context generation, and multi-environment promotion.
    • Agent Skills — portable n8n knowledge bundles (node schemas, docs, examples, templates, validation rules) for any coding agent, including Claude Code and OpenClaw.
    • @n8n-as-code/transformer — converts n8n JSON workflows to readable TypeScript .workflow.ts files and back.
    • n8n-manager — manages local Docker-backed n8n instances, tunnels, and machine-local secrets separately from repository state.

    GitOps Workflow Model

    Sync is intentionally explicit: nothing is pushed or pulled unless the developer asks for it. The typical loop is n8nac list → n8nac pull <id> → edit locally → n8nac push <file> --verify. Conflict resolution uses a three-way comparison that detects real conflicts, avoids false positives, and surfaces keep-local or keep-remote decisions through visible diffs. The promote command moves workflow source between environments (e.g., Dev → Prod), rewrites project metadata, remaps credentials, and records stable bindings in n8nac-promotion.json. A --dry-run flag performs discovery without writing files or pushing.

    AI Skill Architecture

    The skills layer is the core differentiator. Rather than relying on a model's training data about n8n, the skill bundles the full node ontology locally and makes it searchable in approximately 5 ms via FlexSearch. Agents can call n8nac skills search, n8nac skills node-info, and n8nac skills validate to get schema-accurate node data before writing or modifying any workflow. The Claude Code integration installs as a plugin from the marketplace; the OpenClaw integration uses @n8n-as-code/n8nac; generic agents consume the skills directory directly.

    TypeScript Workflow Authoring

    Workflows can be authored or converted into .workflow.ts files using decorator syntax (@workflow, @node, @links). This format produces stable, human-readable diffs that both developers and agents can reason about, replacing the opaque JSON that n8n stores natively. The n8nac convert and n8nac convert-batch commands handle conversion in both directions.

    Update: v2.5.0

    The latest release is v2.5.0, published July 24, 2026. The repository was created in January 2026 and has seen active development through August 2026, with the GitHub project accumulating 1,546 stars and 182 forks as of the last recorded update. The project is published to the VS Code Marketplace, Open VSX Registry, and npm (n8nac CLI and @n8n-as-code/skills packages). The Claude Code plugin is listed as Beta / Pending Review.

    n8n-as-code - 1

    Community Discussions

    Be the first to start a conversation about n8n-as-code

    Share your experience with n8n-as-code, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. All features available at no cost.

    • 537 n8n nodes with full schema coverage
    • 7,702 community templates
    • GitOps-style workflow sync
    • TypeScript workflow authoring
    • VS Code / Cursor extension

    Capabilities

    Key Features

    • 537 n8n nodes with 100% schema coverage
    • 10,209 properties and 17,155 option values indexed
    • 7,702 community templates searchable locally in ~5ms via FlexSearch
    • 1,243 documentation pages linked to nodes
    • GitOps-style explicit pull/push/resolve workflow sync
    • TypeScript workflow authoring with decorator syntax
    • VS Code / Cursor extension with canvas preview and Agent Workbench
    • Three-way conflict resolution with keep-local or keep-remote actions
    • Multi-environment promotion with credential remapping
    • Schema validation before push
    • Claude Code plugin integration
    • OpenClaw plugin integration
    • n8n-manager for local Docker-backed n8n instances and tunnels
    • AI skills layer with node-info, search, and validate commands
    • JSON to TypeScript workflow converter and back

    Integrations

    n8n
    VS Code
    Cursor
    Claude Code
    OpenClaw
    Docker
    npm
    GitHub Actions
    FlexSearch
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate n8n-as-code and help others make informed decisions.

    Developer

    Etienne Lescot

    Etienne Lescot builds n8n-as-code, an open-source agentic toolkit that gives AI coding agents full n8n superpowers through a complete node ontology, GitOps-style workflow sync, and TypeScript workflow authoring. The project ships a VS Code extension, a CLI, portable agent skills, and integrations with Claude Code and OpenClaw. It is an independent community project, not affiliated with n8n, and is released under the MIT License.

    Founded 2025
    Rennes, France
    1 employees

    Used by

    n8n Community (1,500+ GitHub Stars)
    Users of VS Code, Cursor, and Claude…
    Read more about Etienne Lescot
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    NocoBase icon

    NocoBase

    An open-source AI + no-code platform for building business systems fast, combining AI coding agents with a WYSIWYG no-code interface on production-proven infrastructure.

    OutSystems icon

    OutSystems

    OutSystems is an AI development platform for enterprises to build, deploy, and manage mission-critical applications and AI agents at scale with low-code and agentic AI capabilities.

    n8n icon

    n8n

    n8n is a fair-code workflow automation platform for technical teams that combines a visual node-based editor with full JavaScript/Python code support and 400+ integrations.

    Browse all tools

    Related Topics

    Workflow Automation

    Agents designed to automate complex business and development workflows.

    315 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    651 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    203 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions