# Pi Dashboard Web Client

The Pi Dashboard web client — a React + Tailwind responsive UI for monitoring and
driving pi agent sessions.

Published as a prebuilt `dist/` bundle; the server serves it as static assets. You
do not normally install this directly — use the
`@blackbelt-technology/pi-agent-dashboard` metapackage.

## Embeddable chat

```ts
import { ChatEmbed } from "@blackbelt-technology/pi-dashboard-web/chat-embed";
```

## License

MIT — part of [pi-agent-dashboard](https://github.com/BlackBeltTechnology/pi-agent-dashboard).
