Buzzr

v5 Finalist

Buzzr

A realtime quiz game site with AI enhancements

click on create a quiz -> go to the Admin dashboard -> create a quiz by ai or manually create a personal quiz -> HOST From different devices or by your friends use the play freature to create a player account and enter into the game session. The main account which hosted the quiz has the control of the whole flow of the quiz. HAVE FUN

About

Buzzr is an online multiplayer quizzing platform that hosts real-time quizzes. It has two sides, one presenter and one player. The presenter side is supposed to be on a large screen in a hall and players join in through their devices. The motive was to build this platform as an alternative to Kahoot or Mentimeter as a custom solution as they had many premium restrictions. Features: It features secure Google OAuth authentication implemented through NextAuth. It provides real-time interactions between the presenter and the player. The application is catered towards educational institutions to host quizzes in a gamified manner and towards events for audience engagement. The eventual goal is to apply automated quiz generation with AI such that on user inputing the topic the whole quiz is generated. Tech Stack: It utilizes Next.js for building the frontend and the backend and the WebSocket implementation is done through Node Js in a separate server. The Next.js codebase is hosted in Vercel to utilize easy deployment and its serverless functions, the Node Js server is hosted in an AWS EC2 instance.