We built this game for real rooms full of real people. That means we collect almost nothing — and we are extremely deliberate about the few things we do touch.
On first launch the app generates a random anonymous identifier (a UUID we call the install ID) and stores it only on your device using AsyncStorage. This ID is never tied to your name, email, Apple ID, Google account, advertising identifier, or any personal information.
We use this install ID for two narrow purposes only:
You can delete and reinstall the app at any time to get a fresh install ID.
Normal gameplay is 100% local. All questions, answers, votes, and game state live only on the phones in the room. Nothing is sent to us or anyone else.
If you use the Host & Join feature, devices discover each other using Bonjour/mDNS and communicate directly over your local Wi-Fi using WebRTC data channels. Nothing ever leaves your router. There are no central servers, no logs, and no internet connection required for multiplayer.
Two features can optionally talk to our Supabase backend. Both are anonymous and off by default in spirit:
In both cases we only ever see the random install ID and the configuration or entitlement data — never anything that can identify you personally.
Pro features are optional. Payments are processed entirely by Apple (or Google Play once Android is released). We use RevenueCat to receive subscription status. RevenueCat is given only your anonymous install ID — never your real identity, email, or payment details.
We store subscription status in our database linked only to anonymous IDs so the app can know you have Pro access across reinstalls (if you choose to sync). We never see your credit card, billing address, or Apple/Google account email.
The app does not knowingly collect any information from children under 13. Most question packs are light-hearted and suitable for mixed groups. The “Spicy” and adult-oriented packs are clearly labeled 18+ and hidden behind the optional Pro paywall.
You can:
If we ever make meaningful changes, we will update the date at the top and include it in the next app update. Continued use after changes means you accept the updated policy.
Privacy questions or concerns? Email us at [email protected]. We actually read and respond to these.