Multi-tenant Saas Application
Hi guys! I don't how best to implement this but basically I'm trying to create a saas application that is 3 levels deep. By this I mean, There is a master admin that manages the organizations/tenants, The tenants will have normal users or they might have teams, then Teams would have Team members and team admin.
This is quite a lot for me and I don't know where to start. I'm planning to use next-auth btw. Thank you so much for any kind of help!
3 Replies
https://blitzjs.com/docs/multitenancy
https://blog.bullettrain.co/teams-should-be-an-mvp-feature/
I recently did something similar to this and used a schema close to the one on blitz
The Bullet Train Blog
Teams should be an MVP feature!
Last updated on February 21, 2021.
One of the most valuable features Bullet Train provides for Rails developers is
the implementation of collaborative teams, including invitations and user roles.
The reason this feature is so valuable is that in so many situations developers
and even product teams won’t consider
Thank you!
Very helpful here as well, thanks for sharing!