DEV Community

Koen Stewart
Koen Stewart

Posted on

Multi-Tenant Project Help

Hey, so I am a frontend developer looking to start on my first large passion project. I want to build a platform that enables youth sports organizations to "create" a website that accepts player registrations, shows a schedule, team pages etc. I am going to use NextJS and Tailwind, but I know absolutely NOTHING about creating a multi-tenant webapps and would really appreciate some guidance on what the project structure should look like, and how I should deal with backend knowing nothing about it. TIA!!!

Top comments (1)

Collapse
 
michael_phillips_356cb1ff profile image
Michael Phillips

For the multi-tenant backend, check out Firebase or Supabase - they can handle the tenant setup and authentication. Focus on reusable components and pages for the frontend in NextJS/Tailwind.