The short version: this site collects nothing, and the software processes everything locally.
This website#
- Page views are counted, nobody is identified. Every page except the browser demo loads Cloudflare Web Analytics, a cookieless beacon operated by Cloudflare, Inc., which already fronts this domain, under Cloudflare's privacy policy. It records the page path, the referring site, your country, your browser family and Core Web Vitals timings; it sets no cookie, stores no IP address, builds no fingerprint and assigns no identifier, so two visits by the same person cannot be joined. The beacon script itself is served from this origin (a vendored copy, so no third-party code is fetched); its one request goes to Cloudflare. It is absent from the demo page, whose "Verify it yourself" panel invites you to confirm that with DevTools open.
- No tracking pixels, no advertising or session-replay scripts. The only state stored in your browser is your light/dark theme choice, kept in
localStorageand never transmitted. - Hosting. The site is served as static files by GitHub Pages, which may log standard request metadata (IP address, user agent) under GitHub's privacy statement.
- Assets. Every asset (logo, fonts, styles, scripts, the demo's WebAssembly runtime and schemas) is served from this origin. Apart from the beacon's one request to Cloudflare named above, the site makes no third-party requests at all; on the demo page it makes none.
The Pain001 software#
- Every component, whether CLI, library, REST API, MCP server, or LSP server, runs entirely on your infrastructure. There is no telemetry, no phone-home, no SaaS dependency.
- Payment data you process with Pain001 is read from your files and written to your output directory. It is never transmitted anywhere by the software.
Questions? Contact us.
