import Link from 'next/link'; export default function PrivacyPage() { return (
← Back to ChronoMind

Privacy Policy

Last updated: February 2026

1. What We Collect

Nothing. ChronoMind stores all your data locally in your browser using IndexedDB. No data is sent to any server. No accounts are required.

2. Local Storage

Your timers, routines, categories, and preferences are stored locally in your browser's IndexedDB. This data never leaves your device. Clearing your browser data will delete all ChronoMind data.

3. Analytics

We may collect anonymous, aggregated usage analytics (e.g., number of timers created, features used) to improve the product. No personally identifiable information is collected. You can opt out in Settings.

4. Notifications

ChronoMind requests notification permission to send pre-warning alerts. This is entirely optional and can be revoked in your browser settings at any time.

5. Cloud Sync (Future)

When cloud sync is available (planned for a future release), it will be opt-in. Data will be encrypted in transit (TLS) and at rest. You will be able to delete all cloud data at any time.

6. Third Parties

ChronoMind does not share any data with third parties. There are no ads, no tracking pixels, and no data brokers.

7. Contact

Questions about this policy? Open an issue on our{' '} GitHub repository .

); }