← Back to the workbench

Statistics & privacy

A simple server-side count

We count requests for the workbench page and distinct IP addresses per day to understand how often the app is used. Reloading adds another page request. An IP is not a person: several people may share one address.

The server processes the connection IP to create a pseudonymous value using a new random secret each day. The statistics database does not store the raw IP. Daily identifiers and their secret are cleared the following day (within the next minute while the service is running, otherwise on its next use). Aggregate day totals are retained for 90 calendar days. IP addresses and these temporary identifiers may be personal data.

No analytics scripts, tracking cookies, fingerprints, names, project contents, dwell times or personal click histories. No association between IP identifiers and purchases. Confirmed purchases, free plan releases and ZIP deliveries are counted separately. Ordinary hosting/security logs, payment processing and local project saving are separate from these statistics.

Exclude this browser

We respect Do Not Track and Global Privacy Control browser signals. You can also exclude future requests from this browser here. Only this choice is saved in a necessary, first-party cookie for one year, with no unique identifier. Existing aggregate totals cannot be attributed to your browser.

Server-side page counting is active.