Skip to content

stxkxs/cadre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadre

Visual workflow builder for orchestrating Claude Code tasks.

Build graph-based pipelines where each node is a Claude Code session. Connect nodes to pass context between steps. Branch, loop, transform, and gate your workflows — all powered by your local Claude Code CLI.

Node Types

Node Purpose
Claude Code Execute a Claude Code session with a system prompt
Condition True/false branching via JavaScript expressions
Router Multi-way branching with N labeled routes
Transform Data shaping with {{variable}} interpolation (no LLM)
Gate Pause for manual approval before continuing
Loop Repeat until a condition is met
Input Workflow entry point
Output Workflow exit point

Prerequisites

Setup

# Install dependencies
pnpm install

# Start PostgreSQL
docker compose up -d

# Configure environment
cp .env.example .env
# Edit .env — set AUTH_SECRET and AUTH_PASSWORD

# Initialize database
pnpm db:push

# Start dev server
pnpm dev

Stack

  • Next.js 16 (App Router) + TypeScript
  • React Flow for the graph editor
  • Zustand for state management
  • Drizzle ORM + PostgreSQL
  • Tailwind CSS v4 + shadcn/ui

License

MIT

About

Visual workflow builder for orchestrating Claude Code tasks — graph-based pipelines with parallel execution, conditional routing, human-in-the-loop gates, and live SSE streaming

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages