Privacy
This site sets no cookies, runs no analytics, and makes no third-party requests. Nothing about your visit is collected, stored or shared, because nothing collects it.
What that means concretely
- No cookies. None are set. There is no consent banner because there is nothing to consent to.
- No analytics. No Google Analytics, no Plausible, no pixels, no beacons. Page views are not counted.
- No embedded third parties. No fonts from a CDN, no hosted scripts, no social widgets, no comment system. Every asset is served from this domain.
- Search runs in your browser. The index is a static file. Your query is never sent anywhere.
- No accounts. Nothing to sign up for, so nothing to store.
How to verify it rather than trust it
Open your browser's developer tools, load any page, and look at the network tab: every
request goes to this domain. Then check the Content-Security-Policy header, which is
script-src 'self' — the browser itself refuses to run a third-party script here,
so this is enforced rather than promised.
What the host sees
The site is static files served by Firebase Hosting, which like any web server processes the IP address and user agent of a request in order to answer it. That is Google's infrastructure operating as a host, governed by their terms, and it is not something this site controls or receives. No such data reaches us, and none is used to build anything.
If this ever changes — an analytics tool, an embed, anything that talks to another server — it will be stated on this page before it ships, not after.