Parallel Code — Summary
Parallel Code is an open-source Electron (SolidJS) desktop application for dispatching multiple AI coding agents (Claude Code, Codex, Gemini, Copilot CLI) simultaneously in isolated git worktrees, with a built-in diff reviewer, AI Arena head-to-head race mode, Docker-based sandboxing via project-specific Dockerfiles, per-task step tracking (.claude/steps.json), and a QR-code mobile monitor.
Problem it solved: "Ten agents. Ten branches. One afternoon." — the same serial bottleneck as other parallel-worktree apps, but Parallel Code differentiates with AI Arena mode (race agents against each other for the same task), Docker sandboxing (drop a .parallel-code/Dockerfile to run each task in an isolated container), coverage radar (per-file test coverage badges), and steps tracking that gives an "engineering-manager-style timeline" of agent progress.
Distinctive traits: (1) AI Arena mode — race two or more agents on the same task and compare outputs; (2) Docker sandboxing per task via project-level Dockerfiles; (3) steps.json tracking written to .claude/steps.json for each task's progress timeline.
Target audience: Individual developers wanting maximum parallelism (up to 10 agents suggested), teams comparing AI tool outputs, and security-conscious users who want Docker isolation.
differs_from_seeds: Most similar to Crystal (Electron, worktrees, no methodology injection) but adds significant new capabilities: AI Arena mode (explicit parallel comparison UX), Docker isolation (the only framework in this batch supporting container isolation per task), and per-file coverage badges. Unlike superpowers (skills methodology) or claude-flow (MCP toolserver), Parallel Code is purely a session dispatch UI with no behavioral modification of agents.