Early access — now open

Accessibility
that ships with
your code.

Audex scans for WCAG violations in CI, maps each one to the exact source file and line, and generates the fix. Works on every pull request.

You're on the list — we'll reach out soon.

No credit card. No spam. Early access only.

~/my-app
$ audex scan http://localhost:3000 --root .
  Scanning · axe-core 4.9 · WCAG 2.1 AA
 
color-contrast — 3 nodes
src/components/Button.tsx:47 src/pages/Home.tsx:112 src/components/Header.tsx:8
 
image-alt — 1 node
src/components/Hero.tsx:23
 
Fixes generated for 3/4 violations
SARIF report → audex-results.sarif
WCAG 2.1
Full coverage
axe-core
Industry engine
0 setup
No infrastructure
How it works

Three steps.
Zero friction.

Drops into your existing GitHub workflow. No dashboard, no infrastructure to manage.

01

Add 8 lines of YAML

Drop the GitHub Action into your workflow file and point it at your app's URL. That's the entire setup.

02

Every PR gets scanned

Audex runs headless Chromium against your preview URL, finds violations, and maps each one to its source file and line number.

03

Review the fix, merge

The PR comment shows each violation, its source location, and a ready-to-apply diff. One review. One merge. Done.

Features

Built for engineers,
not auditors.

Files, line numbers, diffs, CI pipelines — Audex speaks the language of your workflow.

Deep WCAG Scanning

Powered by axe-core, the industry standard engine. Full WCAG 2.1 A, AA, and AAA coverage — catches issues Lighthouse misses.

Source-Level Location

Maps every violation to a specific file and line in your source code. Not the rendered DOM — your actual component.

Auto-Generated Fixes

Produces a ready-to-apply diff for common violation types. Review in the PR comment and apply in one click from your IDE.

CI/CD Native

A GitHub Action that drops into any pipeline. Configurable severity thresholds block inaccessible code before it merges.

PR Comments + SARIF

Posts a violation summary directly on the pull request. Outputs SARIF so violations appear inline in GitHub Code Scanning.

Local-First, No Telemetry

Everything runs on your machine or your CI runner. No page content, source code, or violation data ever leaves your infrastructure.

Integration

8 lines
to ship
accessible.

Drop the action into your workflow. Every pull request gets a violation report with source locations and fix suggestions.

View on GitHub
.github/workflows/a11y.yml
name: Accessibility Check
on: pull_request: branches: [main]
jobs: a11y: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: elijahaken/audex@v1 with: url: http://localhost:3000 fail-on: serious comment: true
Pricing

Simple,
transparent.

Start free. Upgrade when you need more.

Free
$0
forever
  • 5 scans per month
  • CLI + GitHub Action
  • All output formats
  • Community support
Join Waitlist
Enterprise
Custom
contact us
  • Everything in Pro
  • SSO & SAML
  • Audit logs
  • On-prem deployment
  • Dedicated support
Contact Sales
Early Access

Be first to ship
accessible code.

Join the waitlist. We'll reach out as soon as early access opens.

You're on the list — we'll reach out soon.

No credit card. No spam. Cancel anytime.