The short version: this site collects nothing, and the software processes everything locally.
This website#
- No cookies, no analytics scripts, no tracking pixels. 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. The site logo loads from the
cloudcdn.proCDN; no other third-party requests are made.
The Pain001 software#
- Every component — CLI, library, REST API, MCP server, 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.