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?
Bullet Train – Rails-based SaaS framework
31–40 of 148 posts
Re: Bullet Train – Rails-based SaaS framework
#32Re: Bullet Train – Rails-based SaaS framework
#33It'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
Re: Bullet Train – Rails-based SaaS framework
#34Re: Bullet Train – Rails-based SaaS framework
#35This 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.
Re: Bullet Train – Rails-based SaaS framework
#36I 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.
Re: Bullet Train – Rails-based SaaS framework
#37Re: Bullet Train – Rails-based SaaS framework
#38Re: Bullet Train – Rails-based SaaS framework
#39There's one more framework being built on top of Rails and I think worth mentioning - RailsUI: https://railsui.com/
Re: Bullet Train – Rails-based SaaS framework
#40I'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!