←back to thread

Design System Options for Rails

(businessclasskit.com)
101 points strzibny | 2 comments | | HN request time: 0s | source
1. danielvaughn ◴[] No.43645061[source]
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.

replies(1): >>43649896 #
2. strzibny ◴[] No.43649896[source]
I honestly think the same.