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!!!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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.