Alpha — Experimental

The command center for
AI-powered development

Orchestrate multiple AI coding sessions across repositories. Spatial canvas, real-time streaming, Git integration, and parallel development — all in one workbench.

Download for macOS

Alpha release — things may break between versions. macOS only for now.

CodeBench — 4 sessions active
Sessions
auth-refactor$1.24
api-endpoints$0.87
ui-dashboard$2.31
test-coverage$0.42
Total cost$4.84
Uptime2h 14m
auth-refactor
acme/backend

Refactoring auth middleware to use JWT tokens...

72%
api-endpoints
acme/backend

Adding CRUD endpoints for /users resource...

45%
ui-dashboard
acme/frontend

Waiting for review feedback...

100%
test-coverage
acme/backend

Writing integration tests for auth module...

28%

Features

Everything you need to ship faster

A complete development workbench designed for teams that leverage AI to build at unprecedented speed.

Spatial Canvas

Visualize all your AI sessions on an interactive canvas. Drag, arrange, and connect sessions to map your development workflow spatially.

Multi-Session Orchestration

Run parallel AI coding sessions across different repositories. Each session gets its own isolated environment with dedicated context.

Real-Time Streaming

Watch AI write code in real-time. Every keystroke, every decision, streamed live to your workbench with full conversation context.

Git & GitHub Integration

Automatic worktree management, branch creation, PR tracking, and CI status — all synced in real-time across every session.

Service Management

Launch, monitor, and manage development services per session. Port allocation, process tracking, and log streaming built-in.

Smart Context & Guardrails

Set safety constraints, manage context windows, and compact conversations automatically. Full control over AI behavior per session.

How It Works

From zero to shipping in minutes

Three steps to transform how your team builds software with AI.

01

Configure your repos

Point CodeBench at your repositories. Set up guardrails, service configs, and environment variables once — they persist across sessions.

config.json
{
  "repos": [
    { "name": "acme/backend",
      "path": "~/code/backend" },
    { "name": "acme/frontend",
      "path": "~/code/frontend" }
  ],
  "guardrails": "..."
}
02

Spin up sessions

Launch isolated AI coding sessions with one click. Each session gets its own worktree, context, and development environment. Run as many as you need in parallel.

$ codebench session new --repo acme/backend
Created worktree task/auth-refactor
Provisioned Claude session (Opus)
Context loaded (42 files indexed)
$ codebench session new --repo acme/backend
Created worktree task/api-endpoints
Provisioned Claude session (Sonnet)
$ 4 sessions active
03

Orchestrate & ship

Monitor progress on the spatial canvas. Review AI-generated code in real-time, create PRs with one click, and track CI status — all from one unified interface.

auth-refactor
PR #47 — CI passing
api-endpoints
PR #48 — reviewing
ui-dashboard
writing code...
test-coverage
✓ 94% coverage
Session cost$4.84
PRs shipped today3 merged

The Experience

AI development, reimagined

A chat interface that understands your codebase. Watch AI read, edit, and test code — all streamed to your workbench in real-time.

auth-refactor
Branchtask/auth
Status+147 −23
Tool Calls
Readauth.ts
Editmiddleware.ts
Writejwt.ts
Bashpnpm test

Refactor the auth middleware to use JWT tokens instead of session cookies. Keep backward compatibility for 2 weeks.

I'll refactor the authentication to use JWT. Here's my approach:

1.Create JWT utility module with sign/verify
2.Update middleware to check both JWT and cookies
3.Add deprecation headers for cookie auth
editing middleware.ts
import { verify } from 'jsonwebtoken';
export function authMiddleware(req, res, next) {
// Try JWT first, fall back to cookie
const token = extractToken(req);
...
Send a message...
10x
Faster iteration cycles
Parallel sessions
<$5
Average session cost
1-click
Repo to PR pipeline

Ready to 10x your
development velocity?

Download CodeBench and start orchestrating AI-powered development sessions across your repositories today.

Free during alpha and beta. macOS only for now.