About Giga Quizzes

A free, serverless platform for live multiplayer quizzes.

Created by DB.

Giga Quizzes lets anyone build a quiz, host a live game on one screen, and have a room full of players join instantly from their phones, tablets, or laptops. It is designed to be fast, free, and require no downloads — everything runs in a normal web browser. Whether you are a teacher running a class review, a team lead breaking the ice in a meeting, or a friend hosting trivia night, Giga Quizzes gives you a Kahoot-style live game without the cost.

How it works under the hood

Most live-quiz tools route every player’s answers through a central server. Giga Quizzes does it differently: once a game starts, devices talk to each other directly using WebRTC DataChannels — the same peer-to-peer technology used by video-calling apps. A small signaling server is only used briefly, at the very beginning, to help the host and players find one another and open a connection. After that, the questions, answers, and scores flow straight between the host’s device and the players’ devices.

What that means for your privacy: gameplay never touches our servers. Every WebRTC connection is encrypted end-to-end, so what a player taps, what they type, and what they score is readable only by their own device and the host’s. If a strict firewall blocks a direct connection, the traffic is bounced through a relay to get through — but it stays encrypted the whole way, and the relay can only forward sealed packets it cannot read.

What we do keep: every time a game reaches a leaderboard, the host’s device builds a report — the standings and each player’s answers — and saves it to the host’s own library, so they can look at how the room did afterwards. That report is the one part of a game that reaches us. It is written by the host, not by the players; only the host can open it; and deleting it deletes the stored answers with it.

This peer-to-peer design keeps the platform lightweight and inexpensive to run, which is exactly why it can stay free. It also means the host keeps control of the game: the room belongs to whoever opened it, and it ends when they end it.

If the host drops out mid-game

Because every connection runs through the host’s device, losing the host is the one thing that could end a game early. It does not. A host who refreshes, crashes, or closes the tab by accident has five minutes to come back. The room stays open the whole time and players stay where they are — their screen says the host has stepped away and to keep it open. Nobody is dropped and no score is lost.

When the host returns, they are recognised by the room’s own key rather than by their connection, so the game picks up exactly where it stopped: the server hands back the list of everyone still waiting and the host’s device re-opens a direct connection to each of them. The question on screen, the scores, and the running order all survive.

Two things to know. The game is never handed to another player — there is one host, and only they can run the room, which is why nobody else can take a game over. And if the host stops the game deliberately, it ends for everyone straight away; the five-minute window is for accidents, not for leaving.

What you can build

  • Multiple-choice and true/false questions
  • Open-ended, numeric, and number-line answers
  • Ordering, matching, cloze (fill-in-the-blank), and hotspot questions
  • Polls for opinions with no “right” answer
  • Image-based questions — pictures are automatically compressed so they travel smoothly between devices

Who it’s for

  • Teachers & students — quick classroom reviews, vocabulary drills, and end-of-unit quizzes.
  • Teams & workplaces — icebreakers, training checks, and meeting energizers.
  • Friends & families — trivia nights, party games, and game-night showdowns.

Why it’s free

Because games run peer-to-peer, Giga Quizzes does not need expensive real-time servers to relay gameplay. That keeps running costs low and lets us offer the core experience for free. You can read how we handle your information in our Privacy Policy, and the rules of use in our Terms of Service.

Thanks

Giga Quizzes is built on work other people gave away. Not all of these ask to be credited — they are here anyway.

  • DiceBear by Florian Körner — every player avatar. The Bottts robots are by Pablo Stanley; Thumbs is DiceBear’s own, released under CC0.
  • pdf.js by Mozilla — reads a PDF when you import a quiz from one, so a question set you already printed does not have to be typed in again.
  • node-qrcode by Ryan Day — draws the QR code on the lobby screen that players point a phone at instead of typing the room code.
  • Baloo 2 by Ek Type and Inter by Rasmus Andersson — the two typefaces the whole site is set in. The most-seen work here by far.
  • canvas-confetti by Kiril Vatev — the confetti over the podium at the end of a game.
  • dnd-kit by Claudéric Demers — dragging questions into order in the editor, and players between teams in the lobby.