Privacy Policy
We believe your data belongs to you. DevUtils is designed to run entirely in your browser.
No Server Uploads
Your code, JSON, SQL, and images never leave your device. All processing happens locally in your browser's memory.
No Tracking
We do not use Google Analytics, Facebook Pixel, or any third-party tracking cookies.
Local Storage
We only use LocalStorage to save your theme preference (Light/Dark) and tool state where explicitly requested.
1. Data Handling
DevUtils is an offline-first, client-side application. This means:
- When you paste code into the formatted, minifiers, or converters, it stays in your browser's RAM.
- When you upload a file for hashing or base64 conversion, the file is read by the browser's File API and is not uploaded to any server.
- We do not have a backend database to store your inputs.
2. Local Storage & Cookies
We use standard web technologies to provide functionality:
- LocalStorage: Used to remember your UI preferences (e.g., Theme, Sidebar state).
- IndexedDB: May be used by specific tools (like large CSV processing) to function efficiently without freezing the browser. This data is temporary and local.
3. External Links
Some tools may link to external resources (e.g., GitHub, Documentation, or specific sub-tools hosted separately). Once you leave the devutils.app domain (or your local instance), this privacy policy no longer applies.
4. Changes to This Policy
Since we do not collect user data (emails, accounts), we cannot notify you of changes directly. However, significant changes to how the application functions will be reflected in this document and the project repository.
5. Contact
If you have questions about the security or privacy of this tool, please review the source code on GitHub or open an issue in the repository.