# Whipcode > Your Claude Code Consoles, One Dashboard. Stop tab-switching between terminals. See which console is thinking, who needs your input, and who just finished. ## What is Whipcode Whipcode is a unified dashboard for managing multiple Claude Code sessions. It solves the "tab-switching problem" that developers face when running multiple Claude agents simultaneously — cycling between terminals, missing questions, and losing track of context usage. ## Core Features - Real-time Status: See which Claude session is working, waiting for input, compacting, or idle - Elapsed Time: Track how long each task has been running - Context Remaining: Visual indicator of context window usage per session (warns when low) - Mobile Control: Access your dashboard from your phone; send commands via WhatsApp - Federation: Connect multiple machines into a single dashboard view - Quick Commands: Send input with one click; keyboard shortcuts; per-session history - Claude Virtual Terminal (CVT): Send tasks to Claude Code directly from WhatsApp groups ## Status Indicators - Working: Claude is thinking, writing, or executing tools - Question: Claude is waiting for your response - Waiting: Ready for next command - Compacting: Compressing conversation to free context - Idle: Task completed ## How It Works 1. Install: git clone + npm install + npm start (2 minutes) 2. Run Claude Code sessions inside tmux 3. Open localhost:3002 — all sessions appear automatically 4. Optional: Connect remote machines via federation for multi-device monitoring ## Use Cases - Multi-project Development: Monitor 3+ features across different repos simultaneously - Parallel Deployments: Deploy staging + production and watch both - Background Monitoring: Let Claude work while you check status from your phone - Team Collaboration: Share dashboard with team members for visibility ## Pricing - Free: $0/month — 1 connection, 1 user, real-time status, mobile access - Pro: $9/month — 10 connections, 5 users, broadcast commands, API access - Team: $29/month — 50 connections, 50 users, WhatsApp integration, multi-machine federation ## Technical Details - Stack: Node.js + TypeScript - Integration: tmux session monitoring + Claude Code CLI parsing - Protocol: WebSocket for real-time updates - Federation: WebSocket-based multi-machine architecture - License: MIT (Open Source) ## Company - Built by Autobots Ventures - Creator: Diego Carmona - Repository: github.com/Autobots-Ventures/whipcode ## Links - Website: https://whipcode.io - Dashboard: https://my.whipcode.io - GitHub: https://github.com/Autobots-Ventures/whipcode