Last updated: July 2, 2026
Cookie & Storage Policy
Zenith does not use any tracking cookies, advertising cookies, or analytics cookies. This page explains exactly what browser storage we do use and why.
Zero Tracking Cookies
This website sets zero HTTP cookies. No tracking pixels, no advertising identifiers, no fingerprinting. We use browser localStorage and sessionStorage for three user-preference items only.
What We Store Locally
| Key | Type | Purpose | Expires |
|---|---|---|---|
| zenith_sound_enabled | localStorage | Stores your retro sound effects preference (on/off). | Until you clear browser data |
| zenith_cookie_consent | localStorage | Records that you dismissed the privacy consent banner so it doesn't reappear. | Until you clear browser data |
| zenith_booted | sessionStorage | Skips the boot animation on subsequent page views within the same session. | When you close the browser tab |
Third-Party Cookies
Vercel Speed Insights: May use temporary, anonymous session identifiers for performance measurement. No persistent tracking cookies are set. See Vercel's policy.
Google Fonts: Fonts are loaded from Google's CDN, which may log standard web server access information. Google states it does not use font requests to build user profiles.
How to Clear Stored Data
You can clear all Zenith-stored data at any time:
// Open browser DevTools (F12) → Console tab:
localStorage.removeItem("zenith_sound_enabled");
localStorage.removeItem("zenith_cookie_consent");
sessionStorage.removeItem("zenith_booted");
Alternatively, use your browser's "Clear site data" feature in Settings → Privacy.
Questions about our cookie and storage practices? Contact zenithprojects@icloud.com.