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 Developer Tools
Related Repositories
Discover similar tools and frameworks used by developers
pygame
Python wrapper for SDL enabling 2D game development.
husky
Manage Git hooks via Node.js package.
clarity
TypeScript library for session replay and behavioral analytics.
cadvisor
Daemon for monitoring container resource usage and metrics.
json-server
Zero-config REST API server from JSON files.