Privacy Policy
Last updated: September 15, 2026
Summary
Short version: DataConv Lite does not collect, store, transmit, or sell any of your data. All conversion, formatting, and diffing happens entirely inside your browser. There are no accounts, no analytics, no cookies, and no third-party trackers.
1. How the tool works
DataConv Lite is a single static HTML page that runs JavaScript in your browser. When you paste data into any input field, it is processed locally by your own browser. The data is never sent to any server over the network.
You can verify this yourself using your browser's Developer Tools → Network tab. You will see that no request is made carrying your input data when you click Convert, Format, or Compare.
2. Data we do NOT collect
- No personal information (name, email, IP address is not logged by us).
- No conversion history or paste buffer content.
- No analytics or usage statistics.
- No cookies or tracking pixels.
- No account or login data — because there is no signup.
3. Local storage
The only thing stored on your device is your theme preference (light or dark mode), saved in your browser's localStorage under the key theme. This never leaves your device. You can clear it any time via your browser settings.
4. Third-party resources
The page loads the following libraries from public CDNs to perform conversions:
- Tailwind CSS (for styling) —
cdn.tailwindcss.com - js-yaml (YAML parser) —
cdn.jsdelivr.net - jsdiff (text diff) —
cdn.jsdelivr.net
These CDNs may log standard request metadata (IP, timestamp, user-agent) according to their own privacy policies. They do not receive any of the data you paste into the tool — they only deliver the library files. We do not add any analytics or tracking scripts.
5. Children's privacy
DataConv Lite is suitable for all ages and is COPPA-friendly. We do not knowingly collect any information from anyone, including children.
6. Your rights (GDPR / CCPA)
Under the EU General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA), you have rights over your personal data. Because DataConv Lite does not collect or process any personal data, there is nothing to access, correct, export, or delete on our side.
If you have visited other sites that embedded or linked to this tool, those sites operate under their own privacy policies and are responsible for their own data practices.
7. Changes to this policy
If this policy changes, we will update the "Last updated" date at the top of this page and continue to operate with the same no-data-collection principle. We will never silently introduce tracking on this tool.
8. Contact
This is a static, dependency-free tool and is not maintained as a service. If you host your own copy, you are the data controller for that deployment. For questions about this policy, please open an issue on the source repository where you obtained this file.