Inspiration

Witnessing friends and family members with disabilities struggle to access basic web content sparked our mission. The release of Chrome's built-in AI APIs presented a unique opportunity to create the first comprehensive accessibility toolkit that works universally across any website while maintaining complete privacy through local processing.

What it does

AccessiAI transforms any website into an accessible experience using four integrated AI engines:

  • Content Simplification: Converts complex text into clear, digestible language with adjustable complexity levels
  • Real-Time Translation: Provides instant translation for 100+ languages while preserving cultural context
  • Writing Assistance: Offers grammar, clarity, and communication help for users with writing difficulties
  • Voice Commands: Enables hands-free navigation and control for users with motor disabilities

How we built it

Built as a Chrome Manifest V3 extension integrating Google's built-in AI APIs (Prompt, Summarizer, Translator, Proofreader). Used TypeScript for type safety, implemented 8-agent microservices architecture for scalability, and followed WCAG 2.1 AA standards. All AI processing runs locally in the browser using Gemini Nano, ensuring complete privacy. Extensive testing with screen readers and accessibility tools validated compliance.

Challenges we ran into

  • Chrome AI API Integration: Working with early-preview APIs required extensive error handling and fallback mechanisms
  • Real-Time Performance: Optimizing AI processing to achieve <2 second response times while maintaining accuracy
  • Universal Compatibility: Ensuring the extension works across diverse website architectures and content types
  • Accessibility Compliance: Meeting WCAG 2.1 AA standards while building an accessibility tool created recursive validation challenges

Accomplishments that we're proud of

  • First-to-Market: Created the first Chrome extension combining multiple AI APIs for accessibility
  • Privacy-First Innovation: Achieved comprehensive AI processing without sending data to external servers
  • Technical Excellence: Integrated 4 Chrome AI APIs with advanced error handling and performance optimization
  • Real Impact: Validated with accessibility community members showing measurable improvements in web access
  • Professional Quality: Built production-ready extension with comprehensive documentation and testing

What we learned

  • Chrome's built-in AI APIs offer incredible potential for privacy-preserving accessibility solutions
  • The accessibility community's needs are diverse and require flexible, customizable solutions
  • Local AI processing can achieve enterprise-grade performance while maintaining complete privacy
  • Building truly accessible software requires continuous testing with real assistive technologies
  • Microservices architecture enables scalable, maintainable accessibility solutions

What's next for AccessiAI Chrome Extension

Immediate (3 months):

  • Chrome Web Store publication and community feedback integration
  • Enhanced voice commands with natural language processing
  • Advanced customization options for different disability types

Medium-term (6 months):

  • Cross-browser support (Firefox, Safari, Edge)
  • Enterprise features for organizations ensuring compliance
  • API platform for developers to integrate accessibility features

Long-term (12 months):

  • Mobile accessibility companion app
  • AI-powered image description and analysis
  • Collaborative accessibility features for teams and organizations

Built With

Share this project:

Updates