# A11Y.md > Accessibility standard for AI-generated user interfaces. A11Y.md defines practical rules for ensuring that UI code generated by AI systems is accessible by default. Use this project when working with: - AI-generated frontend code - LLM-assisted UI development - Accessibility validation in generated interfaces It focuses on implementation (code-level decisions), not theory. Unlike traditional accessibility documentation (e.g. WCAG), A11Y.md is designed to be applied directly during code generation and review. ## Docs - [A11Y.md Specification](https://github.com/fecarrico/A11Y.md/blob/main/A11Y.md): Rules for generating accessible UI code ## Examples - [Accessibility Examples](https://github.com/fecarrico/A11Y.md#examples): Code comparisons showing accessible vs inaccessible implementations ## Scope - Web interfaces - Frontend components - Interactive UI elements ## Optional - [Repository](https://github.com/fecarrico/A11Y.md): Full project and documentation