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

LLMSpend: Open-source cost tracker for Anthropic and OpenAI SDKs
LLMSpend is a Python library that adds cost tracking to Anthropic and OpenAI SDK calls with two lines of code. It provides local SQLite storage, CLI reporting, and a web dashboard without sending data externally.

Claude Code Remote Control: Continue Local Sessions from Any Device
Claude Code Remote Control lets you continue local Claude Code sessions from other devices like phones or browsers while keeping everything running on your machine. It's available as a research preview on Pro and Max plans, requiring authentication and workspace trust setup.

InsForge: A Backend Semantic Layer for Claude Code Agents
InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

Cognitive Science Technique Boosts LLM Creativity: /reframe Slash Command for Claude Code
A Reddit user developed a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation, which improved creative problem-solving by 40% in tests across three open-weight LLMs.