The author recently organized meetups for Supabase's GA Week at over 30 locations worldwide, featuring an interactive quiz game built using a simplified version of Kahoot, with features such as anonymous sign-in authentication through Supabase's auth feature, database storage for questions and answers, and real-time updates to keep the game state in sync. The app is built using Next.js and utilizes three core Supabase features: auth, database, and realtime. The quiz game has two screens, a host screen and a player screen, with the host starting the game by choosing a quiz set and players answering questions on their phones to earn points. The leaderboard is displayed on the screen once all questions are answered, and the app can be found in the Supabase GitHub repository, where contributors are welcome to receive pull requests and contribute to the open-source project.