What problem does it solve? Israeli websites and apps face mandatory accessibility duties under the Equal Rights for Persons with Disabilities Act and IS 5568, with statutory damages up to 50,000 NIS per violation, yet most developers only know generic WCAG guidance and miss the Israeli-specific legal and RTL requirements. ## Core Features & Use Cases - Legal framework guidance: Covers IS 5568 anchored to WCAG 2.0 AA, revenue-based exemption tiers, the 60-day cure period, the two-track enforcement model (civil damages plus Commission administrative penalties), and the accessibility coordinator (rakaz negishut) duty. - RTL and Hebrew implementation patterns: Provides accessible RTL HTML structure, Hebrew screen reader patterns (NVDA, JAWS, VoiceOver, TalkBack), RTL ARIA form and table patterns, and the mandatory accessibility statement (Hatzaharat Negishot) template. - Regulation 35 widget and audit tooling: Ships copy-pasteable TypeScript/React code for a compliant accessibility preferences widget (with FOUC bootstrap and overlay anti-pattern fences) plus a Python audit script that checks lang, dir, alt text, labels, skip links, and statement pages. - Use Case: A developer launching a Hebrew e-commerce site runs the audit script, fixes RTL form labels and Hebrew error messages, publishes the accessibility statement, and ships the preferences widget to meet IS 5568 obligations. ## Quick Start Audit my Hebrew website for Israeli IS 5568 accessibility compliance and tell me what to fix.