Open-Source Web UI for Parallel Claude Code Sessions Using Git Worktree

What CCUI Does
CCUI is an open-source web interface built to manage multiple Claude Code sessions simultaneously. The tool leverages git worktree functionality to handle parallel development sessions directly in your browser.
Key Features and Setup
The tool runs as a local web server, making it accessible through any web browser. This architecture works particularly well with SSH port forwarding, allowing developers to use it on remote development machines.
Each Claude Code session in CCUI binds to a specific git branch. The system can either use existing branches or fork new ones as needed for different sessions.
Interface Components
- Central Monitoring Panel: Provides an at-a-glance view of all Claude Code processes, showing their current status: running, needs input, or done
- Side Widgets: Track usage statistics and display the git status of the current branch
The developer has been using CCUI to develop the tool itself, reporting significant productivity improvements from this workflow.
The project is hosted on GitHub at https://github.com/yxwucq/CCUI and the developer is actively seeking feedback and issue reports from users who try it out.
📖 Read the full source: r/ClaudeAI
👀 See Also

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.

50 Popular Apps Reverse-Engineered into Claude-Readable Design Specs: Key Patterns for UI Cloning
u/meliwat reverse-engineered 50 popular apps into structured markdown design specs. Claude nails UI clones with exact values, state coverage, spacing scales, and navigation graphs. Longer prose degrades output.

PromptForest: Local-First Prompt Injection Detection with Uncertainty
PromptForest is a lightweight, local-first library that detects prompt injections and jailbreaks, classifying them while evaluating certainty, all without increasing average request latency.

Grape Root Tool Reduces Claude Code Token Usage by Caching Repository Context
A free experimental tool called Grape Root addresses redundant token consumption in Claude Code by maintaining lightweight state about previously explored repository files, preventing unnecessary re-reads of unchanged files during follow-up prompts.