Pricing that scales with you.

Start free. Upgrade when you need more. No contracts, cancel anytime.

Early pricing — may increase as features expand

Why upgrade?

Ship faster

Skip hours of manual a11y debugging. Paste a component, get production-ready code back in seconds.

Catch bugs earlier

Surface WCAG 2.1 AA and Section 508 issues before code review — not after an accessibility audit fails.

Learn as you go

Every fix comes with a plain-English explanation and WCAG criterion. Understand why, not just what.

See it in action

Before
<div onClick={handleClick}>
  <img src="/logo.png" />
  Click me
</div>
After · +2 issues fixed
<button type="button" onClick={handleClick}>
  <img src="/logo.png" alt="Company logo" />
  Click me
</button>

Non-semantic div promoted to button. Decorative image given descriptive alt text.

Free

$0/forever

Try it out. No credit card required.

  • 5 credits per month
  • Credits are used based on component size
  • Small components use 1 credit
  • Large components use up to 4 credits
  • Catch WCAG 2.1 AA + Section 508 violations automatically
Current Plan

Starter

$7/per month

For developers shipping accessible code every week.

  • 25 credits per month
  • Credits are used based on component size
  • Small components use 1 credit
  • Large components use up to 4 credits
  • Plain-English explanations for every fix
  • Scan history — track what you shipped
Most Popular

Pro

$12/per month

For teams and heavy users shipping production UI.

  • 60 credits per month
  • Credits are used based on component size
  • Small components use 1 credit
  • Large components use up to 4 credits
  • WCAG criterion references on every fix
  • Priority processing — queue skip
  • Full scan history with search
  • Email support

Common Questions

How do credits work?
Credits are used based on component size. Small components use 1 credit. Large components use up to 4 credits. You’re only charged when we return a fix — out-of-scope requests, clean components with no issues, and failed requests don’t use any credits.
Does it support TypeScript components?
Yes. Paste JSX, TSX, or plain JS — the fixer handles all of them.
What standards does it check?
WCAG 2.1 Level AA and U.S. Section 508.
Can I cancel at any time?
Absolutely. Cancel from your account settings or the billing portal and you keep access until the end of your billing period. Subscriptions renew automatically unless canceled.
How do I manage my billing?
Go to your Account page and click "Manage Billing" to access the Stripe billing portal. From there you can update payment methods, view invoices, or cancel your subscription.