Live data from Hacker News

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

news.ycombinator.com

1–10 of 19 posts

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

#1
I'm interested in building some open source projects/libraries, with long term monetization being the addition of paid/premium additional features.

I have a soft spot for (and expertise in) Ruby and Ruby on Rails, but I know it has seen a decline in popularity ove the years.

Are start-ups still using Ruby/Rails to get new apps stood up?

If not, which web frameworks are seeing growth, or big mind share for new builds of SaaS?

Edit: my primary interest is in building libraries for backend processes, than heavy frontend offerings.

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

#4
post #3

React

Does React have story for backend? I should have mentioned that my interests lie in building backend/back of house functionality.

I think more people than you know are using Sinatra-like frameworks on Java or C# because you can get the job done with heavy loads. If you were thinking about building your application around a schema you'd look at GraphQL. If you were going to make the "new Ruby on Rails" it would have to build out the front end and back end based on the schema.

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

#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

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

#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?
Post reply on HN