import type { Metadata } from 'next'; import type { CSSProperties } from 'react'; export const metadata: Metadata = { title: 'EU AI Act Statement — Waggle', description: 'EU AI Act compliance statement for Waggle OS by Egzakta Group d.o.o.', robots: { index: false, follow: false }, }; export default function EuAiActPage() { return (

EU AI Act Statement

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

Egzakta Group d.o.o. (“we”) publishes this statement to describe how Waggle OS relates to Regulation (EU) 2024/1689 (“EU AI Act”). Our intent is to be a transparent participant in the AI value chain, even as the EU AI Act’s provisions phase in through 2026.

1. Our role in the AI value chain

Waggle OS is a deployer (sometimes called “deployer of AI systems”) under EU AI Act terminology when end-users install the Waggle desktop application and use it for their own purposes. Egzakta is not a provider of general-purpose AI models (GPAI providers — defined in Article 51). Waggle OS routes user requests to third-party AI providers (Anthropic, OpenAI, Mistral, and others). The underlying GPAI providers fulfill the obligations applicable to them.

2. Article 50 — transparency obligations

We comply with the transparency obligations of Article 50 by:

3. Article 5 — prohibited practices

Waggle OS does not implement, encourage, or facilitate any prohibited AI practice under Article 5, including:

4. High-risk AI systems

Waggle OS in its default consumer configuration is not a high-risk AI system under Annex III. If users deploy Waggle OS for high-risk purposes (e.g., employment screening, credit scoring), the deployer is responsible for fulfilling the obligations applicable to that high-risk system.

5. General-purpose AI (GPAI) considerations

Waggle OS depends on GPAI models provided by third parties. Those providers publish their own EU AI Act compliance information:

6. Risk management and documentation

Egzakta maintains internal documentation of:

We will publish a public AI risk management summary by Article 50’s effective date (2026-08-02 for Article 50 obligations).

7. Data protection alignment

Personal data handling is governed by our{' '} Privacy Policy {' '} and the GDPR. We do not train AI models on user data without explicit consent. Local memory data never leaves the user’s device unless they explicitly enable team sharing (Teams tier).

8. Contact for data subject and EU AI Act inquiries

Email: ai-compliance@egzakta.com
Data Protection Officer: dpo@egzakta.com
Representative inquiries under Article 25:{' '} ai-compliance@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', };