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

skill-depot: A Local-First Memory and Skill System for MCP-Compatible AI Agents
skill-depot is a retrieval system that stores agent knowledge as Markdown files and uses vector embeddings to semantically search and selectively load only relevant content. It runs 100% locally with no API keys, works with any MCP-compatible agent, and can be set up with npx skill-depot init.

Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents
Quanta-SDK v0.9.2 now includes an MCP (Model Context Protocol) server that provides AI agents like Claude or GPT with tools to execute and interpret quantum circuits. The server offers over 20 tools including circuit execution on IBM hardware, result interpretation, noise analysis, and quantum financial pricing.

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

Superglue CLI: Let AI Agents Execute API Calls Without Pre-Built Tools
Superglue CLI provides a skill that teaches AI coding agents how to use its commands, handle authentication, build tools, and debug failures. Instead of creating pre-built tools for every API integration, agents can read API specs at runtime and plan multi-step calls.