Live data from Hacker News

Ask HN: Are startups still using Ruby on Rails to start new products/projects?

news.ycombinator.com

11–19 of 19 posts

Re: Ask HN: Are startups still using Ruby on Rails to start new products/projects?

#11
post #7
post #5

For saas as a solo dev, Rails would be faster for you to get up and running, rails also specifically caters to solo SaaS devs. but python is much more popular (you can look up the yearly stack overflow survey for more info) and you'll find developers much more easily. Consider Django, a similar MVC batteries included framework. I say this unbiased as a ruby and python hater lol

Why do you hate ruby and python?

I'm being overly dramatic and petty with "hate". it's all totally personal preference... but not a fan of classic oop, I think "lets make programming syntax like conversation speaking" is dumbest idea i've heard in my life, I like some kind of static typing, and separating blocks by indention is truly awful

Re: Ask HN: Are startups still using Ruby on Rails to start new products/projects?

#13

Never seen ruby/rails at any company or startup. react seems to be the standard.

Have you used Stripe, Figma, Gusto, Chime, Shopify, Github, Intercom or bolt.new? They all are built with Ruby as a major part of the stack.

Re: Ask HN: Are startups still using Ruby on Rails to start new products/projects?

#14
If you are building a painkiller not a vitamin, then Ruby and Rails ecosystems are great to build for. Existing businesses earning billions and news startups that choose pragmatism. Join the community to learn what the pains are. I’ve been surveying news Ruby startups and sharing results at conferences to learn what’s is the missing open source and tooling that we should build, see for ex https://www.rubyevents.org/talks/startups-on-rails-in-past-p...

Re: Ask HN: Are startups still using Ruby on Rails to start new products/projects?

#17
post #8

My two cents, although there are probably some more people qualified to answer this: Avo, Sidekiq, Gorails etc. can make a living. Why couldn’t you?

Very true, although that might be a sign the market is too saturated, and there's no room for more libraries written in Ruby.

Re: Ask HN: Are startups still using Ruby on Rails to start new products/projects?

#19
As a mostly java dev, I choose Rails 8 w/ Jumpstart Pro [1] for my latest startup and it's been a joy to work with.

There is something about Rails' convention over configuration that plays really well with LLMs, and I love not having to fiddle with _too_ much javascript (it's still tbd whether hotwire and stimulus is actually better than react from my POV).

I've recently started also exploring Hotwire Native to get mobile apps launched and so far have been really impressed that it "mostly just works".

If I'm successful, I'm sure I will get to a scale where I'm wishing for static typing, but so far I've been able to accomplish way more with Rails in the same amount of time than I have in any other stack.

To answer your question, I'm very open to paying for features that I think will save me time (such as JumpStart). From what I've read, however, I think that's a hard road to go down to be frank.

[1] https://jumpstartrails.com/

Post reply on HN