ClaudeHive: Web UI for Managing Parallel Claude Code Sessions

ClaudeHive is a web UI built to manage parallel Claude Code sessions, addressing the manual workflow of opening multiple terminal tabs, navigating to working directories, launching Claude, and manually swapping inputs for batch processing tasks.
Key Features
The tool provides several specific capabilities extracted from the source:
- Define prompt templates with placeholders
- Batch-run templates across multiple inputs in parallel with configurable concurrency
- Agents can self-review their work automatically
- Review all results in one centralized location
- Send follow-up questions to any agent without leaving the application
Workflow Automation
The creator built ClaudeHive to solve specific pain points in their Claude Code workflow: running the same prompt with different inputs for research and analysis, managing self-review processes across multiple sessions, and finding specific sessions days later when more sessions had been created since.
CLI Integration
In addition to the web UI, ClaudeHive includes a CLI tool that enables a manager agent to spawn and coordinate worker agents, providing programmatic control over the parallel session management.
The tool is available on GitHub at https://github.com/ertygiq/claude-hive and was developed by the creator for their own workflow before being shared with the community.
📖 Read the full source: r/ClaudeAI
👀 See Also

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

cc+ Desktop App for Claude Code: Multi-Session Management and Fleet Orchestration
cc+ is an open-source desktop application for Claude Code built on the Claude Agent SDK, available for macOS and Linux. It provides multi-session tabs, live activity tree visualization, security scoring, workflow enforcement, and fleet orchestration capabilities.

Building a Persistent AI Knowledge Infrastructure with OpenClaw
A developer built 'Brain'—a central knowledge service with local RAG, multi-agent coordination, and a typed plugin system—to solve the statelessness problem in AI setups. The system runs entirely on local hardware using Ollama, Postgres, MongoDB, Qdrant, and Memgraph.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.