EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. A11Y.md
    A11Y.md icon

    A11Y.md

    AI Coding Assistants

    A persistent context system that teaches AI coding assistants to build accessible interfaces by default, following WCAG 2.2 standards from the first line of code.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    Engagement

    Available On

    Android
    iOS
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsDocumentationCode Intelligence

    Alternatives

    CodeBoardingCodebuffTabnine
    Developer
    Felipe A. CarriçoSão Paulo, BrazilEst. 2026

    Listed Aug 2026

    About A11Y.md

    A11Y.md is an open-source accessibility context system created by Felipe A. Carriço that integrates with AI coding agents — Cursor, Claude Code, GitHub Copilot, and similar tools — to enforce WCAG 2.2 AA compliance from the very first line of generated UI code. The project was selected for Anthropic's Claude for Open Source program in July 2026 and has been featured in Smashing Magazine's newsletter. It requires no installation: a single sentence added to an AI agent's rules file points the tool to the A11Y.md standard, and the AI reads and applies it automatically.

    What It Is

    A11Y.md is a persistent context architecture — a governance layer for accessibility that works the same way .gitignore or eslint configs work for code quality. Rather than a static guideline document, it is a structured set of deterministic behavioral rules that force AI coding agents to act as semantic translators, reuse existing project components, and avoid generating inaccessible anti-patterns like clickable <div> elements instead of native <button> elements. The core file stays lightweight in the AI's context window at all times, while 21 modular reference guides (based on WAI-ARIA APG) are lazy-loaded only when needed for a specific component or platform.

    How the Compliance Profiles Work

    A11Y.md ships with three tiered compliance profiles that teams can select based on their project stage:

    • Shield — the most demanding profile, targeting WCAG 2.2 AAA plus additional house rules
    • Standard — the default, targeting WCAG 2.2 AA and ADA/EAA compliance
    • Launchpad — designed for rapid MVP prototyping; relaxes visual constraints while preserving critical semantic structure

    If no profile is specified, the AI proactively asks before generating any UI. Each profile maps every rule to a specific WCAG 2.2 Success Criterion, enabling direct traceability for formal audits and VPATs.

    The AI Behavioral Contract

    The core of A11Y.md is an 11-rule behavioral contract that constrains how AI agents generate frontend code:

    • Framework Adaptation — the AI translates accessibility patterns to the target framework (React, Vue, Angular, Svelte, Solid) rather than copying web solutions verbatim
    • Platform Awareness — for native apps (iOS, Android, React Native, Flutter), the AI adapts guidance instead of porting web patterns
    • Component Reuse + Decision Memory — the AI checks for existing project components before generating new ones, and writes decisions to A11Y-DECISIONS.md so subsequent components follow the same pattern
    • Anti-pattern blocking — the AI is forbidden from generating "clickable divs" and other known inaccessible constructs
    • Human validation gate — the AI is explicitly prohibited from faking screen reader test results; unresolved issues are logged to EXCEPTIONS.md

    Setup Path

    Integration takes under two minutes. Developers add one rule to their agent's configuration file (.cursorrules, CLAUDE.md, AGENTS.md, or copilot-instructions.md):

    "When developing the frontend, follow strictly the accessibility rules defined in A11Y.md: https://github.com/fecarrico/A11Y.md/blob/main/docs/en/A11Y.md"

    No files need to be copied into the project. The AI reads A11Y.md directly from the source repository, always pulling the latest version. Teams that prefer an offline or pinned copy can copy the core file and optional reference folders into their own repository and point the rule at the local path. No-code users can paste the GitHub link directly into tools like Lovable, v0, or Figma Make.

    Update: v1.1.0 — Normative Precision, Platform Awareness & Component Reuse

    Version 1.1.0 was published on July 20, 2026, and represents the first major release after the project's April 2026 launch. The release focused on normative precision in rule language, the introduction of the Platform Awareness behavioral rule for native app development, and the Component Reuse + Decision Memory system. The repository shows 287 stars and 12 forks as of the latest data, with active maintenance through July 2026.

    A11Y.md - 1

    Community Discussions

    Be the first to start a conversation about A11Y.md

    Share your experience with A11Y.md, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    • Full A11Y.md core file
    • 21 WAI-ARIA APG reference guides
    • Three compliance profiles (Shield, Standard, Launchpad)
    • Setup guides and Wiki documentation
    • Community contributions via GitHub

    Capabilities

    Key Features

    • WCAG 2.2 AA/AAA compliance enforcement for AI-generated code
    • 11-rule AI behavioral contract for deterministic accessibility
    • Three compliance profiles: Shield (AAA), Standard (AA), Launchpad (A)
    • Lazy-loading of 21 WAI-ARIA APG reference guides
    • Framework adaptation for React, Vue, Angular, Svelte, Solid
    • Native platform translation for iOS, Android, React Native, Flutter
    • Component reuse and decision memory via A11Y-DECISIONS.md
    • Anti-pattern blocking (e.g., clickable divs)
    • Human validation gate with EXCEPTIONS.md logging
    • Zero-install setup via single rule in agent config file
    • Offline/pinned copy support
    • Portuguese language support (pt-BR)
    • ADA and EAA compliance mapping
    • VPAT and formal audit traceability

    Integrations

    Cursor
    Claude Code
    GitHub Copilot
    Lovable
    v0
    Figma Make
    React
    Vue
    Angular
    Svelte
    Solid
    React Native
    Flutter
    iOS
    Android
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate A11Y.md and help others make informed decisions.

    Developer

    Felipe A. Carriço

    Felipe A. Carriço builds open-source tools at the intersection of accessibility and artificial intelligence. He created A11Y.md, a persistent context architecture that enforces WCAG 2.2 compliance in AI-generated frontend code. Working as a Specialist UX Designer and AI Product Builder, he brings a human-centric perspective shaped in part by his own experience as a colorblind designer. The project was selected for Anthropic's Claude for Open Source program in July 2026.

    Founded 2026
    São Paulo, Brazil
    1 employees
    Read more about Felipe A. Carriço
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    CodeBoarding icon

    CodeBoarding

    CodeBoarding generates interactive architectural diagrams and documentation for codebases by combining static analysis with LLM reasoning, helping developers and AI agents understand system structure.

    Codebuff icon

    Codebuff

    AI coding assistant that works in your terminal, indexing your entire codebase in seconds to generate context-aware code.

    Tabnine icon

    Tabnine

    Tabnine is an AI coding platform that provides code completions, AI chat, and agentic workflows for software development teams, with enterprise-grade privacy and security.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    689 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    81 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    87 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions