Skip to content
OpenLGBT

Display settings


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

What we never do

Contact

Questions or suggestions about our privacy practices:hello@openlgbt.org