Trending / repos
Pi Web Brings the Pi Coding Agent to the Browser
agegr/pi-web · TypeScript
Pi Web is a local TypeScript web UI for the pi coding agent. It reads local pi session files and turns them into a browser workspace for browsing sessions, chatting in real time, configuring models, managing skills, and previewing project files. It keeps CLI and web sessions aligned, with structured tool calls, readable Markdown, and cleaner inspection of agent output.
- Stars
- 2.6K
- Forks
- 346
- Issues
- 23
- PRs
- 19
Pi Web Brings the Pi Coding Agent to the Browser
Pi Web provides a local browser interface for the pi coding agent. Instead of staying only in the CLI, developers can inspect sessions, chat in real time, adjust model settings, manage skills, and preview project files from a web workspace.
Why it is useful
The project reads local pi session files, so CLI and browser views stay connected. Sessions show structured tool calls and readable Markdown, which makes agent work easier to review and debug.
Quick start
Pi Web is written in TypeScript and can run without a full install through `npx`, making it simple to try on an existing pi setup.