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
dotenv
Loads environment variables from a .env file into process.env for Node.js apps.
rich
A Python library for rendering rich text, tables, progress bars, and syntax-highlighted code in the terminal.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
typing_extensions
Backported and experimental type-hint features for Python, usable on older interpreters and ahead of the stdlib.
websockets
Build correct, fast WebSocket servers and clients in Python with asyncio, threading, or Sans-I/O APIs.
pydantic-settings
Type-safe application settings management for Python, built on Pydantic models.
dotenvy
A well-maintained, actively developed fork of the dotenv crate for loading .env files in Rust
Celery
Distributed task queue for running asynchronous jobs, scheduled work, and complex workflows across Python applications at scale.
dotenv-expand
Expands variable references, command substitution, and encrypted values in dotenv-parsed .env files.
GSAP
The industry-standard JavaScript animation library for tweening CSS, SVG, canvas, and UI with rock-solid cross-browser reliability.
Markdown
The reference Python implementation of John Gruber's Markdown, with a pluggable extension system for converting text to HTML.
gridstack.js
A dependency-free TypeScript library for building draggable, resizable, responsive dashboard grid layouts in the browser.
config
Layered configuration system for Rust applications with strong 12-factor support
proxy-from-env
Resolves the correct proxy URL for a request by reading standard *_PROXY and NO_PROXY environment variables
Symfony Dotenv
Parses .env files and registers their values as environment variables for PHP applications
OAuthLib
Generic, spec-compliant OAuth1, OAuth2, and OpenID Connect implementation for Python
fix-path
Fix the $PATH environment variable on macOS and Linux when your app is launched from a GUI
pendulum
A drop-in replacement for Python's datetime with timezone-aware objects by default and a friendlier API.
fake-useragent
Up-to-date user-agent string faker backed by a real-world browser usage database, bundled offline.
fpdf2
A pure-Python library for generating and manipulating PDF documents, with text, images, tables, barcodes, SVG, and digital signing built in.
dotenv-webpack
A secure Webpack plugin that loads dotenv variables into your bundle while exposing only what your code actually references.
strip-json-comments
Strip comments from JSON strings so you can safely use JSONC config files.
temp-env
Set environment variables temporarily for the duration of a closure, mainly for Rust tests.
env
A simple, zero-dependencies Go library that parses environment variables directly into struct fields using tags.