Skip to content

Privacy

Privacy here isn’t a legal formality — it’s the same respect for people that the whole project is about. We treat your visit the way you’d want to treat the people who use what you build: collect almost nothing, track no one, and show our work. This site practices what the catalog preaches.

What we collect: as close to nothing as possible

Section titled “What we collect: as close to nothing as possible”
  • No cookies. The site sets none. There is no consent banner because there is nothing to consent to.
  • No third-party trackers. No Google Analytics, no Meta pixel, no ad SDKs — and the enforcement engine would block them if a contributor tried to add one.
  • No account, no login to read anything.

If the maintainer enables analytics, it is Plausible — a cookieless, privacy-respecting analytics tool that collects no personal data and no cross-site identifiers. It is only loaded when a PLAUSIBLE_DOMAIN is configured at build time; in local development and in forks, no analytics script is included at all. You can confirm this in astro.config.mjs.

Site search is powered by Pagefind, which builds a static index at deploy time and runs entirely in your browser. Your search queries never leave your device and hit no server.

  • We don’t sell, share, or broker data — there isn’t any to broker.
  • We don’t embed fonts, scripts, or images from third-party CDNs that could log your IP. The site uses your system font stack and self-hosts its assets.
  • We don’t route anything through Meta, OpenAI, or xAI. That’s the whole point.

Privacy questions or concerns: open an issue on the repository, or see Security for how to report a vulnerability privately.