Mobile Coding
Vibe Code from Your Phone
Control Claude Code from anywhere - phone, tablet, or browser. Switch between AI providers while enjoying mobile control, voice coding, push notifications, and parallel sessions.
Vibe Code On The Go
Start coding on your desktop, then continue from your phone while grabbing coffee. Fire off tasks, get push notifications when done, and return to ready pull requests.
Phone Control
Control Claude Code from your phone or tablet. All features work on mobile.
Voice Coding
Code hands-free with voice commands while on the go.
Parallel Sessions
Run multiple Claude instances. Frontend + backend simultaneously.
Push Notifications
Get notified when Claude needs input or finishes tasks.
Installation Requirements
- Git
- Node.js (npm)
- Claude Code
Installation
Clone the repository and run the install script for your platform.
Connect Phone
Scan QR code with your phone to link devices. Your code stays on your machine with end-to-end encryption.
# First time - scan QR code with phone happy auth login # Re-authenticate if needed happy auth login --force
Start Vibe Coding
Launch with your preferred AI provider and control from anywhere.
# List all available profiles happy-ccs --list # Start with specific provider happy-ccs gemini # Resume previous session happy-ccs glm --resume # Daemon mode (run in background, control from phone) happy-ccs kimi daemon start # Test command (dry-run) happy-ccs gemini --dry-run
Supported Providers
More providers available via CCS profiles. Check your ~/.ccs/config.yaml for all configured profiles.
- • Use daemon mode to run sessions in background while you go grab coffee.
- • Run multiple Claude instances in parallel - one for frontend, one for backend.
- • Resume sessions with --resume to continue where you left off.
Related Guides
Uninstall
npm uninstall -g happy-ccs