Skip to content
Utilive
ToolsAbout
  • What we collect
  • How tools run
  • Security
  • Third parties
  • Your rights
  • Contact

Need clarification?

Reach out and we’ll explain anything.

Contact us →
Privacy policy

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

# kept

What we keep

  • Server access logs (IP, user agent, path)
  • Aggregate usage metrics via Google Analytics
  • Local preferences saved in your browser
# never collected

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:

  1. Your input stays in your browser’s memory.
  2. Processing happens via standard Web APIs (JSON.parse, crypto.subtle, etc).
  3. The result is rendered directly in the page DOM.
You can verify this in DevTools’ Network tab — clicking Beautify or Validate sends no outbound request.

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

ServicePurposeWhat they see
ZeaburHosting & CDNAccess logs (IP, UA)
Google AnalyticsUsage metricsAnonymized 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.

Clear local data: In your browser, open Settings → Privacy → Clear browsing data, and remove site data for utilive.dev.

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 support

The 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.