TL;DR
skeletonic.io does not set tracking cookies and does not run a third-party analytics tag. The site is a static set of HTML, CSS, and a single service-worker file. No request you make is logged beyond the standard GitHub Pages access logs.
What data is collected
- GitHub Pages access logs. When you load any page, GitHub records your IP address, the request URL, and the time. GitHub's privacy policy applies — see docs.github.com/en/site-policy.
- The contact form. If you submit the form on
/contact/, the data goes through Formspree, which forwards it to the maintainer's email. Formspree's privacy policy applies. - Service worker. The
sw.jsscript caches HTML, CSS, JS, and image responses locally in your browser so the site works offline. Nothing is sent anywhere.
What is not collected
- ❌ Google Analytics, Plausible, Fathom, or any other analytics tag.
- ❌ Cookies of any kind. The site sets none.
- ❌ Local storage or IndexedDB beyond the service-worker cache.
- ❌ Fingerprinting, ad networks, or third-party trackers.
Your rights
If you've used the contact form and would like your message deleted, email me from the address you submitted with and I will purge it within 30 days.