This is an open source Kahoot alternative built with Supabase and Next.js.
- The host starts the game
- Players join the game
- The host starts the questions
- Players answer the questions
- Results are shown
# Start Supabase
supabase start
# Start Next.js locally
npm run dev
supabase gen types typescript --local --schema public > src/types/supabase.ts
Access the project root at /
to join as a player.
Access /host
to join as a host.