Skip to content

Commit 6a0e257

Browse files
johannesjoclaude
andcommitted
Add screenshots, demo video, and update README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 046d7d7 commit 6a0e257

7 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22

33
A desktop app for running multiple AI coding agents side by side, each in their own isolated git worktree.
44

5-
<!-- TODO: Add screenshot or demo GIF here -->
6-
<!-- ![Parallel Code screenshot](docs/screenshot.png) -->
7-
8-
---
5+
![Parallel Code — multiple AI agents working side by side](screens/parallel-tasks.png)
96

107
Parallel Code lets you dispatch tasks to AI coding agents — Claude Code, Codex CLI, or Gemini CLI — and watch them work simultaneously. Each task gets its own git branch and worktree, so agents never step on each other's code. When a task is done, merge it back to main with one click.
118

9+
<video src="screens/demo.mov" width="100%"></video>
10+
11+
## Screenshots
12+
13+
| Agent working on a task | Commit & merge workflow |
14+
| --- | --- |
15+
| ![Agent working](screens/agent-working.png) | ![Workflow](screens/workflow.png) |
16+
17+
| Direct mode (main branch) | Themes |
18+
| --- | --- |
19+
| ![Direct mode](screens/direct-mode.png) | ![Themes](screens/themes.png) |
20+
1221
## Features
1322

1423
- Run Claude Code, Codex CLI, and Gemini CLI in parallel

screens/agent-working.png

1.52 MB
Loading

screens/demo.mov

20.3 MB
Binary file not shown.

screens/direct-mode.png

1.31 MB
Loading

screens/parallel-tasks.png

842 KB
Loading

screens/themes.png

1.53 MB
Loading

screens/workflow.png

807 KB
Loading

0 commit comments

Comments
 (0)