Live data from Hacker News

Design System Options for Rails

businessclasskit.com

21–30 of 40 posts

Re: Design System Options for Rails

#21
post #17

I'm currently building one called Nitro Kit. Everyone seems to have their own opinion on what something like this should and should be or do. Nitro Kit is my opinion and I'm getting a lot of joy from using it on my own sites and services. It's free and open source and, full disclaimer, there's a paid premium offering too. https://nitrokit.dev/ Here's a video about my reasoning behind building it: https://www.youtube.…

Came here to look to this!

Re: Design System Options for Rails

#24
Github's https://primer.style/product/getting-started/ does a good job of making a cohesive design language that works just as well for server-rendering Ruby views and "upgrading" parts of the ui to React views when you need more interactivity. That's a constraint that I wish more of the Rails ecosystem design tooling would attempt to solve for.

Re: Design System Options for Rails

#25

I am curious - why is Bootstrap not on the list?

I came here to ask the same thing. Bootstrap 5 still rocks, at least for those of us who inexplicably don't love adding 40 classes to every element.

One of the things most frequently ignored on the comparison chart is the fact that there's a massive ecosystem of free and paid Bootstrap themes which can massively shortcut development.

There's so much bikeshedding and yak shaving when it comes to this topic. Folks spending their time considering options that also won't be Cool in two years instead of actually building The Thing.

Re: Design System Options for Rails

#27

Totally get the struggle — I spent way too many hours figuring which design system should I use for my next project. Ended up creating a site to compare the options: [ https://rails.style ]. Might help others in the same spot.

Worth noting that the poor performance of erb has been debunked[1] and it'd be helpful to add some caveat or clarification in the rendering solutions table.

[1]: https://news.ycombinator.com/item?id=43550721

Re: Design System Options for Rails

#28
post #17

I'm currently building one called Nitro Kit. Everyone seems to have their own opinion on what something like this should and should be or do. Nitro Kit is my opinion and I'm getting a lot of joy from using it on my own sites and services. It's free and open source and, full disclaimer, there's a paid premium offering too. https://nitrokit.dev/ Here's a video about my reasoning behind building it: https://www.youtube.…

Following along closely!

Just want to say I stumbled across your Youtube channel a while back and have been delighted by the content. Keep up the good work!

Re: Design System Options for Rails

#29
post #6

Obviously niche, but the GOV.UK Design System is very well supported in Rails. There's a form builder and library of components (built and maintained by me) which, between them, provide full coverage. Most new Rails services use them. It's a good match because accessibility is one of the Design Systems' primary concerns so JavaScript is used very sparingly and only to enhance. They're not official, only Nunjucks is s…

We used your repo as inspiration for a separate US gov't design system (not uswds) at the beginning but ended up shifting focus to building web components just before I left.

Awesome work and hope your gov't sees the value of this work and oss work in general!

Post reply on HN