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

0 Upvotes

13 comments sorted by

1

u/aidesigneng 1d ago

1

u/Electronic_Fox_3637 1d ago

looks good thx! I think i need smt with more interactive patterns.

0

u/Cheap-Ad-2360 1d ago

that's a new one to me. the demo looks pretty clean, and if they've already got agent log streams and chat bubbles handled, that's half the battle for these agentic UIs. paying for a prebuilt system beats hand-rolling shadcn pieces at 2am

1

u/Electronic_Fox_3637 1d ago

yess that's what I think as well, I really liked boardui for this.

1

u/[deleted] 1d ago

[removed] — view removed comment

1

u/Electronic_Fox_3637 1d ago

this looks like a great fit, thank you so much!

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

u/[deleted] 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

u/Electronic_Fox_3637 1d ago

really nice, ty!!