Tiny Paws is built for the youngest people on the internet, so it holds itself to the strictest possible standard: it collects no data, from anyone, ever.
Specifically
- No ads — nothing is sold, promoted, or linked out to a store
- No analytics or trackers — no Google Analytics, no pixels, no fingerprinting
- No cookies — the site sets none
- No accounts — nothing to sign up for, no emails collected
- No third-party requests — the site talks to no server but its own host
Verifiable, not just promised
The site ships a Content-Security-Policy of connect-src 'self' — the browser
itself blocks any attempt to contact another server. You can confirm in your browser's network
inspector that after loading, Tiny Paws makes zero external requests. The full source code is
public on GitHub.
What stays on your device
Settings (sound, calm mode) and playful tap counts are stored in your browser's local storage on your device only. They never leave it, and clearing your browser data erases them.
COPPA
Because Tiny Paws collects no personal information from anyone — child or adult — there is nothing to consent to, disclose, or delete. That's the whole policy.