skills/prototypes/pi-web-ui-lan/README.md
dan 131fb86852 feat(prototypes): add pi-web-ui-lan prototype
LAN-accessible web UI for pi agent interaction.
2026-01-24 09:40:43 -08:00

732 B
Raw Blame History

Pi Web UI (LAN prototype)

Minimal LAN-only web UI using @mariozechner/pi-web-ui.

Run (LAN)

cd /home/dan/proj/skills/prototypes/pi-web-ui-lan
npm install
npm run dev:lan

Vite will print a LAN URL (e.g., http://192.168.1.20:5173). Open it on your phone connected to the same WiFi.

Workflow

  1. Start the dev server (npm run dev:lan).
  2. Open the LAN URL on the phone.
  3. Open Settings → Manage API Keys and add your provider key.
  4. Chat in the UI.

Notes / Limitations

  • This prototype runs in direct mode (browser calls provider APIs directly).
  • It does not access the local filesystem or repo yet.
  • Next step for repo access: add a local RPC/agent backend and bridge it to the UI.