Awesome CSS Frameworks: Curated CSS framework collection
Categorized catalog of CSS frameworks with GitHub metrics.
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.
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.
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.
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}`);Top in Frontend
Related Repositories
Discover similar tools and frameworks used by developers
TanStack Table
Framework-agnostic headless table library for building datagrids.
React
Component-based library using virtual DOM for efficient UI rendering.
HTML5 QR Code
Camera and file-based QR/barcode scanning library.
Angular Components
Material Design components and utilities for Angular applications.
React Use
Pre-built hooks wrapping browser APIs and common patterns.