I just came upon basejump, and wondering if it might help me develop things faster rather than starting from scratch with a brand new Supabase and Nextjs app.
Heres my scenario.
I started building a multitenant crypto app with supabase - e.g. An initial user signs up and gets assigned a MANAGER role, creates a business, has associated with his business (tenant) and then invites employees to join. Employee gets invite, signs up and it given EMPLOYEE role and is assocaited with the business. Im thining that business/tenant in my case is analagous to an 'account' in basejump ?
I handed rolled the invitation stuff myself which is kinda messy and not something I want to maintain.
I use RLS to make sure that users of one business cannot see certain data from another business as well as more fine grained RLS to ensure EMPLOYEES cannot see data that only MANAGERS should see.
On the frontend I have I use the supabase nextjs template which gave me the basic auth stuff as well as shadcn/tailwind.
Eventually I will want MANAGERS of businesses to pay for the service (analagous to a basejump ownder paying for their account ?)
hope someone can help with these questions
thanks
I just came upon basejump, and wondering if it might help me develop things faster rather than starting from scratch with a brand new Supabase and Nextjs app.
Heres my scenario.
I started building a multitenant crypto app with supabase - e.g. An initial user signs up and gets assigned a MANAGER role, creates a business, has associated with his business (tenant) and then invites employees to join. Employee gets invite, signs up and it given EMPLOYEE role and is assocaited with the business. Im thining that business/tenant in my case is analagous to an 'account' in basejump ?
I handed rolled the invitation stuff myself which is kinda messy and not something I want to maintain.
I use RLS to make sure that users of one business cannot see certain data from another business as well as more fine grained RLS to ensure EMPLOYEES cannot see data that only MANAGERS should see.
On the frontend I have I use the supabase nextjs template which gave me the basic auth stuff as well as shadcn/tailwind.
Eventually I will want MANAGERS of businesses to pay for the service (analagous to a basejump ownder paying for their account ?)
hope someone can help with these questions
thanks