Welcome to FixMyWeb. Whether you just redeemed a lifetime code or ran your first free scan, these 5 steps and the feature index below cover everything you need. Looking for answers instead? Check the FAQ.
Paste your URL into the scanner on the homepage or at /scan. The free tier includes 3 scans per month — no account and no credit card required.
You get a compliance score from 201 automated WCAG 2.1 + 2.2 checks, grouped by the four POUR principles — Perceivable, Operable, Understandable, Robust — with each issue ranked by severity (critical, serious, moderate, minor).
Every issue comes with actionable advice and fix code snippets you can copy into your project. For the most common failures, see the Remediation Guide at /guide.
Bought a lifetime deal (e.g. on DealMirror)? Go to /redeem and enter your email plus your coupon code (format FMW-XXXX-XXXX) to activate the Enterprise (Lifetime) plan with unlimited scans. Your API key lives in /dashboard.
Re-scan after each deployment and feed your snapshots to the drift analysis API to catch regressions early. Want scheduled scans? Join the Monitoring waitlist at /monitoring.
Every feature FixMyWeb ships, where to find it in the UI, and the API endpoint behind it.
| Feature | What it does | UI path | API |
|---|---|---|---|
| WCAG Scanner | 201 automated WCAG 2.1 + 2.2 checks in about 60 seconds, scored across the POUR principles. | /scan | POST /api/scan (?lang=de/fr/es/ja/pt-br) |
| Auto-Fix Generator | Turns scan violations into ready-to-apply code fixes (JSON or Markdown). | /scan | POST /api/scan/fix |
| Contrast Checker | WCAG contrast ratio for any color pair, with AA/AAA pass levels. | /tools/contrast-checker | POST /api/contrast |
| Heading Checker | Validates your heading hierarchy for structure issues. | /tools/heading-checker | — |
| Court-Ready Report | HMAC-signed conformance PDF suitable for legal and audit contexts. | /scan | POST /api/scan/court-report |
| Drift Detection | Time-series analysis of scan snapshots — flags accessibility regressions. | /dashboard | POST /api/scan/drift |
| Accessibility Badge | Public SVG badge showing your latest scan result — embed it in your footer. | /badge | GET /api/badge/<domain> |
| Monitoring (waitlist) | Scheduled re-scans with alerts — join the waitlist to be notified at launch. | /monitoring | POST /api/monitoring-signup |
| Bulk Scan | Scan multiple URLs in one pass. | /bulk | — |
| Statement Generator | Generates a public accessibility statement for your site. | /statement | — |
| VPAT Generator | Produces a VPAT/ACR document from your scan results. | /vpat | — |
| License Redemption | Activates a lifetime coupon (FMW-XXXX-XXXX) into an Enterprise account. | /redeem | POST /api/redeem |
Still stuck? More answers in the FAQ or email hello@fixmyweb.dev.