All Features

Every capability.
In detail.

Eight features that take you from a failing compliance score to documented, continuous BFSG compliance — with no consultant needed.

01 — Scanner
BFSG / WCAG 2.2 AA

Deep scan. Any website. 60 seconds.

Our 3-tier browser engine runs 88 WCAG 2.2 AA rules against your live website — including through bot protection. Every violation is mapped to its exact DOM selector, WCAG success criterion, and BFSG clause.

  • 88 WCAG 2.2 AA rules checked in a single scan
  • 3-tier engine: Puppeteer → Browserless.io → Brightdata residential proxies
  • Bypasses bot protection on most e-commerce platforms
  • Every violation traced to exact DOM selector and element
  • Results in under 60 seconds, no account required for first scan
Run your first scan free →
Remediate.AI — Scan Results
52
/100

yourshop.de — Risk: High

11 violations · axe-core v4 · WCAG 2.2 AA

3 Critical6 High2 Medium
CRITButtons need discernible text4.1.2Fix →
HIGHImages must have alt text1.1.1Fix →
MEDColour contrast insufficient1.4.3Fix →
HIGHForm inputs missing labels1.3.1Fix →
Scanned 2s ago · axe-core v4.8Download BFSG Report →
3-tier enginePuppeteer → Browserless → Brightdata
02 — AI Fix Engine
SmartRoute · Multi-Model

Three AI models. One correct fix.

SmartRoute() classifies each violation and sends it to the best model for that problem type. Code fixes go to Claude Haiku. Image accessibility to Gemini Vision. Every output is QA'd by Llama 3.3 before delivery. Average confidence: 97%.

  • Claude Haiku for HTML/ARIA code violations
  • Gemini Vision for image alt text and visual context
  • Llama 3.3 for QA validation of every fix
  • Before/after HTML diffs for every violation
  • Confidence score per fix — you decide what to approve
  • Safe-for-SDK flag: clearly marked auto-appliable fixes
AI Fix · image-alt · WCAG 1.1.1
Gemini Vision→ image-alt-0-2 · yourshop.de
<a href="/product-guide">- <img src="product-guide.jpg" alt="">+ <img src="product-guide.jpg"+ alt="Product guide — care tips and sizing"> </a>
Confidence
97%
✓ Safe for SDKQA: Llama 3.3 passBFSG §12a
SmartRoute() model selection
button-name, aria-label, rolesClaude Haiku
image-alt, decorative imagesGemini Vision
QA validation all fixesLlama 3.3
03 — BFSG Report
Legal Documentation

A report your lawyer and insurer accept.

One click generates a branded PDF mapping every violation to its BFSG clause (§12a BFSG, EN 301 549), plus a ready-to-publish §13 Accessibility Statement. Stored on AWS S3 Frankfurt. GDPR-compliant.

  • Every violation mapped to §12a BFSG and EN 301 549 §9.x
  • WCAG 2.2 AA compliance score with letter grade (A–F)
  • §13 Accessibility Statement generated and ready to publish
  • Before/after code diffs included for every finding
  • Stored on AWS S3 Frankfurt — EU data residency
  • Agency version: "Prepared for: [Client]" cover page
  • Available in German and English
Get report for €149 →
Remediate.AI
We fix. You grow.
BFSG READINESS REPORT
WCAG 2.2 AA · EN 301 549
BFSG / WCAG 2.2 AA
Audit Report
Automated Accessibility Readiness Assessment
14 May 2026
yourshop.de
Remediate.AI UG
52
/100
Non-compliant · Grade D
3 Critical6 High2 Med
Sev.IssueWCAGBFSG
CRITButtons need text4.1.2§12a
HIGHImages need alt1.1.1§12a
MEDContrast too low1.4.3§12a
✓ §13 Accessibility Statement generated and ready to publish
Remediate.AI · Scan-ID: rmd_xxxxxxxx14 May 2026 · WCAG 2.2 AA · BFSG
✓ PDF generated12 pages · §13 included · AWS S3 Frankfurt
04 — SDK Patches
Live Site · Any Platform

One script tag. Fixes applied live.

The Remediate.AI SDK uses attribute-level DOM surgery to apply approved fixes directly to your live website. SPA-aware. Works on Shopify, Wix, WooCommerce, Webflow — anything that runs HTML. No deployment, no developer, no redeployment needed.

  • Attribute-level fixes: aria-label, alt text, roles, lang attributes
  • SPA-aware — MutationObserver handles dynamic content
  • One script tag added before </head> — that's it
  • Works on Shopify themes, Wix Velo, WooCommerce, WordPress
  • Approve fixes one-by-one or in bulk from the dashboard
  • AES-256-GCM encrypted token — secure by default
SDK Installation · yourshop.de
Add before </head> in your theme template:
<!-- Remediate.AI SDK -->
<script
  src="https://cdn.getremediate.de/sdk.js"
  data-token="rmd_live_xxxxxxxxxxxxxxxx"
  data-site-id="cmp10grd8000004jm"
