All Projects
CompleteAccessibility
Enterprise Accessibility Remediation
Led a 6-month accessibility remediation initiative across 200+ components, achieving full WCAG 2.1 AA compliance and reducing screen reader errors by 94%.
CompanyRazorpay
RoleAccessibility Lead
Year2023
Tech Stack
Vue 3axe-corePlaywrightNVDAVoiceOverCypress
Impact
complianceWCAG 2.1 AA
errors-94% errors
components200+ components
The Problem
An automated audit revealed 847 WCAG violations across the product suite, creating legal liability and excluding users with disabilities from 40% of product functionality.
The Solution
Systematic remediation using automated testing (axe-core), manual screen reader testing (NVDA, VoiceOver), and the creation of an accessibility checklist integrated into the CI pipeline.
Architecture
GitHub Actions integration with axe-core for automated A11y checks on every PR, with a dedicated Playwright test suite for keyboard navigation and screen reader flows.
Key Challenges
- Fixing 847 issues without regressions
- Training 40+ engineers on accessibility practices
- Integrating A11y into existing CI without slowing it
Results & Impact
847 → 51 violations (94% reduction)
Full WCAG 2.1 AA compliance achieved
A11y integrated into CI/CD pipeline
Zero new violations in 18 months post-launch