Hacker News new | ask | show | jobs
by TheSisb2 1001 days ago
How difficult would it be to feed in design system components to the AI? Design system building blocks could serve to improve the quality of outputs vs straight CSS/Tailwind
3 comments

Are there any open source tools that do something like that (not nessaarily with design / UI)? I'm wondering how you would 'teach' the AI about your system. I guess it would need fine tuning as the prompt would be too big otherwise.
afaik v0 uses ui.shadcn.com which uses radix ui underneath
This is a good idea. I think this is worth experimenting with. Are you familiar with any repos with good design systems? I'll take a look when I've time.
If you're interested in collaborating, I've been thinking of a feature like this for our platform (https://tamagui.dev) to integrate with the studio we're launching soon, send me an email or DM on Discord.
This would be amazing
Basic design system https://github.com/versoly/versoly-ui also not React.

Huge market outside of React for developers who just want a good looking UI.

Material UI / MUI is really popular. Fluent UI is another.
Am wondering about the process it would require to build such thing. Maybe cut out in smaller component and then prompt from this smaller component image to code?