Security Overview
DevToolsHub is built privacy-first. Here's exactly how your data is handled.
The short version: your input never leaves your browser. Tool processing is 100% client-side. The only data we store is what you explicitly save to your account.
Local processing
Every formatter, converter, and generator runs in your browser using standard web APIs. Your input is transformed on your device — it's never sent to a server for processing.
No tracking of content
We don't log, inspect, or store what you paste into the tools. There's no backend pipeline that sees your code or data.
Saved data is yours
Workspaces, snippets, and history you choose to save are stored with your account and isolated by Row-Level Security — only you can read your own records.
Auth & secrets
Authentication is handled by the platform's secure session system. We never see or store your password — verification happens through hashed, salted credentials.
Sharing & public snippets
When you use the Share button, a snapshot of your output is saved as a public snippet with a permalink. That link is accessible to anyone who has it — so only share content that isn't sensitive. You can delete your shared snippets at any time from the Saved Snippets page.
Found a security concern? Report it via Feedback.