Text Lab

Privacy Policy

Your data stays on your device

The Short Version

Text Lab processes all data locally in your browser. Nothing is ever sent to any server.

What We Don't Collect

  • Your input text or data
  • Your output or transformed text
  • Any personal information
  • Usage analytics or telemetry
  • Cookies or tracking data
  • IP addresses or location data

How It Works

Text Lab is a static website with no backend server. All text transformations happen using JavaScript running in your browser:

  • JSON formatting? Done in your browser.
  • Base64 encoding? Done in your browser.
  • JWT decoding? Done in your browser.
  • Every single tool? Done in your browser.

There is literally no server to send data to. The site is hosted as static files on Cloudflare Pages.

Third-Party Services

The only external resources loaded are Google Fonts for typography. No analytics, no tracking pixels, no advertising scripts.

Open Source

Text Lab is open source. You can verify these claims by reviewing the source code on GitHub.

Questions?

If you have any questions about this privacy policy, feel free to reach out via the contact page.