This is "Forum" webapp built with Next.js, supabase, tailwindcss.
Basically this repo is https://github.com/supabase/auth-helpers/tree/main/examples/nextjs but I added a forum feature.
If you are trying something with this repo. You need to clone this repo and "npm install". Plus, you need to make a file called ".env.local" in root directory and set two constants like below.
NEXT_PUBLIC_SUPABASE_URL=@@@YOUR SUPABASE PROJECT URL@@@
NEXT_PUBLIC_SUPABASE_ANON_KEY=@@@YOUR SUPABASE ANON KEY@@@