GPAI & Transparency — Aug 2, 2026
High-Risk AI Systems — Dec 2, 2027
Product AI (Annex I) — Aug 2, 2028
00
Days
:
00
Hours
:
00
Min
:
00
Sec

EU AI Act compliance
that reads your code

Guardia finds the obligations hiding in your source — undisclosed AI, missing record-keeping, no human oversight — on every pull request. It cites the article, writes the patch, and opens the PR. Your code never leaves your runner.

No account required · Get results in 2 minutes

The EU AI Act is Here. Are You Ready?

Feb 2025

Prohibited AI practices banned

Aug 2025

General-purpose AI rules apply

Aug 2026

Transparency obligations (Art. 50) apply

Dec 2027

Full high-risk (Annex III) obligations

Non-compliance fines: up to €35 million or 7% of global revenue.

Everything You Need to Comply

From risk assessment to regulator-ready exports, all in one platform.

New
🔍

Shadow AI Scanner

Automatically discover every AI system in your codebase — OpenAI, Anthropic, HuggingFace, LangChain and 50+ more. Produces your Article 11 AI System Registry in seconds.

Differentiator
🚀

Code Analysis on Every Pull Request

Ten rules read your source — Python, JavaScript, TypeScript — and trace whether anything a user can reach ends up calling a model. Undisclosed AI (Art. 50) and missing record-keeping (Art. 12) can fail a build. The Article 5 signals never can: they ask a question, because a prohibition turns on purpose and context that no scan can see.

Differentiator
🔧

Fixes That Open a Pull Request

Guardia writes the patch, re-parses the file to confirm it still compiles, and opens the PR. The codemods are deterministic — no model writes your code. Where the right fix depends on something the scanner cannot see, no patch is offered and the finding says why.

Differentiator
🔒

GitHub and GitLab, Published

A GitHub Action on the Marketplace and a GitLab component in the CI/CD Catalog. Your source code never leaves the runner — the analyzer parses locally and never calls a model.

🎯

Risk Classification

Instantly know if your AI is high-risk under EU AI Act Annex III. Get clear rationale, article references, and confidence scores.

📋

Annex IV Documentation

Auto-generate technical documentation. AI-assisted drafts, PDF/DOCX export, ready for auditors.

New

Regulation Tracker

Every date that binds you, tracked separately: Article 50 transparency on 2 Aug 2026, high-risk obligations on 2 Dec 2027 after the Digital Omnibus deferral, Annex I products on 2 Aug 2028. Slack and email alerts when new Commission guidance lands.

Compliance in 3 Steps

1

Classify Your AI System

Answer a few questions about your use case. Get instant risk classification with EU AI Act references.

2

Assess & Document

Upload predictions for bias analysis. AI-assisted Annex IV documentation generates in seconds.

3

Export for Auditors

Download compliance packs (PDF, DOCX, ZIP). Share read-only regulator view. Done.

Simple, Transparent Pricing

Start free. Upgrade when you need more.

MonthlyYearly

Starter

For startups and small teams

€99/month
  • Up to 5 AI systems
  • Risk classification
  • FRIA (Art. 27) assessments
  • Incident reporting + deadline tracker (Art. 73)
  • AI literacy training + certificates (Art. 4)
  • Transparency notices (Art. 50)
  • Declaration of Conformity + EU registration pack
  • Post-market monitoring plan (Art. 72)
  • Compliance reports
  • Email support
Start Free Trial
Most Popular

Pro

For SMBs shipping AI in production

€299/month
  • Up to 25 AI systems
  • Everything in Starter
  • CI/CD pipeline integration
  • Shadow AI scanner (code + config files)
  • Auto-fix suggestions
  • ISO/IEC 42001 control mapping
  • QMS document generator (Art. 17)
  • Slack / Jira alerts
  • Priority support
Start Free Trial

Enterprise

For mid-market and regulated industries

Custom
  • Unlimited AI systems
  • Everything in Pro
  • Niche modules (HR, Fintech)
  • API access
  • SLA + Legal partner
  • SSO / SAML
  • Dedicated account manager
