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.
Related Reading
Guides and comparisons from the Greptile content library
10 Powerful Code Quality Tools That Catch Bugs Before Deployment
We tested 10 code quality tools that catch bugs before production. Detailed comparison with real-world examples, pricing, and ROI analysis for dev teams.
Best AI Code Review Tools for GitHub
Top-rated AI code review tools for GitHub teams in 2025. Compare features, pricing, and accuracy to find the perfect fit for faster PR reviews and bulletproof code quality.
Best Developer Productivity Tools in 2026
The best developer productivity tools in 2026, compared by the workflow problem they solve: code review, autocomplete, AI-native editing, terminal agents, code search, observability, and security.
The 7 Best AI Coding Tools for Complex Codebases
The best AI coding tools for complex codebases, ranked on accuracy, suggestion quality, and full-codebase context. See which ones you can actually trust.