Live data from Hacker News

Bullet Train – Rails-based SaaS framework

bullettrain.co

31–40 of 148 posts

Re: Bullet Train – Rails-based SaaS framework

#31
post #18

Earlier quoted context omitted.

Did you end up using tailwind with jump start rails? Any way around it? I like the idea of jump start rails but would like to stay away from tailwindcss.

I’ve only heard good things about tailwind. Did you have a bad experience with it?

[flagged]

Re: Bullet Train – Rails-based SaaS framework

#33
post #6

It'd be nice if there was a way to try the demo without signing in. That said, this looks like a good product. Are there other similar/competing things for Rails, and are there other competing SaaS-in-a-box things for other frameworks?

https://github.com/denoland/saaskit

That looks great—thanks for the link!

Re: Bullet Train – Rails-based SaaS framework

#34
Building from scratch wastes a ton of time and I'm a big fan of starting with some working parts and customizing from there. I think with what's going on with AI it makes sense to use python more because all the researchers love python and make examples available through python notebooks. Then your tech stack is less split amongst many languages and there is less complexity and you can hire developers for cheaper. Ruby devs are fairly pricey because they all working in silicon valley-esque well-funded startups. There is a Django boilerplate provider that's really good https://www.saaspegasus.com/. The guy behind it, Corey, is very responsive. All in all, it's probably not the worst thing to use Ruby, as long as you use less weakly-typed javascript :P

Re: Bullet Train – Rails-based SaaS framework

#35
post #11
post #5

This doesn't really have the types of features I would personally want as someone who has done a lot of rails development in the past. The types of things I tend to need to set up in any modern app is SSO integration, React integrated on the frontend, etc... These are annoying things I have to integrate every time I build something and are more or less industry standard at this point.

> SSO integration Devise (which BT uses for authentication) handles SSO quite effectively, with tons of provider support.

Devise does integrate with SSO, but you still have to set everything up yourself for all the main providers which takes a good bit of time with a lot of custom frontend work needed and a bit of extra backend as well. It would be nice to have SSO out of the box without the need for a bunch of manual setup which was kind of the promise of this bullet train thing.

Re: Bullet Train – Rails-based SaaS framework

#36
post #9

I evaluated Bullet Train last year when building an MVP for a client. Ended up using Jump Start Rails instead. Main reasons: 1. The hybrid approach to iOS and Android apps with JSR were better than what BT had to offer 2. There was a lot less to learn about the mental model of how JSR was built via Bullet Train. It was basically pay, pull down, configure, and get going with JSR. BT has things like SuperScaffolding, a…

Did you end up using tailwind with jump start rails? Any way around it? I like the idea of jump start rails but would like to stay away from tailwindcss.

Have you tried it on a real project? Tailwind is a huge time saver when compared to traditional CSS or SASS.

Re: Bullet Train – Rails-based SaaS framework

#40
Wow, hi everyone! Was just about to walk over for the first day of RailsConf when a friend let me know we were #1 here! Honored!

I'm the original creator of Bullet Train, although a number of people now work on it. It's been a fun journey to this point!

When I first started building Bullet Train, it was a relatively unique offering. There weren't that many full-featured "SaaS starter kits" out there, although there was some prior art. The biggest inspiration for Bullet Train was what Laravel Spark was at the time. In fact, one of the guys who had got me into Rails in the first place had started building his next product on Laravel so they could take advantage of Spark!

These days there are an abundance of SaaS starter kits available in most ecosystems. I've had the pleasure of meeting and interacting with the authors of a bunch of high-quality starter kits built in different languages and frameworks and some of them have told me they were inspired in part by Bullet Train. I love that.

If you're interested in Rails and SaaS, we're running a conference in Athens, Greece on June 1–2 this year and we'd love to have you! https://railssaas.com

Happy to answer any questions anyone may have!

Post reply on HN