Free up your time: AutoCode automatically runs your Claude Code generated code through a 13-column validation pipeline — reviews, best practices, security, tests — to deliver reliable code.
Claude Code codes fast, but AI-generated code needs validation. AutoCode automates this validation for you.
AutoCode orchestrates Claude Code to process your tickets. Each pipeline column executes specific instructions via Claude.
13 validation columns: best practices, duplication detection, code consistency, security review, Playwright/Cypress tests.
No more tedious manual reviews. AutoCode runs every development through the pipeline automatically while you work.
Tickets in Markdown + YAML. Version with Git, edit with your editor. No database, no lock-in.
Watch your tickets traverse the pipeline. Real-time web interface, drag & drop, progress tracking.
Add your own columns and instructions. Adapt the pipeline to your needs: more reviews, specific tests, custom deployment.
An interactive demo of the Kanban dashboard. Watch Claude process tickets automatically.
Drag & drop, ticket creation, Claude AI simulation - everything is interactive!
Your Claude Code generated code goes through 13 automatic validation columns. At each step, Claude Code executes the defined instructions.
Create a ticket describing the feature. Claude Code implements the code. The ticket automatically advances through the pipeline.
Best Practices → No Duplication → Consistency → Security. Claude Code analyzes and fixes the code at each step according to your criteria.
Playwright and Cypress. Claude Code runs the tests, analyzes failures, and fixes until everything passes.
Automatic staging deployment, final validation, then closure. You receive reliable, tested, and documented code.
Ready in 30 seconds with npm.
# Global installation
npm install -g @autocode-cli/autocode
# Initialize in your project
autocode init
# Create your first ticket
autocode new "My first ticket" P1
# Launch the dashboard
autocode serve
# Required
- Node.js 18+
- npm or yarn
# For Claude AI integration
- Claude CLI (claude -p)
All available commands to manage your tickets.
| Command | Description |
|---|---|
autocode init |
Initialize the autodoc/ folder in the project |
autocode new "Title" [P0-P3] |
Create a new ticket |
autocode list |
List all tickets |
autocode AC-XXXXX |
Display ticket details |
autocode AC-XXXXX next |
Move ticket to next column |
autocode serve |
Launch web dashboard (default: 3333) |
autocode serve --port 4000 |
Dashboard on custom port |
autocode --help |
Display full help |
autocode --version |
Display version |
Integrate AutoCode into your tools and automations.
# Create a ticket via API
curl -X POST http://localhost:3333/api/tickets \
-H "Content-Type: application/json" \
-d '{"title": "New ticket", "priority": "P1", "labels": ["bug"]}'
# Move a ticket forward
curl -X PUT http://localhost:3333/api/tickets/AC-000001/next
A simple and efficient design.
./autocode.sh
:3333
/api/*
TypeScript + Node.js
autodoc/
claude -p
YAML + Markdown
Instructions IA
seq.txt