Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Sort:Used by Most Apps
Tailwind CSS
A utility-first CSS framework for rapidly building custom user interfaces without leaving your markup.
postcss
A CSS transformation engine that parses styles into an AST, letting JS plugins lint, prefix, and rewrite CSS — the foundation beneath Autoprefixer, Tailwind, and 200+ other tools.
Autoprefixer
Parses your CSS and automatically adds vendor prefixes using real-world browser usage data from Can I Use.
tailwindcss-animate
Tailwind CSS plugin for enter and exit animations using utility classes
Stylelint
An extensible CSS linter that catches errors and enforces consistent styling conventions.
postcss-loader
Runs PostCSS plugins on your CSS as part of a webpack build pipeline.
postcss-import
A PostCSS plugin that inlines @import rules, merging split CSS files into one stylesheet before other plugins run.
cssnano
A modular CSS minifier built on the PostCSS ecosystem, composing dozens of swappable optimization plugins into safe, lite, and advanced presets.
postcss-preset-env
Converts tomorrow's CSS syntax into code today's browsers understand by auto-selecting PostCSS polyfill plugins from your browserslist targets.
postcss-cli
The command-line runner for PostCSS, transforming CSS files, globs, and directories from the terminal with your existing plugin chain.
postcss-simple-vars
A PostCSS plugin that brings Sass-like $variables to CSS values, selectors, at-rules, and comments.
postcss-flexbugs-fixes
A PostCSS plugin that automatically fixes common cross-browser Flexbox layout bugs.
postcss-prefixwrap
A PostCSS plugin that wraps every CSS rule in a container selector to scope styles safely.
postcss-value-parser
Transforms CSS declaration values and at-rule params into a traversable node tree.
esbuild-sass-plugin
An esbuild plugin that compiles Sass and SCSS to CSS with caching, source maps, and CSS Modules support.
PurgeCSS
Remove unused CSS selectors to dramatically shrink your stylesheet size.
postcss-extend-rule
A PostCSS plugin that brings Sass-style @extend at-rules and % placeholder selectors to plain CSS.