Hacker News new | ask | show | jobs
by danielvaughn 436 days ago
I really think that a design system solution has to be framework/implementation agnostic. It’s why I’ve never been too interested in shadcn, impressive though it may be.

Right now I’m trying to build a tool that produces an intermediate representation of your UI components, which can then be transpiled into whatever target format you prefer.

That way we can build design systems that aren’t coupled to a specific downstream tech stack.

1 comments

I honestly think the same.