mastra-chat-kit

A shadcn registry for the Mastra chat layer — AI Elements, the UI-free agent-controller engine, and the API proxy routes.

Install

Add the namespace to your components.json:

{
  "registries": {
    "@mastra-chat-kit": "https://mastra-chat-kit-registry.vercel.app/r/{name}.json"
  }
}

Then pull the chat layer:

npx shadcn@latest add @mastra-chat-kit/chat           # full shell
npx shadcn@latest add @mastra-chat-kit/chat-minimal   # embeddable

Needs the Radix base and the Lucide icon set — npx shadcn@latest init --base radix and "iconLibrary": "lucide". A bare init gives you Base UI, which the upstream AI Elements aren't authored for.

Items