Broadcasting TUI for streaming live coding sessions via Agentic Live
vibecast [options]$ vibecastStart broadcasting with default settings
$ AGENTIC_SERVER=localhost:3000 vibecastBroadcast to local development server
$ vibecast --resumeResume a previous broadcasting session
The vibecast CLI is the broadcaster tool for Agentic Live. It creates a tmux session with ttyd, streams terminal output to viewers via WebSocket, and provides Claude Code hook integration for metadata streaming.
cd src/apps/cli
go build -o vibecast ./main.go
| Variable | Default | Description |
|---|---|---|
AGENTIC_SERVER | agentics.dk | Server to broadcast to |