Live data from Hacker News

Show HN: Rails UI

railsui.com

31–40 of 116 posts

Re: Show HN: Rails UI

#31
post #28

Broken in Safari on iphone. For example: - table background moves left when table is scrolled horizontally - actions in table and dropdown do nothing on tap - text on buttons is selectable (really?)

Gotta love Safari. Thanks for spotting.

Re: Show HN: Rails UI

#33

If you’re showing off a UI framework, I shouldn’t be accidentally scrolling left and right on the page on mobile / my iPhone. Couldn’t be bothered to scroll down the page to look at components while accidentally activating horizontal scrolling.

Will get this fixed, thanks!

It happens on Firefox on Android as well

Re: Show HN: Rails UI

#34
post #16

Earlier quoted context omitted.

Pricing page if anyone else is curious: https://railsui.com/pricing "Solo" plan is $299/year (1 seat), "Team" plan is $799/year (30 seats), larger plans are "inquire now".

I'm not saying this product is good or bad, because I have no idea, but this is priced too low for it's claimed value prop, not too high. 25% of a decked out developer Macbook for something that sets the look and feel of an app and forestalls an entire designer hire is an unseriously low price. I'm not saying the product is unserious; just that developers are generally unserious about pricing.

There are a bunch of those for free no ? Rails blocks (paid, about the same price as this Rails UI), Ruby UI (MIT licensed), I think I saw a couple more here.

Re: Show HN: Rails UI

#36
post #22

I wish I could use this – unfortunately UI frameworks are a political problem at every company I've worked at. The designers feel undermined or threatened by it, and product owners want to dictate design. Despite the massive productivity benefits of a UI framework, I've never been able to convince stakeholders to actually adopt one.

Hey I’m a designer and I love UI frameworks. Why design and build something from scratch if someone’s already doing it for you?

Unless there’s a very specific business case that requires a custom UI it’s not worth the hassle. I want to be delivering value for the business and for users, not maintaining a UI library.

One place I worked at had built an entire responsive CSS framework, which was hard to use and took a lot of maintenance. I threw it all out for Bootstrap (as was the style at the time). Some of the senior devs were upset I’d killed their baby, but everyone else was able to move so much faster.

Re: Show HN: Rails UI

#37
post #16

Earlier quoted context omitted.

Pricing page if anyone else is curious: https://railsui.com/pricing "Solo" plan is $299/year (1 seat), "Team" plan is $799/year (30 seats), larger plans are "inquire now".

I'm not saying this product is good or bad, because I have no idea, but this is priced too low for it's claimed value prop, not too high. 25% of a decked out developer Macbook for something that sets the look and feel of an app and forestalls an entire designer hire is an unseriously low price. I'm not saying the product is unserious; just that developers are generally unserious about pricing.

> 25% of a decked out developer Macbook for something that sets the look and feel of an app and forestalls an entire designer hire is an unseriously low price.

Potential value bounds the price upper end, but alternatives set what the customer will actually pay. There are much more comprehensive tools of similar nature that are offered for free.

The (somewhat) unique value proposition it offers is in how it integrates into Rails, saving an hour of a developer's time — or a couple of minutes of an LLM's time, if the slot machine happens to work in your favour on that particular spin — required to manually do it themselves. That's worth something, but if you go too high it soon becomes more cost effective to just pay someone to put in that hour.

Re: Show HN: Rails UI

#39
This is interesting to me as someone who worked with Rails a good deal back in the day and has interest in picking it back up.

Any chance of some themes that bring in a little dimension? Doesn't have to be early 2010s Bootstrap or anything but some subtle, crisp drop shadows and gentle gradients would be welcome.

Additionally, is unused Tailwind CSS shaken out or does it all come along for the ride?

Re: Show HN: Rails UI

#40

This is interesting to me as someone who worked with Rails a good deal back in the day and has interest in picking it back up. Any chance of some themes that bring in a little dimension? Doesn't have to be early 2010s Bootstrap or anything but some subtle, crisp drop shadows and gentle gradients would be welcome. Additionally, is unused Tailwind CSS shaken out or does it all come along for the ride?

Yes, it's on my radar to add more unique designs to the mix. Less typical, if that makes sense. For now, it's mostly a huge head start if you're building quickly.

And yes, unused Tailwind CSS is automatically extracted when it's built. For Rails, we use the tailwindcss-rails gem as a dependency for Rails UI, which JustWorks™.

Post reply on HN