# The open source Kahoot alternative

DevFeed: [The open source Kahoot alternative](<https://devfeed.tech/articles/the-open-source-kahoot-alternative-451.md>)

Original publisher: [Read original article](<https://supabase.com/blog/meetup-kahoot-alternative>)

Author: Tyler Shukert

Published: 2024-05-09T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Database](<https://devfeed.tech/topics/database.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [QR Code](<https://devfeed.tech/topics/qrcode.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [github](<https://devfeed.tech/tags/github.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [qr-code](<https://devfeed.tech/tags/qr-code.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [security](<https://devfeed.tech/tags/security.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>)

## AI overview

A guide to building an open-source Kahoot alternative for Supabase community meetups. The Next.js app uses Supabase authentication, database, and realtime features to support hosts and players, including anonymous sign-in, row-level security, QR-code entry, quizzes, scoring, and leaderboards.

## Source excerpt

How we built a Kahoot alternative for the Supabase community meetups.