// legal
Cookie & Storage Policy
Effective: 1 July 2026 · theneverendingprompt.xyz
What is localStorage?
localStorage is a browser feature that lets a website save small amounts of data on your device. Unlike a cookie, localStorage data is not sent to the server on every request — it stays on your machine unless the site explicitly reads it. It has no expiry date and persists until you clear your browser storage.
What we store
| Key | Value | Purpose | Expiry |
|---|---|---|---|
| voter_id | Random UUID (e.g. a3f2…) | Allows one vote per round without requiring an account. | Until you clear browser storage |
That is the complete list. We do not set HTTP cookies, session storage, or IndexedDB entries.
Third-party scripts
We do not load third-party advertising, analytics, or tracking scripts. There are no Google Analytics, Meta Pixel, or similar trackers on this site.
Third-party services we use (Supabase, Cloudinary, Vercel) may set their own infrastructure cookies for security or performance purposes — we have no control over these. Refer to their respective privacy policies for details.
How to clear your data
You can delete your voter ID at any time by clearing site data in your browser:
Chrome / Edge: Settings → Privacy and security → Clear browsing data → Cookies and other site data.
Firefox: Settings → Privacy & Security → Cookies and Site Data → Clear Data.
Safari: Settings → Privacy → Manage Website Data.
After clearing, a new voter ID will be created automatically on your next visit. Any votes previously cast under the old ID cannot be recovered or transferred.
Contact
Questions: contact@theneverendingprompt.xyz