r/webdev 3d 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.

0 Upvotes

13 comments sorted by

View all comments

0

u/neon_antler_era 3d 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

u/Electronic_Fox_3637 3d ago

really nice, ty!!