r/webdev • u/Electronic_Fox_3637 • 1d ago
Discussion are there any agentic/ai focused react design systems?
hi guys, I'm developing a new agentic product (i know there are tons out there) where I need the ai chat ui, loaders, agent stream logs etc. Now the problem is, many design systems out there mostly generic and not focusing on ai components/patterns. I tried shadcn but needed to design things manually which I'm not good at designing. So I'm looking for a design system / react library where these components/patterns are already built in.
would highly appreciate your suggestions if you know a design system like this! I'm willingly to pay as well.
1
1
u/PrimaryFamous6139 full-stack 1d ago
Check out Vercel’s AI SDK UI components, they’re built specifically for streaming chat interfaces. Also look at assistant-ui on GitHub, it’s an open source React library focused entirely on AI chat patterns including streaming, tool calls, and agent state visualization.
1
u/Electronic_Fox_3637 1d ago
yess they are really good but they just look a bit basic, that's why i really liked the one above.
1
1d ago
[removed] — view removed comment
1
u/Electronic_Fox_3637 1d ago
amazing point! will look out for this.
1
u/OmerCevher 12h ago
If you compare a few, I’d be curious which one handles failed tool calls best. That probably tells you more than the component gallery.
0
u/neon_antler_era 1d ago
assistant-ui is the only library that treats agent state and tool calls as first class components instead of chat wrappers. Generic design systems lack the primitives for streaming logs so you end up rebuilding everything from scratch anyway
1
1
u/aidesigneng 1d ago
Astryx - https://astryx.atmeta.com/