# xagent-pi Web
Responsive React frontend for the local `xagent-pi` Brain.
```bash
npm install
npm run dev
```
Vite proxies `/api` to `BRAIN_ORIGIN`, which defaults to
`http://127.0.0.1:15012`. Production assets are generated in `dist/`:
```bash
npm run build
```