A self-hosted web interface and relay server for the pi coding agent. Stream live AI coding sessions to any browser and interact remotely from mobile or desktop β no terminal required.
# Run without installing
npx @pizzapi/pizza
# β or β install globally
npm install -g @pizzapi/pizza
pizzapiThe first time you run pizzapi, a setup wizard walks you through connecting to a relay server. It takes about 30 seconds.
pizzapi webOne command clones the repo, builds a Docker image, and starts the relay + web UI at http://localhost:7492.
Full docs are at pizzaface.github.io/PizzaPi β including:
- Getting Started β up and running in 5 minutes
- Installation β platform-specific notes and install methods
- CLI Reference β all commands and flags
- Configuration β config files, env vars, model defaults
- Self-Hosting β production Docker setup with HTTPS
- Runner Daemon β headless agent sessions from the web UI
- Development β local dev setup, testing, and contributing
- Architecture β relay protocol, event flow, and component design
Apache 2.0