Every repo. Every agent. One canvas.

Run dozens of Claude Code sessions across all your projects — organized on a 2D canvas you can drag, resize, and broadcast to. The multiplayer IDE for AI-powered development.

Free 14-day trial · $29 one-time · macOS · Apple Silicon & Intel

CodeGrid
Watch CodeGrid in action
Built with Tauri·10MB binary·<1s launch·0 cloud dependencies·MIT licensed

Built for parallel workflows

Everything you need to manage multiple AI coding sessions from a single workspace.

2D Canvas

Drag and resize terminal panes freely on an infinite canvas. No tabs, no splits — just space.

»

Broadcast Mode

Type once, send to all terminals simultaneously. Perfect for running the same command across projects.

Activity Detection

Know when Claude needs your attention across all sessions. Never miss a prompt again.

Git Integration

Stage, commit, push, and branch without leaving the app. See diffs inline per pane.

Workspace Persistence

Save and restore your entire layout — pane positions, sizes, and working directories.

Command Palette

Cmd+K to access any action instantly. Search panes, run commands, switch workspaces.

See what's running — at a glance

Every session, every project, every agent — visible on one canvas.

api-server
$ claude --model opus
> Refactoring auth middleware...
 
Updated src/middleware/auth.ts
Added JWT refresh token logic
Running tests... ✓ 23 passed
frontend
$ claude
> Fix the dashboard layout bug
 
Reading src/components/Dashboard.tsx
Found issue: flex-wrap missing
Applying fix...
database
$ claude
> Add migration for user_roles
 
Created migration 004_user_roles.sql
⏳ Waiting for confirmation...
 _
tests
$ npm run test:watch
 
PASS src/auth.test.ts
PASS src/api.test.ts
FAIL src/db.test.ts
Tests: 2 passed, 1 failed
deploy
$ git log --oneline -5
a3f1c2d feat: add user roles
b7e4a1f fix: auth middleware
c9d2e3a refactor: dashboard
d1f5b6c chore: update deps
 
docs
$ claude
> Generate API docs for /users
 
Scanning route handlers...
Writing docs/api/users.md
✓ Documentation generated

How it works

01

Launch CodeGrid

Open the app. It starts in under a second — only ~10MB thanks to Tauri.

02

Spawn Claude Code sessions

Add panes, each connected to a different project directory. Run up to 9 in parallel.

03

Drag, resize, broadcast

Arrange your canvas. Broadcast commands to all panes. Commit from the UI. Ship faster.

Why CodeGrid?

Why not just use tmux?

CodeGrid is visual. Drag panes on a 2D canvas, not memorize keybindings.

Why not iTerm2 splits?

Splits are 1D. CodeGrid gives you a full 2D canvas with zoom and pan.

Why not VS Code terminals?

VS Code terminals share resources with your editor. CodeGrid is purpose-built for AI sessions.

Simple pricing

$29

one-time purchase

  • Unlimited workspaces
  • Up to 9 parallel sessions
  • Git integration
  • Broadcast mode
  • Activity detection
  • 1 year of free updates

$19/year for updates after year 1

Start Free Trial

14 days free, no credit card required

Keyboard-first

⌘ NNew pane
⌘ KCommand palette
⌘ BBroadcast mode
⌘ ⏎Maximize pane
⌘ 1-9Jump to pane
⌘ ←→Navigate panes