import React from 'react'; import { Link } from 'react-router-dom'; import { ArrowLeft, Shield, Lock, Eye, Server, Cookie, BarChart3, Globe } from 'lucide-react'; import { SITE_CONFIG } from '../config/tools'; const PrivacyPolicy = () => { return (
Last updated: {new Date().toLocaleDateString()}
At {SITE_CONFIG.title}, "Privacy-First" isn't just a marketing term—it's our core architectural principle. Your data privacy is protected by design, not by policy alone.
All processing happens in your browser
Your sensitive data never leaves your device
We use Google Analytics to understand how our tools are used and to improve the service. This helps us answer questions like:
Important: Google Analytics only sees that someone visited "dewe.dev/beautifier" - it never sees the actual JSON code you're beautifying or any data you process with our tools.
Your browser downloads our JavaScript code
All processing happens locally in your browser's memory
No data transmission to our servers for processing
We use minimal cookies and local storage for:
To keep our tools free, we display Adsterra advertisements.
Install browser extensions like uBlock Origin or use Google's opt-out tools to disable analytics tracking.
Since we don't collect your data, there's nothing to delete or export. Your data stays with you.
Privacy Policy: https://policies.google.com/privacy
Privacy Policy: https://adsterra.com/privacy-policy/
We may update this privacy policy from time to time. We will notify users of any material changes by updating the "Last updated" date at the top of this policy. Your continued use of the service after any changes constitutes acceptance of the new policy.
If you have any questions about this Privacy Policy or our privacy practices, please contact us at{' '} dewe.developer@gmail.com {' '}or visit {SITE_CONFIG.domain}.
© {SITE_CONFIG.year} {SITE_CONFIG.title} • Your privacy is our priority