You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ A production-ready Ruby on Rails boilerplate for building multi-tenant SaaS appl
16
16
-**Subscription Management**: Integrated Stripe payments via Pay gem
17
17
-**Team Management**: Organization creation, member invitations, and role management
18
18
-**Modern UI**: Clean, responsive design that you can easily extend
19
+
-**Dark mode & Themes**
19
20
20
21
> 💡 **Teams as MVP**: [Teams should be an MVP feature!](https://blog.bullettrain.co/teams-should-be-an-mvp-feature/) - Learn why implementing teams early is crucial for SaaS applications.
21
22
@@ -166,6 +167,26 @@ The Stripe webhook listener is already configured in `Procfile.dev`
#### Require active subscription to access a resource
170
191
171
192
You can use the `require_subscription` before_action to protect routes:
@@ -271,7 +292,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
271
292
272
293
## 🙏 Acknowledgments
273
294
274
-
- Design inspiration from Basecamp, Trello, Discord, and Slack
275
-
- [Bullet Train](https://bullettrain.co/) for SaaS patterns and inspiration
276
-
- [Jumpstart Pro](https://jumpstartrails.com/) for AccountMiddleware and other SaaS patterns
277
-
- [gem "pay"](https://github.com/jumpstart-pro/pay) gem for Stripe integration
295
+
- Design inspiration from Basecamp, Linear, Trello, Discord, and Slack
296
+
- [Bullet Train](https://bullettrain.co/) for SaaS patterns and inspiration (obfuscates_id, super scaffolding, teams architecture)
297
+
- [Jumpstart Pro](https://jumpstartrails.com/) & co for maintaining the magnificent gems [pay](http://github.com/pay-rails/pay), [acts_as_tenant](https://github.com/ErwinM/acts_as_tenant)
0 commit comments