Skip to main content

Loading…

HOTCHOWS TOOLS · ADA WEB COMPLIANCE TOOL

ADA COMPLIANCE
AUDITOR & AUTO-FIXER

Connect to any web server via SSH. Our AI reads your HTML, fixes every WCAG 2.1 AA violation, and deploys the corrected file — automatically.

Checkout cancelled — no charge was made.
Your API Key Required This tool uses your own Google Gemini or Anthropic Claude API key to run the AI audits. We do not provide AI credits — you bring your own key from Google AI Studio or Anthropic Console. API costs are billed directly to your account by those providers.
Non-Refundable Service Subscription fees are non-refundable. By subscribing you are paying for access to the platform and SSH auditing interface — not for AI credits. Cancel anytime via the Stripe customer portal to stop future billing.
BYOK

Bring your Google Gemini or Anthropic Claude API key. We never store it — used only during the active session.

AUTO-FIX

AI fixes missing alt tags, ARIA labels, heading structure, keyboard nav, color contrast — full WCAG 2.1 AA coverage.

SAFE DEPLOY

Automatic .bak backup before any file is modified. Preview-only mode available.

STEP-BY-STEP

HOW TO USE THE TOOL

After subscribing, you'll see this form. Here's what each field means:

Screenshot of the ADA Compliance Auditor tool form showing SSH and AI API key fields
1 SERVER DETAILS (SSH)
Host (IP or Domain)
Your server's public IP address or domain name. Example: 198.51.100.42 or mysite.com
Username
The SSH login user on your server — typically root, ubuntu, or admin. Same username you'd use in a terminal.
SSH Port
Default is 22. Only change this if your host uses a non-standard SSH port (check your hosting panel or IT team).
Password
Your SSH password. Used only during the active audit session — never stored on our servers.
Target File Path
Full path to the HTML file to fix. Example: /var/www/html/index.html or /home/mysite/public_html/about.html. Audit one file at a time.
2 YOUR AI API KEY
AI Provider
Choose Google Gemini (recommended — free tier available at aistudio.google.com) or Anthropic Claude (pay-per-use at console.anthropic.com).
Your API Key
Paste the API key you generated from Google AI Studio or Anthropic Console. It starts with AIza... (Gemini) or sk-ant-... (Claude). Never stored — cleared when you close the tab.
Deployment Method
Preview Mode (recommended first)
Saves the fixed file as filename.ada-fixed on your server. Original file is untouched. Download and review before committing.
Auto-Deploy
Overwrites the original file immediately. A .bak backup is created first. Use only after you've previewed the result.
💡
Tip: Use "Test SSH Connection" first
Before running the audit, click Test SSH Connection to verify the tool can reach your server. If the test passes, your SSH credentials are correct and the audit will work.

{{ authMode === 'signup' ? 'CREATE YOUR ACCOUNT' : 'SIGN IN' }}

{{ authError }}

{{ authMode === 'signup' ? 'After signup you\'ll be asked to subscribe ($29.99/mo) to use the auditor.' : 'New here? Click Sign Up above.' }}

SUBSCRIBE TO ACTIVATE

Welcome, {{ currentUser?.email }}. Your account is ready — subscribe below to unlock the auditor.

$29.99 /mo

Cancel anytime • Non-refundable • Requires your own AI API key

Secured by Stripe • Card details never touch our server

{{ checkoutError }}

What's Included

  • ✓ SSH file read / write / backup
  • ✓ AI compliance audit interface
  • ✓ Auto-deploy or preview mode
  • ✓ WCAG 2.1 AA ruleset
  • ✓ Unlimited audits per month

Not Included

  • ✗ AI API credits (your own key)
  • ✗ Google Gemini subscription
  • ✗ Anthropic Claude subscription
  • ✗ Refunds of any kind
  • ✗ Legal compliance guarantee
Disclaimer: ADA fixes are AI-generated and may not cover every edge case. Always verify on a staging environment before pushing to production. Hotchows is not liable for website downtime, visual regressions, or legal non-compliance resulting from automated edits.

ADA COMPLIANCE AUDITOR

Fix WCAG 2.1 AA violations via SSH using your own AI API key

{{ currentUser?.role === 'owner' ? 'Owner' : 'Active Subscriber' }} {{ currentUser.email }}
Subscription cancelled. Your access will end on {{ formatDate(currentUser.subscription_period_end) }}. No refund is issued for the current paid period. Click Resume subscription above to undo and keep auto-renewal on.
{{ billingMessage.text }}

Terms of Use — Please Confirm

ADA fixes are generated by AI using your API key. This platform provides the SSH interface only. We are not liable for downtime, regressions, or legal non-compliance. Subscription fees are non-refundable. Always test on a staging server first.

Reminder: Enter your own Google Gemini or Anthropic Claude API key below. AI usage costs are charged directly to your account by those providers — not to Hotchows.

1 Server Details (SSH)

Used only for this session • never stored on our server

Scans all .html files up to 3 folders deep (max 25 files)

2 Your AI API Key

Used only for this session • never stored on our server

Processing {{ dirProgress.current }} of {{ dirProgress.total }} files {{ Math.round(dirProgress.current/dirProgress.total*100) }}%

{{ dirProgress.currentFile }}

{{ status.success ? '✓ ' : '✗ ' }}{{ status.message }}

{{ status.path }}

↓ Click Review & Deploy on any successful row above to see that file's visual diff and approve/restore.
REVIEW CHANGES
The AI saved the corrected version as a draft. Compare it against the original below, then choose to deploy, restore, or discard.
{{ pendingReview.path }}
VIEW: +{{ diffStats.added }} added −{{ diffStats.removed }} removed
Loading diff…
{{ diffError }}
{{ reviewStatus.success ? '✓ ' : '✗ ' }}{{ reviewStatus.message }}

Results — {{ dirResults.length }} files processed

{{ r.success ? '✓' : '✗' }} {{ r.path }} {{ r.message }} ✓ Already Compliant ✓ Deployed