I’m attempting to think through how I could have modules available within a single application. Modules would become available to users based on subscription status, but pull from the same global dataset (in supabase)
Part of me thinks it’s easier to build out each module in its own project, and then get some custom code to tie it all together, but I feel like I’m missing something obvious. Any thoughts on how you’d approach this?