The Supabase Auth with Next.js template from create-next-app comes with a small example app. This should largely be removed to make way for the project proper.
Note: It's best to leave in place a certain amount of the code that is working here, but strip out anything beyond what will be needed in the app, and remove all Tailwind styling. This will save a lot of time dealing with boilerplate code for user authentication - although this will need adapting, it provides a good jumping off point rather than starting from scratch.
Description
The Supabase Auth with Next.js template from
create-next-app
comes with a small example app. This should largely be removed to make way for the project proper.Note: It's best to leave in place a certain amount of the code that is working here, but strip out anything beyond what will be needed in the app, and remove all Tailwind styling. This will save a lot of time dealing with boilerplate code for user authentication - although this will need adapting, it provides a good jumping off point rather than starting from scratch.
See the same process for a previous project for guidance.