ANONYMITY FAQ

How WhoIsFree handles data, tracking, and privacy.

Cookies

This app does NOT use cookies for tracking users. The only cookie-related code is in the Supabase server client setup, but since the app doesn't use Supabase Auth (no login/signup), no session cookies are actually set. The cookie handling code is boilerplate from the Supabase SSR pattern but remains unused.

Data Collected

From Event Creators (Admin):

DataStoredPurpose
Event titleYesDisplay to participants
Event descriptionYes (optional)Context for participants
InstructionsYes (optional)Guidance for voting
Duration preferenceYesCalculate time ranges
Selected time slotsYes (as UTC timestamps)Voting options
TimezoneYesDisplay conversion

No personal information is collected from creators - no email, no name, no IP address, no account.

From Participants:

DataStoredPurpose
NameYesIdentify responses to admin
Time slot votesYesAggregate availability
Submission timestampYesRecord keeping

No email, no account, no IP address is stored for participants.

Privacy Level: Highly Anonymous

  1. No accounts required - Pure link-based access
  2. No cookies for tracking - No persistent user identification
  3. No IP logging - The app code doesn't capture IPs (though hosting infra may have access logs)
  4. Minimal data - Only what's needed to coordinate the meeting
  5. 14-day auto-expiration - Events are designed to expire (though the purge job isn't implemented yet)
  6. Link-based security - Knowing the event ID = access to vote; knowing admin ID = access to results

The only identifier linking a participant to their votes is the name they choose to enter, which can be anything (even a pseudonym).