Privacy Policy
writevoid.com is a minimalist browser-based writing tool where typed text fades and is permanently deleted after inactivity. We do not run ads, we do not use analytics, and we do not sell personal data.
Summary
- No trackers / analytics: We do not use third-party analytics scripts, tracking pixels, or advertising beacons.
- No accounts: There is no login and no user profile.
- Optional local storage: Your preferences (mode, theme, word limit) are stored locally in your browser and never sent to a server.
- Offline/PWA support: A service worker may cache a small set of static assets for offline use.
What information we collect
We do not intentionally collect personal information (such as your name, email address, or precise location) through the writevoid.com app itself.
Local device storage
The app stores your preferences locally in your browser using Local Storage. The following keys are used:
writevoid.com-mode— writing mode ("hardcore"or"focus")writevoid.com-theme— color theme ("dark"or"light")writevoid.com-word-limit— the configured word limit (number)
This data never leaves your device. You can clear it at any time via your browser's site data settings.
Service worker / offline cache (PWA)
If your browser supports it, the site registers a service worker for offline/PWA behavior. The service worker
uses the browser’s Cache Storage to cache a small set of static assets (such as /,
manifest.json, and icons) and may cache fetched assets to improve offline use and load speed.
This cache contains site files, not your personal content.
Hosting/provider logs
writevoid.com is hosted on Cloudflare Pages. Cloudflare may process standard server/edge request data (such as IP address, user-agent, request path, timestamps, and similar operational metadata) in order to deliver the site, protect it from abuse, and operate the service.
We do not add trackers on top of that, and we do not use these logs for advertising or selling data.
Open source verification
The project is open source, and you can verify the behavior described above in:
public/index.html— UI and local storage usagepublic/app.js— editor logic and fade/delete behaviorpublic/style.css— stylingpublic/sw.js— service worker and caching
Repository: github.com/timoheimonen/writevoid.com.com
Contact
If you have privacy questions, contact:
- Timo Heimonen — timo.heimonen@proton.me