Back to work
Compliance Tooling Rule Engine Built in one day Live

Regulait

Free EU AI Act compliance checker. Describe your AI system, get its risk tier and an actionable requirements checklist in under two minutes. Built and deployed in a single day, ahead of the August 2, 2026 enforcement deadline.

By the Numbers

The Problem

EU AI Act enforcement begins August 2, 2026, with fines reaching €35 million or 7% of global turnover. Compliance consultants charge five figures for an assessment most teams need answered in one sitting: what risk tier is my system, and what do I actually have to do?

Regulait answers that for free. Describe the system; it classifies against the Act's own risk tiers — Unacceptable, High, Limited, Minimal — with cited reasoning, and returns a checklist of every applicable Article tagged by effort and deadline, exportable for legal counsel.

Architecture

A deterministic rule engine covers Article 5 prohibitions and Annex III high-risk categories entirely in the browser — no API key, no data leaving the device. Edge cases fall through to an optional LLM classifier, bring-your-own-key: Gemini in the browser; OpenAI, Groq, and Anthropic when run locally. Keys live in localStorage. There are no servers to send anything to.

Shipped as a Next.js static export on GitHub Pages: zero hosting cost, zero backend surface, and the privacy story is structural rather than a policy promise.

Tech Stack

Next.js 15 · TypeScript · Tailwind CSS 4 · GitHub Pages