Privacy Statement
Your privacy is fundamental to how Tools is built. We designed this application from the ground up to operate without collecting any personal data.
No Data Collection
We do not collect, store, or sell personal user data, and we do not use third-party analytics services, tracking pixels, or behavioral tracking scripts by default. At the application level, we avoid logging the content you enter into tools. Infrastructure components — such as CDN edge nodes and web servers — may record standard access metadata (IP address, request path, timestamp) as part of normal network operations.
Client-Side Processing
Most tools on this site run as pure JavaScript/TypeScript functions locally in your browser — computation happens in-browser when possible, with no server round-trips required for tool execution. Some optional features (such as loading remote content) may require network access; in those cases only the minimum data needed for the feature is transmitted.
Local Storage
The only data stored by this application is kept in your browser's localStorage, and it stays on your device:
- Theme preference (dark or light mode)
- Language preference (English or French)
- Your list of favorite tools
No cookies are set, no session data is sent to servers, and no server-side logging occurs. You can clear this data at any time using the "Clear local data" button in the footer.
Questions
If you have any questions about this privacy statement, you are welcome to open an issue on the project's GitHub repository.