Privacy
QuickQuiz is a live quiz at quiznightlive.co.uk. We keep only what the session needs.
What we store
- Host accounts — email, a hashed password, role, last sign-in, and invite or reset tokens so quizmasters can sign in.
- Room codes and resume tokens — so a host can refresh and keep the same room.
- Team names and a device id — the device id is a random value in the browser, not your name, email, or phone number.
- Answers — which option each device locked, used for scores and the host recap.
- Connection status — joining, joined, or disconnected, for the lobby display.
- Custom questions — prompt, category, and answers you add to a pack.
Live room state sits in Redis so the quiz stays fast. Postgres is the durable copy of rooms, devices, and answers. Redis keys expire after about 24 hours of inactivity; SQL rows remain until they are removed from the database.
What we do not collect
Contestants do not create accounts. Hosts sign in with email. We do not ask contestants for payment details or precise location. Browser local storage holds the host resume token and the contestant device id on that device only.
Cookies
The host and join screens use Blazor Server, which needs a session cookie to keep the live connection. Signed-in hosts also get an authentication cookie. Marketing pages do not require either.
Contact
Questions about this notice can be sent to hello@quiznightlive.co.uk or through the contact page.