A component registry for building AI agent / chat interfaces — in the shadcn CLI style: components are copied into your own project's source tree, not installed as an opaque dependency. You own the code and can edit it freely.
Companion to Muster, the AI teammate orchestration app — these are Muster's own UI pieces, extracted as standalone, dependency-light components anyone can reuse.
npx shadcn@latest add https://raw.githubusercontent.com/Orazen/muster-ui/main/public/r/star-avatar.json(A dedicated muster-ui CLI wrapper, matching gaia-ui's npx muster-ui add <component> convenience, is a planned follow-up — the shadcn CLI already
works today since this registry follows its schema.)
| Component | Description |
|---|---|
star-avatar |
A five-pointed star mascot with two capsule eyes and a directional gradient fill. Blinks on an interval when animated. Zero dependencies beyond React. |
More components — extracted from Muster's own chat, tool-call, and composer UI — are planned. Contributions welcome.
MIT