></script>
ShopifyWixWooCommerceWebflowShopwareWordPressCustom
Active patches — yourshop.de
img.hero-banner — alt text appliedLIVE
button.cart-add — aria-label appliedLIVE
nav.main-menu — role="navigation" pendingPENDING
05 — Monitoring
Weekly · Automated · Regression

Know before your regulator does.

Every Monday at 07:00, Remediate.AI runs a full rescan, diffs the results against your compliance baseline, and sends an email if anything regressed. Score trend dashboard shows your 30-day compliance trajectory.

  • Weekly automated scan — every Monday 07:00 UTC
  • Regression detection against your established baseline
  • Email alert the moment a new violation appears
  • Score trend chart with 30-day and 12-month views
  • Developer CSV checklist export of open violations
  • Issue status tracking: Open → In Progress → Resolved
Start 7-day free trial →
Compliance Score Trend — yourshop.de
CURRENT SCORE
81/100
30-DAY CHANGE
+29 pts ↑
Weekly scan completed — score 81Today 07:02
3 issues resolved this week (+7 pts)Today
Regression detected — color-contrast (1.4.3)Mon
Alert email sent — 1 new violationMon 07:03
06 — GitHub PRs
GitHub · GitLab · Bitbucket

Fixes that arrive as reviewable pull requests.

Every AI fix can become a branch with the before/after HTML, WCAG rationale, and BFSG clause. Your team reviews and merges on their normal schedule. Works with GitHub, GitLab, and Bitbucket. AES-256-GCM encrypted token storage.

  • One-click PR creation from any violation in the dashboard
  • Branch named automatically: remediate/fix-{violation-id}
  • PR description includes WCAG criterion, BFSG clause, and rationale
  • Post WCAG check results as GitHub comments on any PR
  • Catch regressions before they merge to production
  • GitHub tokens encrypted with AES-256-GCM at rest
remediate/fix-image-alt-0023✓ Merged
[Remediate.AI] Fix: Images must have alternate text — WCAG 1.1.1 · §12a BFSG
🤖
remediate-ai[bot]BOTjust now
BFSG/WCAG check completed for this PR. Results vs baseline:
image-alt — Fixed in this PR1.1.1
0 new violations introducedclean
Score: 52 → 58 (+6 pts)+6
✓ BFSG check passing1 file changed+2 / -1 lines
07 — Agency Partner
Multi-client · Branded · Automated

Compliance ops for all your clients at once.

Monitor up to 10 client websites from one dashboard. Generate branded PDF reports with "Prepared for: [Client]" cover pages. Receive per-client regression alerts and monthly summary emails to share with clients.

  • Up to 10 client websites managed from one account
  • Client-framed BFSG reports: "Prepared for: [Client Name]"
  • Select team member as "Prepared by" on each report
  • Per-client email alerts when regressions are detected
  • Monthly agency summary: all clients, all scores, all changes
  • GitHub PR + SDK automation per client per finding
Start Agency trial →
Agency Dashboard — 4 / 10 clients
MF
Müller Fashion
Shopify · today
Score87
Passing
WR
Weber Reisen
Webflow · 2 regressions
Score74
Needs attention
NS
Nova SaaS
Custom · Klara
Score91
CompliantKlara
AS
Apotheke Süd
WordPress · critical
Score62
CriticalPR open
⚡ 08 — Klara Autonomous Agent · Pilot

CI/CD compliance that runs without you.

Klara monitors every code change, scans PR preview URLs before they merge, detects regressions against your baseline, and creates remediation branches automatically — zero human intervention required.

🔀

PR check automation

Scan any PR preview URL and post WCAG results as a GitHub PR comment. Catch regressions before they merge to production. 100 PR checks per month included.

🩹

Auto-approve SDK patches

Safe fixes (alt text, aria-label, roles) can be auto-approved and applied to your live site the moment Klara detects them. One setting, zero manual steps.

🛡

Monthly evidence log

Every check, fix, and regression is timestamped and logged. Monthly summary reports provide BFSG-compliant evidence of continuous compliance monitoring.

Klara Autonomous Agent — yourshop.de
BETAACTIVE
Standard
BFSG + WCAG 2.2 AA
Score
81/100
PR Checks
12 / 100 mo
Findings4 open
NEWViewport disables text scaling1.4.4Fix →
OPENButton lacks discernible text4.1.2Fix →
SDK ✓Images need alt text1.1.1Done
Evidence Timeline
1 new issue · PR #47yourshop.de
7m
SDK patch approvedimg.hero alt text
34m
Weekly check · score 78→81+3 pts
Mon
Manual checks: 2 / 20 this month
Join Klara pilot — €399/month →

pilot_access · join_waitlist · coming_soon

88
WCAG 2.2 AA rules checked
3
AI models running in parallel
~60s
Average scan time
97%
Average AI fix confidence
Start today

All eight features. From €149.

Scan your website free. Get your first BFSG Readiness Report in under 60 seconds. No consultant needed.

no_credit_card · wcag_2.2_aa · results_in_60s · built_in_germany