Beautifully designed components for building AI Agents 🌎
# Add to your Claude Code skills
git clone https://github.com/theexperiencecompany/gaia-uiA collection of production-ready UI components designed specifically for building AI assistants and chatbots. These are the components we use at GAIA, now available for anyone building conversational interfaces.
<a href="https://ui.heygaia.io"> <img width="170" alt="button" src="https://github.com/user-attachments/assets/792a5450-d07f-44aa-a859-38d822f95f81" /> </a>Building a great chat or assistant interface requires more than just generic UI components. We've spent countless hours refining these components to handle the unique challenges of conversational UIs.
No comments yet. Be the first to share your thoughts!
Instead of reinventing the wheel, use the same battle-tested components that power GAIA.
Quality Over Quantity - We focus on shipping production-ready components that solve real problems. Each component is:
You won't find generic components that duplicate what's already available. If we're shipping it, it's because we use it in production and it adds genuine value to the ecosystem.
Add components to your project:
npx @heygaia/ui add navbar-menu
Add multiple components at once:
npx @heygaia/ui add raised-button chat-bubble tool-calls-section
You can also use the shadcn CLI directly with the full registry URL:
npx shadcn@latest add https://ui.heygaia.io/r/navbar-menu.json
Or configure the @heygaia namespace in your components.json:
{
"registries": {
"@heygaia": "https://ui.heygaia.io/r/{name}.json"
}
}
Then use namespace syntax:
np...