Effective Date: March 4, 2025
We follow a minimal-data philosophy. We collect only what is strictly necessary to operate the service:
Game name, number of strips, draw interval, claim timeout, and prize configuration — provided by the host when creating a game.
The name each player chooses when joining a game. This is a display-only identifier and does not need to be your real name.
Drawn numbers, ticket assignments, claim records, and game phase — generated automatically during gameplay.
IP addresses for rate limiting, timestamps for audit logs, and browser user-agent for compatibility. No tracking cookies or analytics.
All game data is stored in Supabase, a PostgreSQL-based backend-as-a-service. Importantly:
Game data is automatically deleted when a game ends and the host confirms cleanup, or after a 30-day inactivity period. This includes all tickets, player records, claims, and audit logs for that game.
Rate limiting data is ephemeral and expires within minutes. No long-term behavioral profiles or user histories are maintained.
We do not sell, trade, rent, or share your data with third parties. Specifically:
The only exception is Supabase itself (as your infrastructure provider), which is bound by their own privacy and data processing agreements.
Our cookie usage is minimal:
No cookie consent banner is needed as we do not use non-essential cookies.
Since data is stored in your own Supabase instance, you have full control. You can view, export, modify, or delete any data at any time through the Supabase dashboard or API. If you are using a shared/hosted instance, contact the instance administrator for data access requests.