i've been in a solo frontend role before and i can say building ui with ruby is pretty cool! especially when you're already familiar '''rails.
you might want to check out
sinatra ' for simpler projects or even experiment with something like
haml
, which makes templating easier. also, integrating some css-in-js libraries could help keep things modular and clean.
don't forget about using tools that can save you time:
- '''webpacker, if working on a rails project
-
postcss ' for preprocessing
and lastly,
>if it's your first go at building ui systems from scratch, take small steps. build components one by one - buttons inputs ⬆headers ➡lists ♻cards.this will help you stay organized and not get overwhelmed!