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
·
Fyrd avatar

Fyrd/caniuse

0
View on GitHub↗
5,852 Stars·1,418 Forks·JSON·CC-BY-4.0·2 Aufrufecaniuse.com↗

Caniuse

caniuse is a community-maintained dataset and command-line tool that provides browser support information for HTML, CSS, and JavaScript features. At its core, it stores structured browser compatibility facts as a flat JSON dataset, keyed by feature identifiers and browser-version tuples, making the data easily queryable through a CLI or JSON API.

The project distinguishes itself through several practical tools built on top of this dataset. It includes a CSS compatibility linter that scans stylesheets to identify features lacking support in a target browser audience, and a feature support query tool that checks browser support from the command line without opening a browser. Users can also filter browser support data by configurable usage share thresholds to focus on relevant audience segments, and import custom usage analytics from external accounts to tailor compatibility data to specific audience patterns.

Beyond these core capabilities, caniuse supports community-driven curation through submissions and voting for updating or adding browser support information. It provides embeddable support table components for displaying compatibility data on external sites, and enables multi-feature cross-browser comparison to calculate the combined percentage of users who can use multiple features together. The project also integrates with cross-browser testing services for running website tests across thousands of real browser and device combinations.

Features

  • Browser-Version Support Matrices - A community-maintained dataset of browser version support for HTML, CSS, and JavaScript features.
  • Browser Compatibility Queries - Checks which web platform features are supported across different browser versions and retrieves structured support data.
  • Feature Support Workflows - Lists browser compatibility data for web platform features, showing which versions support each feature.
  • Dataset-Driven Checkers - A tool that checks CSS feature support across browser versions using caniuse data.
  • Browser Compatibility - Provides tabular browser support data for web platform features, queryable via CLI or JSON endpoint.
  • Usage-Share Filters - Filters browser support data by configurable usage share to focus on relevant audience segments.
  • CSS Linting - Scans stylesheets to identify CSS features that lack support in a target browser audience based on usage analytics.
  • CSS Compatibility Diagnostics - Scans stylesheets to identify CSS features lacking support in a target browser audience based on usage analytics.
  • Browser Usage Statistics - Hides browser versions below a configurable usage threshold to focus on relevant support data.

Star-Verlauf

Star-Verlauf für fyrd/caniuseStar-Verlauf für fyrd/caniuse

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Caniuse

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Caniuse.
  • mdn/browser-compat-dataAvatar von mdn

    mdn/browser-compat-data

    5,585Auf GitHub ansehen↗
    JSONcompatcompatibilitydata
    Auf GitHub ansehen↗5,585
  • frontendmasters/front-end-handbook-2018Avatar von FrontendMasters

    FrontendMasters/front-end-handbook-2018

    4,193Auf GitHub ansehen↗

    This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills and professional standards required for modern web development. It serves as a technical reference for mastering HTML, CSS, and JavaScript, providing structured learning paths and a map of the professional competencies needed to transition from a beginner to a professional web engineer. The resource functions as a categorized directory and ecosystem overview of the JavaScript landscape. It catalogs industry-standard frameworks, libraries, and utilities, offering specific recomm

    HTMLdevelopment-handbookfront-endfront-end-developer
    Auf GitHub ansehen↗4,193
  • browserslist/browserslistAvatar von browserslist

    browserslist/browserslist

    13,540Auf GitHub ansehen↗

    Browserslist is a browser target configuration tool and market share database. It provides a shared configuration layer that synchronizes supported browser versions across various front-end development tools, such as JavaScript compilers and CSS autoprefixers, to determine necessary syntax transforms and polyfills. The project translates human-readable queries into specific lists of browser versions based on global and regional usage statistics. It allows for the integration of custom analytics data to override global market share and can generate regular expressions from target lists to dete

    JavaScript
    Auf GitHub ansehen↗13,540
  • ai/browserslistAvatar von ai

    ai/browserslist

    13,541Auf GitHub ansehen↗

    Browserslist is a browser compatibility configuration tool and a shared specification that synchronizes target browser versions across front-end build tools. It serves as a centralized system for defining browser support, ensuring consistency across CSS autoprefixers, JavaScript transpilers, and linting tools. The tool integrates browser usage analytics to determine target lists based on real-world traffic statistics and global usage data. It also functions as a user agent regex generator, converting browser version queries into regular expressions for matching and validating browser user age

    JavaScript
    Auf GitHub ansehen↗13,541
Alle 30 Alternativen zu Caniuse anzeigen→

Häufig gestellte Fragen

Was macht fyrd/caniuse?

caniuse is a community-maintained dataset and command-line tool that provides browser support information for HTML, CSS, and JavaScript features. At its core, it stores structured browser compatibility facts as a flat JSON dataset, keyed by feature identifiers and browser-version tuples, making the data easily queryable through a CLI or JSON API.

Was sind die Hauptfunktionen von fyrd/caniuse?

Die Hauptfunktionen von fyrd/caniuse sind: Browser-Version Support Matrices, Browser Compatibility Queries, Feature Support Workflows, Dataset-Driven Checkers, Browser Compatibility, Usage-Share Filters, CSS Linting, CSS Compatibility Diagnostics.

Welche Open-Source-Alternativen gibt es zu fyrd/caniuse?

Open-Source-Alternativen zu fyrd/caniuse sind unter anderem: mdn/browser-compat-data. frontendmasters/front-end-handbook-2018 — This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills… browserslist/browserslist — Browserslist is a browser target configuration tool and market share database. It provides a shared configuration… ai/browserslist — Browserslist is a browser compatibility configuration tool and a shared specification that synchronizes target browser… brigade/scss-lint — scss-lint is a static analysis tool and configurable style validator for SCSS stylesheets. It identifies syntax errors… stylelint/stylelint — Stylelint is a static code analysis tool and linter for CSS and style-like languages. It identifies errors, enforces…