awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesAccessibility Testing Tools

Utilities and workflows for verifying and maintaining web accessibility compliance.

Distinguishing note: Focuses on automated and manual accessibility verification.

Explore 3 awesome GitHub repositories matching user interface & experience · Accessibility Testing Tools. Refine with filters or upvote what's useful.

Awesome Accessibility Testing Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • payloadcms/payloadAvatar von payloadcms

    payloadcms/payload

    43,053Auf GitHub ansehen↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Integrates accessibility testing into development workflows for high content standards.

    TypeScriptcmscontent-managementcontent-management-system
    Auf GitHub ansehen↗43,053
  • dequelabs/axe-coreAvatar von dequelabs

    dequelabs/axe-core

    6,900Auf GitHub ansehen↗

    axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile interfaces for violations of industry accessibility standards. It functions as a programmatic scanner and linter that analyzes HTML and source code to identify barriers and verify compliance with accessibility guidelines. The project distinguishes itself by combining a DOM-based rule engine with computer vision and machine learning to detect complex violations that evade traditional analysis, such as visual heading discrepancies and informative images. It provides specialized capabilit

    Provides detailed instructions for verifying specific accessibility checkpoints and logging issues discovered during manual review.

    JavaScripta11yaccessibilityaxe
    Auf GitHub ansehen↗6,900
  • nodeshift/nodejs-reference-architectureAvatar von nodeshift

    nodeshift/nodejs-reference-architecture

    1,747Auf GitHub ansehen↗

    This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int

    Integrates specialized testing tools into the development workflow to validate interface compliance and keyboard accessibility.

    JavaScript
    Auf GitHub ansehen↗1,747
  1. Home
  2. User Interface & Experience
  3. Accessibility Testing Tools

Unter-Tags erkunden

  • Manual Testing GuidesStep-by-step instructions and logging mechanisms for human testers to verify accessibility checkpoints. **Distinct from Accessibility Testing Tools:** Focuses on the instructional guidance for manual review rather than general automated tool workflows.