DEV Community

Cover image for ComplianceLint — EU AI Act in your IDE
Juan Wang
Juan Wang

Posted on

ComplianceLint — EU AI Act in your IDE

Two days ago I posted the EvoRadar data — the engine kept converging on the same niche, 23 separate times:

🎉 EU AI Act compliance.

Today, launching the tool that niche pointed at.
ComplianceLint runs inside your IDE. The name comes from ESLint — ESLint is the linter for JavaScript, ComplianceLint is the linter for compliance. EU AI Act is the first regulation it supports; the architecture is built from day one to extend to GDPR, CRA, NIS2, DORA, ISO 27001, and beyond.

A few highlights (full breakdown in the carousel):

→ AI reads your entire codebase and checks it against 247 obligations decomposed from 44 EU AI Act articles. Every finding carries verbatim legal citation, obligation ID, and remediation steps.

→ Code stays on your machine. The MCP scanner runs entirely local; only compliance verdicts sync to your dashboard.

→ Deterministic obligation engine — same code, same result, every time. AI is the eyes. The engine is the brain.

→ SaaS dashboard tracks the Compliance Journey, Human Gates questionnaires, and audit-ready PDF exports (Declaration of Conformity, Technical Documentation). Evidence commits to your own git repo — we never hold your files.

→ Free + source-available (BSL 1.1).

🔗 compliancelint.dev — live demo, no signup (pre-loaded with limited-risk chatbot, high-risk finance, and high-risk medical systems)
🔗 https://github.com/ki-sum/compliancelint

EUAIAct #AICompliance #BuildInPublic #ComplianceLint

Top comments (0)