Helps WordPress and Shopify site owners avoid ADA and EAA accessibility compliance risk — AI scans for WCAG violations, applies code-level fixes, and produces audit-ready reports.
Project screenshot coming soon
WordPress and Shopify site owners face growing accessibility compliance risk under rules like the ADA and the European Accessibility Act, but manually auditing every page against WCAG 2.0 and hand-fixing violations does not scale. They needed detection and remediation in one automated loop, plus reports they could show an auditor.
We built a Node.js + TypeScript SaaS backend that crawls connected sites with JSDOM and axe-core, flags violations across 15+ categories, and uses OpenAI GPT-4.1 to generate and apply code-level fixes back through WordPress and Shopify integrations — with rollback support and a remediation audit log. PDF compliance reports with score trends are stored on AWS S3, and a real-time dashboard tracks compliance stats and severity breakdowns per site.
violation categories detected and auto-fixed
WCAG 2.0 conformance levels: A, AA, AAA
platform integrations: WordPress + Shopify
audit-ready compliance reports on demand
WCAG 2.0 A/AA/AAA scanning via axe-core with server-side JSDOM rendering
AI-generated accessibility fixes for 15+ violation types using OpenAI GPT-4.1
WordPress integration: scan pages, apply fixes, rollback fixes via plugin API
Shopify integration: app-based scanning and fix application via API key auth
Multi-tenant architecture with superAdmin and companyAdmin roles
Compliance report generation (PDF) with score trends and violation breakdowns
AWS S3 upload with presigned URLs for secure compliance report access
Stripe subscription billing with customer portal, webhooks, and plan management
Real-time dashboard with compliance stats, severity breakdown, and activity feed
JWT + Google OAuth + API key authentication with rate limiting and XSS protection
Remediation audit log tracking every fix applied per website
Batch AI processing with semaphore-based concurrency control for large scans
Node.js, Express.js, TypeScript, MongoDB (Mongoose), OpenAI GPT-4.1, Google GenAI, axe-core, JSDOM, Cheerio, Socket.io, Stripe, Plaid, AWS S3, Firebase Admin (FCM), Passport.js (JWT + Google OAuth), Nodemailer, PDFKit, Joi, Winston, Helmet, PM2
Full-Stack SaaS Backend (REST API)
Node.js + Express.js + TypeScript
MongoDB (Mongoose)
OpenAI GPT-4.1 + Google GenAI
axe-core + JSDOM + Cheerio
WordPress, Shopify, Stripe, Plaid, AWS S3, Firebase FCM
JWT + Google OAuth + API Key
Socket.io + Firebase FCM
PDFKit + AWS S3
15 feature modules, 9 route groups