|
|
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
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 Wi‑Fi.
Workflow
- Start the dev server (
npm run dev:lan). - Open the LAN URL on the phone.
- Open Settings → Manage API Keys and add your provider key.
- 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.