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

DoomVLM: Open Source Tool for Testing Vision Language Models in Doom Deathmatches
DoomVLM is now open source as a single Jupyter notebook that lets you test vision language models playing Doom via OpenAI-compatible APIs. The tool supports deathmatch modes where up to 4 models can compete, with full configuration options for system prompts, tool descriptions, and sampling parameters.

Show HN: WUPHF — Karpathy-Style LLM Wiki with Markdown + Git as Source of Truth
WUPHF ships a wiki layer for AI agents using Markdown + Git for persistence, bleve (BM25) + SQLite for retrieval, with entity fact logs, wikilinks, and a daily lint cron. Runs locally with no vector DB dependency yet.

Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code
A developer reverse-engineered Airtable's internal API and built an MCP server with 60+ tools, letting Claude Code and 15+ IDEs control database views, computed fields, and extensions. Already used by 2000+ users, it's free and open source.

Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs
Corbell is a free, open source CLI tool that scans multiple repositories to build an architecture graph and generate design documentation locally. It works fully offline with Ollama or supports various LLM providers, and never sends code off your machine.