We can’t see your data, by design.
Utilive runs every tool inside your browser. The only data that ever reaches our infrastructure is the regular request log a web server makes to deliver the page itself.
01What we collect
What we keep
- Server access logs (IP, user agent, path)
- Aggregate usage metrics via Google Analytics
- Local preferences saved in your browser
What we never see
- Anything you paste into a tool
- Account info — there are no accounts
- Tracking cookies on tool pages
02How tools run
Each tool is built around a local-first principle. When you paste data:
- Your input stays in your browser’s memory.
- Processing happens via standard Web APIs (
JSON.parse,crypto.subtle, etc). - The result is rendered directly in the page DOM.
03Security
Transport security
All assets are served over HTTPS with HSTS and TLS 1.3.
No persistence
There is no database storing user input, so there is nothing to steal in a breach.
04Third parties
| Service | Purpose | What they see |
|---|---|---|
| Zeabur | Hosting & CDN | Access logs (IP, UA) |
| Google Analytics | Usage metrics | Anonymized events |
05Your rights
Because we don’t collect personal information, the usual GDPR and CCPA subject-rights flows don’t have anything to act on. You have full control of the data your browser stores locally.
06Contact
Have a question about how a specific tool handles data, or want to flag a concern? We’d rather over-explain than have you guess.
Contact supportThe short version
We try to make the right thing the easy thing. The architecture ensures we cannot see what you paste, even if we wanted to.
- No tool input is ever sent to our servers.
- Server logs and analytics are aggregate only.
- Local preferences are scoped to your browser.
- You can clear everything via browser settings.