😄 HappyJump
← back to game

Privacy

Last updated 2026-05-05

HappyJump is a smile-controlled browser game. The pitch is simple: your face never leaves your device. This page explains what that means in practice, and what we do collect.

What stays on your device

The MediaPipe Face Landmarker model runs inside your browser via WebAssembly. It is fetched from this site as a static asset. It does not call out to any server. Your camera permission is used solely to feed pixels into the local model.

What we collect

At the end of each round, the page sends a small anonymous counter snapshot to /api/metrics:

That's the whole list. There are no identifiers, cookies, fingerprints, device IDs, or correlated session tokens. Two players running the same browser are indistinguishable in our data.

When you tap the Share button after a game and the share completes successfully, we also send a one-time event to /api/share containing only:

Server-side, each request — both game-end and share — is written as one row to Cloudflare Workers Analytics Engine, retained for 90 days. The row contains only the fields above and a server-assigned timestamp.

Server logs

The honest disclosure: every web server, including the one HappyJump runs on, sees the IP address and timestamp of each request as a basic consequence of how HTTP works. These are written to the access log of the host (currently Cloudflare). We do not extract or correlate them with the metrics counters above. They exist for ~30 days for routine operational purposes (rate-limiting, abuse handling) and are not analyzed.

If you'd like a stricter privacy posture, route the connection through a VPN or Tor before opening the site. We will still see an IP, but it won't be yours.

Local storage

The game uses your browser's localStorage to remember:

You can wipe everything via your browser's site settings, or use the Reset high score button in the in-game menu (which clears just the score). Clearing storage does not retroactively remove anything from the server-side aggregate counts.

Third parties

The site runs on Cloudflare Pages. Cloudflare's terms apply at the network layer (TLS termination, DDoS protection, request logging). No analytics, advertising, or social-tracking scripts are loaded.

Changes

Material changes to this page are announced in the in-game About panel and reflected here. Last updated date at the top.

Questions

See the contact page.