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
Tags6
Sort:Used by Most Apps
ESLint
The pluggable JavaScript and TypeScript linter that finds and fixes code problems through a fully customizable, plugin-based rule engine.
prettier
An opinionated code formatter that enforces consistent style across every language your project speaks.
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.
typescript-eslint
The official meta-package bundling the TypeScript ESLint parser, plugin, and rule presets behind a single typed config() helper.
react-markdown
Safely render Markdown as React elements, no dangerouslySetInnerHTML required
@babel/core
The core JavaScript compiler that transforms next-generation syntax into code every browser and runtime can understand.
Requests
The elegant, human-friendly HTTP library that made Python's most-used API for talking to the web.
Pydantic
Data validation and settings management using Python type hints, backed by a Rust core.
pytest
The Python testing framework that makes writing small tests easy and scales to complex functional test suites.
HTTPX
A next-generation HTTP client for Python with sync, async, and HTTP/2 support
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
NumPy
The fundamental N-dimensional array library powering Python's scientific computing stack.
PyYAML
A full-featured YAML parser and emitter for Python, with C-accelerated bindings
FastAPI
A modern, high-performance Python web framework for building APIs with automatic validation, serialization, and interactive docs.
python-dotenv
Load environment variables from a .env file into Python's os.environ, the standard way to keep 12-factor config out of your code