Navigate:
All Reposawesome-css-frameworks
~$AWESOM0.0%

Awesome CSS Frameworks: Curated CSS framework collection

Categorized catalog of CSS frameworks with GitHub metrics.

LIVE RANKINGS • 06:53 AM • STEADY
OVERALL
#218
15
DEVELOPER TOOLS
#43
2
30 DAY RANKING TREND
ovr#218
·Devel#43
STARS
9.1K
FORKS
486
DOWNLOADS
7D STARS
+4
7D FORKS
0
See Repo:
Share:

Learn more about awesome-css-frameworks

Awesome CSS Frameworks is a curated repository that catalogs and organizes CSS frameworks with associated GitHub metrics for comparison and discovery. The collection employs a categorized taxonomy to group frameworks by characteristics such as general-purpose versus specialized, component libraries, utility-first approaches, and lightweight alternatives. Each entry includes GitHub statistics like star counts and activity metrics to provide quantitative indicators of community adoption and project maintenance. The repository serves as a centralized index for developers evaluating CSS framework options, aggregating metadata that would otherwise require manual research across multiple sources.


1

Taxonomy by Architecture

Frameworks organized by implementation philosophy and size constraints rather than popularity metrics. Enables rapid filtering by project requirements like class-less design, minimal footprint, or utility-first approach.

2

Comprehensive Framework Metadata

Each entry includes implementation language tags (CSS, SCSS, Sass), direct links to demos and documentation, and GitHub activity metrics. Provides complete technical context for evaluation without visiting multiple sources.

3

Explicit Scope Boundaries

CSS frameworks explicitly separated from React/Vue/Angular component libraries. Prevents confusion between styling solutions and framework-specific UI components when selecting tooling.


import axios from 'axios';

const response = await axios.get(
  'https://api.github.com/repos/troxler/awesome-css-frameworks'
);

const stars = response.data.stargazers_count;
const frameworks = response.data.description;
console.log(`${stars} stars - ${frameworks}`);


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers