import type { Metadata } from 'next'; import type { CSSProperties } from 'react'; export const metadata: Metadata = { title: 'Privacy Policy — Waggle', description: 'Privacy policy for Waggle OS by Egzakta Group d.o.o.', robots: { index: false, follow: false }, }; export default function PrivacyPage() { return (

Privacy Policy

Effective date: July 8, 2026 · Last updated: July 8, 2026

Waggle OS is provided by Egzakta Group d.o.o. (“Egzakta”, “we”, “us”), a company registered in the Republic of Serbia. This Privacy Policy explains what personal data we collect, how we use it, and your rights.

1. Data we collect

2. How we use your data

3. Where your data lives

4. Your rights (GDPR and similar regimes)

You have the right to access, rectify, port, restrict, or delete your personal data, and to object to processing. To exercise these rights, email privacy@egzakta.com. We aim to respond within 30 days.

Local memory data: you can erase all locally-stored data at any time via Settings → Privacy → Erase All Data. This is irreversible and does not require contacting us.

5. Retention

6. Cookies and tracking

We use strictly-necessary cookies for authentication (Clerk session) and, with your opt-in, analytics cookies (PostHog). See our{' '} Cookie Policy .

7. Changes to this policy

We may update this policy. Material changes will be announced via the product and email. Continued use after a change means you accept the updated terms.

8. Contact

Egzakta Group d.o.o.
Registered office: Belgrade, Republic of Serbia
Email: privacy@egzakta.com
Data Protection Officer: dpo@egzakta.com

); } const h1Style: CSSProperties = { fontSize: 'clamp(28px, 4vw, 36px)', fontWeight: 700, marginBottom: 24, color: 'var(--hive-50, #f6f1e4)', }; const h2Style: CSSProperties = { fontSize: 'clamp(18px, 2.4vw, 22px)', fontWeight: 600, marginTop: 32, marginBottom: 12, color: 'var(--hive-50, #f6f1e4)', }; const metaLineStyle: CSSProperties = { fontSize: 13, color: 'var(--hive-300, #948a73)', marginBottom: 24, }; const paragraphStyle: CSSProperties = { fontSize: 15, lineHeight: 1.7, color: 'var(--hive-200, #d8cfba)', marginBottom: 16, }; const listStyle: CSSProperties = { paddingLeft: 24, marginBottom: 16, color: 'var(--hive-200, #d8cfba)', }; const listItemStyle: CSSProperties = { fontSize: 15, lineHeight: 1.7, marginBottom: 8, }; const linkStyle: CSSProperties = { color: 'var(--honey-400, #f6c45a)', textDecoration: 'underline', };