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

Leadership App with 90+ Lessons from 20+ Books Runs in Claude
A developer created a leadership app that runs inside Claude, featuring 90+ lessons extracted from 20+ books on leadership, habits, discipline, influence, team culture, and wealth mindset. The app provides daily lessons with specific actions, streak tracking, journaling, and search capabilities.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.

Knowledge Raven: A Model-Agnostic Knowledge Base Platform Built with Claude Code
Knowledge Raven is a knowledge base platform that lets any MCP-compatible LLM search and cite company documents. The entire platform was built with Claude Code by a solo founder, featuring Python/FastAPI backend, MCP tool layer, and agentic RAG pipeline.

Building a Self-Updating Writing Style Guide for AI-Assisted Content
A team building a voice extraction platform called Noren has developed a 117-line Markdown style guide that rewrites itself after every published piece, using Claude to enforce rules and banning AI-sounding words like 'cadence' and 'optimize'.