Privacy
The one-line version: your quiz answers never leave your browser, and quiz, result, help and privacy-demo pages load zero third-party requests and zero analytics.
Why we can promise this
Not because we promise “we won’t look at your data,” but because the architecture makes looking impossible: openlgbt.org is a fully static site served as Cloudflare Workers static assets, with no server-side program in its configuration — there is nowhere for your answers to be sent. All scoring happens in a piece of local code inside your browser.
The data flow
① You open a page
Your browser downloads static files (HTML/CSS/JS/fonts, all same-origin) from the CDN.
② You answer questions
Answers live in browser memory; only if you chose “remember” are they written to on-device storage. No network request happens.
③ Scoring and results
The scoring function runs locally, the result renders locally, and share cards are drawn by a local canvas. Still no network requests.
④ What reaches a server: nothing
Don’t take our word for it — verify it yourself on the demo page →
What we do use
- Traffic stats: content pages (learn, myths, glossary, …) use Google Analytics so we can tell which content helps. But these pages never load any analytics script: all quiz pages, all result pages, My results, the help pages (/help-now/ and /support/), the digital safety page and the data-flow demo. Your answers are never sent from any page.
- On-device storage: preferences (like dark mode) live in localStorage; quiz progress defaults to sessionStorage (forgotten when the tab closes), and moves to persistent on-device storage only if you explicitly choose “remember.” The footer’s “Clear all site data” wipes everything anytime.
- Cloudflare, as our host, handles standard access logs (IP, user agent) like any website host; these logs contain none of your answers — because your answers never go over the network.
What we never do
- No accounts; we never collect emails, phone numbers or any identity information.
- No ads, no venture capital, no selling of data — there is no data to sell.
- Share cards never contain your per-question answers; the default abstract card doesn’t even show the result.
Contact
Questions or suggestions about our privacy practices:hello@openlgbt.org