Personal WHOOP data, kept local.
Pulse Ledger is a private local-first tool for exporting a user's own WHOOP data into local storage for personal analysis. This static Cloudflare Pages site exists only to describe the project, publish the privacy policy, and receive the OAuth redirect.
How it works
The local command-line app asks the user to authorize access through WHOOP OAuth. After approval, WHOOP redirects to this static site with a short authorization code and state value.
The callback page turns those values into a local command. The user runs that command on their own computer, where tokens and health data are stored locally.
No WHOOP records, access tokens, refresh tokens, or local databases are stored on this public website.
What this site does not do
- It does not collect WHOOP health records.
- It does not store OAuth tokens.
- It does not run tracking pixels or third-party analytics.
- It does not sell, share, or disclose personal data.
- It does not provide medical advice.
- It does not deploy the private local app, databases, tokens, logs, or exports.