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

Exploring Mistral Voxtral Realtime 4B in Pure C for Speech-to-Text
Voxtral.c offers a pure C implementation for Mistral AI's Voxtral Realtime 4B speech-to-text model, eliminating dependencies beyond the C standard library.

8 Advanced Claude Code Tips: Cost Saving, Context Management, Custom Commands
Practical tips from heavy daily use of Claude Code, covering git workflow automation, multimodal image input, API usage tracking, context compaction, session resumption, rule management, thinking triggers, and custom commands.

OpenGauge: Open-source tool for tracking LLM agent costs locally
OpenGauge is an open-source tool that monitors API calls from LLM agents like OpenClaw, logging token usage, costs, and latency to a local SQLite database. It includes proxy mode for automatic logging, detailed cost statistics, and circuit breaker functionality to prevent runaway loops.

Claude Banana: A Claude Code plugin for image generation with design system awareness
Claude Banana is a Claude Code plugin that generates images using Google's Gemini API with context-aware prompt crafting. It reads Tailwind configs, CSS variables, design tokens, and existing assets to understand project visual styles.