EtienneLescot/n8n-as-code

Give your AI agent n8n superpowers. 537 nodes with full schemas, 7,700+ templates, Git-like sync, and TypeScript workflows.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on July 6th, 2026
Created on January 3rd, 2026
Open Issues & Pull Requests: 21 (+0)
Number of forks: 176
Total Stargazers: 1,512 (+1)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.3 hours
Mean response time: 36.2 hours
90th percentile: 4.9 days
Tracked items: 76

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 19 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (8)
  • enhancement (6)
  • help wanted (5)
  • good first issue (2)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

n8n-as-code is a toolkit that enables developers to build, edit, deploy, and debug n8n workflows from their code editor with AI agent support.

The tool solves the problem of managing n8n workflows outside the web UI by treating them as code. It provides a repository-based development workspace where workflows can be authored in TypeScript, version-controlled with Git, and synchronized bidirectionally with n8n instances. The approach bundles node schemas and templates to give AI agents the context needed to work safely on real workflows, while keeping secrets and runtime state local to the machine.

Developers should adopt this tool if they want to manage n8n workflows in version control, collaborate through Git workflows, or use AI agents to generate and modify workflows. It suits teams that prefer editor-based development over UI-based workflow design, and those integrating n8n into larger automation systems. The tool works with VS Code, Cursor, and Claude Code through a VS Code extension and skill system, and also provides a CLI for terminal-based workflows. It is an independent community project not affiliated with n8n itself.

The maintainers respond to issues and pull requests within a day. Work in the issue tracker centers on bug fixes, enhancements, and documentation improvements.