🔒 Privacy Policy

Last updated: March 30, 2026

Wheelio was designed with a privacy-first approach. Your wheel data stays in your browser. However, we use third-party services (Google Analytics and Google AdSense) that may collect certain information as described below.

🛡️ What Data We Collect

Wheelio itself does not collect, store, or transmit any personal data to our own servers. Your wheel segment labels, percentages, and colors are stored exclusively in your browser's localStorage and are never sent to us.

However, we use the following third-party services that may collect data:

📊 Google Analytics

We use Google Analytics (GA4) to understand how visitors use our site. Google Analytics collects information such as:

  • • Pages visited and time spent on each page
  • • Referring website or source
  • • Browser type, device type, and screen resolution
  • • Approximate geographic location (country/city level)
  • • Anonymous interaction events

This data is processed by Google and is subject to Google's Privacy Policy. You can opt out of Google Analytics by installing the Google Analytics Opt-out Browser Add-on.

📢 Google AdSense

We use Google AdSense to display advertisements on our site. Google AdSense may use cookies and web beacons to serve ads based on your prior visits to this and other websites. Specifically:

  • • Google uses the DoubleClick cookie to serve ads based on your visits to this site and other sites on the Internet
  • • Third-party vendors, including Google, use cookies to serve ads based on your prior visits
  • • You may opt out of personalized advertising by visiting Google Ads Settings
  • • You may also opt out of third-party vendor cookies by visiting www.aboutads.info/choices

For more information on how Google uses data, please visit How Google Uses Information from Sites That Use Our Services.

🍪 Cookies

Wheelio itself does not set any cookies. However, our third-party services (Google Analytics and Google AdSense) may place cookies on your device. These cookies are used for:

Analytics Cookies
  • _ga — Distinguishes unique users (expires: 2 years)
  • _ga_* — Maintains session state (expires: 2 years)
Advertising Cookies
  • __gads — Serves ads on the site
  • __gpi — Used by Google to track interactions with ads
  • IDE / DSID — DoubleClick cookies for ad serving

You can manage or delete cookies through your browser settings at any time. Blocking cookies may affect the functionality of advertisements but will not impact the core Wheelio spinning wheel functionality.

🙅 No Account Required — Ever

Wheelio has no login, no sign-up form, no email wall, and no "create a free account to save your wheel" dark pattern. You open the page, you use it, you leave. That's it.

No account means there is no profile to breach, no password to steal, and no data to leak. The simplest security is not collecting the data in the first place.

🔐 Cryptographically Secure Randomness

The result of every spin is generated using window.crypto.getRandomValues() — the Web Cryptography API built into every modern browser.

// What Wheelio uses:
const array = new Uint32Array(1);
window.crypto.getRandomValues(array);
const random = array[0] / (0xFFFFFFFF + 1);

This source of randomness is seeded by the operating system's entropy pool (hardware noise, timing jitter, etc.) — making it statistically indistinguishable from true randomness and impossible to predict or manipulate.

🌐 HTTPS & Static Hosting

All traffic to Wheelio is encrypted via TLS/HTTPS. This protects your session from eavesdropping even on public Wi-Fi networks.

Wheelio is deployed as a fully pre-rendered static site. There is no backend server running custom code — no database, no API endpoint, no session management.

💾 Your Wheel Data, Your Device

When you build a wheel, Wheelio saves your configuration in your browser's localStorage. This data:

  • • Is stored only on your device
  • • Is never synced to any cloud or remote server
  • • Can be fully exported as a JSON file that you own and control
  • • Can be cleared at any time via your browser settings
  • • Is not accessible to any other website (browser same-origin policy)

👶 Children's Privacy

Wheelio does not knowingly collect personal information from children under 13 years of age. Since Wheelio does not collect any personal data directly, and any data collection is performed by third-party services (Google Analytics and Google AdSense), we encourage parents and guardians to monitor their children's internet usage and manage cookie consent accordingly.

📝 Changes to This Privacy Policy

We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated revision date. We encourage you to review this page periodically for the latest information on our privacy practices.

📬 Contact Us

If you have any questions or concerns about this Privacy Policy, please visit our Contact page.

🎡 Start Spinning