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
Kind1
Category
Sort:Used by Most Apps
prettier
An opinionated code formatter that enforces consistent style across every language your project speaks.
esbuild
An extremely fast JavaScript and CSS bundler and minifier written in Go.
Sass
The reference Dart implementation of Sass, the mature CSS preprocessor that compiles SCSS and indented syntax to standards-compliant CSS.
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
css-loader
Resolves CSS @import and url() like JavaScript imports so webpack can bundle stylesheets and their assets.
Stylelint
An extensible CSS linter that catches errors and enforces consistent styling conventions.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
postcss-loader
Runs PostCSS plugins on your CSS as part of a webpack build pipeline.
mini-css-extract-plugin
A Webpack 5 plugin that extracts imported CSS into separate files per chunk, with async loading, source maps, and on-demand delivery.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
mypy
Optional static type checker that catches Python bugs before you run your code
Alembic
Database migrations tool for SQLAlchemy with autogenerate and transactional DDL
css-minimizer-webpack-plugin
A Webpack plugin that minifies CSS build output via cssnano by default, with swappable csso, clean-css, esbuild, and Lightning CSS backends.
js-beautify
Reformats and re-indents JavaScript, HTML, and CSS into clean, readable code
MkDocs
A fast, simple static site generator for building project documentation from Markdown with a single YAML config file.
isort
Automatically sorts and organizes Python import statements
flake8
The CLI linter that wraps PyFlakes, pycodestyle, and McCabe complexity checks into a single Python style and error checker.
@vitejs/plugin-basic-ssl
A Vite plugin that generates a self-signed certificate so your dev and preview servers can run over HTTPS with zero setup.
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
less-loader
Webpack loader that compiles Less stylesheets into CSS
build
A simple, correct Python build frontend for producing PEP 517 source distributions and wheels.
IPython
A productive interactive Python shell with rich introspection, tab completion, and magic commands.
Pylint
A static code analyser for Python that catches bugs and enforces coding standards
Granian
A fast Rust HTTP server for Python that serves ASGI, WSGI, and RSGI applications