Contact Sales

Founder pricing, while it lasts

The product is live and you can start today — this is not a waitlist. Leave your email and we'll send founder pricing and tell you when rules for your stack ship.

No spam. Unsubscribe anytime.

Proof

We point it at ourselves, and publish what it finds

Guardia scans Guardia on every push to both branches. Here is the finding open against us right now — not a sample, not a mock-up. It is on our own production chat endpoint.

GA-ART50-001app/api/ai/chat/route.ts:166 · high severity · medium confidence

The endpoint POST reaches a model via openai.chat.completions.create (an SDK call, in the handler itself). No disclosure was found in this file.

Article 50(1): “Providers shall ensure that AI systems intended to interact directly with natural persons are designed and developed in such a way that the natural persons concerned are informed that they are interacting with an AI system…”

(rule not yet reviewed by legal counsel)

Why we haven't auto-fixed it

That endpoint streams its response, so there is no object to add a field to — where the disclosure belongs depends on how the interface renders the stream. Guardia offers no patch rather than guessing. A wrong patch in a compliance tool is worse than none.

What scanning ourselves cost us

On 27 July it found nine real defects in our own product in a single day — including three rules that flagged their own definitions. None was reachable by our test suite. All were fixed and shipped the same day, and the write-up is public.

10
rules

Articles 5, 10, 12, 14, 50

357
tests passing

326 backend, 31 frontend

21
repositories

open-source corpus scanned

1
finding open on us

published, not hidden

Read the full self-scan report →

Including what it does not establish: no lawyer has reviewed our rules yet.

Become a Founding Customer

We launched in 2026 and are onboarding our first cohort of pilot companies. No fake logos, no invented quotes — when our first customers go live, their real results will be right here. Until then, judge us by the scan above and by everything else we publish about ourselves.

Frequently Asked Questions

Everything you need to know about Guardia AI and EU AI Act compliance.

What is the EU AI Act?
The EU AI Act (Regulation 2024/1689) is the world's first comprehensive AI regulation. It classifies AI systems by risk level and sets requirements for high-risk systems, including bias testing, documentation, and human oversight. Fines for non-compliance can reach €35 million or 7% of global revenue.
How does Guardia AI help with compliance?
Guardia AI automates the key compliance tasks: risk classification (determining if your AI is high-risk), bias assessment (Fairlearn metrics), technical documentation (Annex IV), and audit logging. What would take weeks manually takes minutes with our platform.
Is my data secure?
Yes. We do not train AI models on your data. All data is encrypted in transit and at rest. We offer EU-only hosting and are GDPR compliant. You can export or delete your data at any time.
Do I need Guardia AI if my AI is low-risk?
Even minimal-risk AI systems benefit from documentation and bias awareness. Our free tier helps you understand your risk level. If you're high-risk, our paid plans provide full compliance automation.
What can I use without paying?
Three things. The free audit and the EU AI Act guide need no account at all. Signing up starts a 14-day Pro trial with no card required — the full product, including CI/CD scanning. After that a free account keeps 1 AI system and 5 risk checks a month.
Can I integrate Guardia AI with my CI/CD pipeline?
Yes — a GitHub Action on the Marketplace, a GitLab component in the CI/CD Catalog, and a REST API. Findings appear inline on the pull request. Two rules can fail a build if you want them to: undisclosed AI (Art. 50) and missing record-keeping (Art. 12). The Article 5 prohibition signals never fail a build — they raise a question for a human, because whether a prohibition applies depends on purpose and context that no scan can determine.
Is Guardia AI legal advice?
No. Guardia AI is a compliance tool, not a law firm. We help you assess and document your AI systems, but you should consult qualified legal counsel for specific compliance questions.
What happens after I sign up?
You'll be guided through a quick onboarding: describe your AI system, run a risk classification, and if needed, perform a bias assessment. You can generate documentation immediately.

Ready to Get Compliant?

Start with our free tier. No credit card required.