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
@vitejs/plugin-react
The official Vite plugin for React with Babel-powered Fast Refresh and JSX transforms
eslint-config-prettier
Disables ESLint stylistic rules that conflict with Prettier, so the two tools never fight over formatting.
esbuild
An extremely fast JavaScript and CSS bundler and minifier written in Go.
eslint-plugin-react
React-specific linting rules for ESLint that catch JSX bugs, enforce Hooks conventions, and keep prop usage consistent.
Storybook
The industry-standard workshop for building, documenting, and testing UI components in isolation, across every major frontend framework.
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
eslint-plugin-jsx-a11y
Static ESLint rules that catch JSX accessibility issues before code ships.
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.
Create React App
Zero-configuration CLI that bootstraps a React single-page app in one command
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
shadcn
Add beautifully designed, accessible UI components as owned source code via a CLI
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.
unplugin-icons
Import any of Iconify's 200,000+ icons as on-demand components across every major bundler and UI framework.
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.
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
next-sitemap
CLI that generates sitemaps and robots.txt for Next.js sites
Docusaurus OpenAPI Docs
Docusaurus plugin that generates polished API reference docs directly from an OpenAPI spec
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