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
dotenv
Loads environment variables from a .env file into process.env for Node.js apps.
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
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.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
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
electron-store
Simple, encrypted JSON persistence for your Electron app — save user settings, window state, and cache across the main and renderer processes.
duckdb
The official Python client for DuckDB, an in-process analytical SQL database
GSAP
The industry-standard JavaScript animation library for tweening CSS, SVG, canvas, and UI with rock-solid cross-browser reliability.
conf
Simple, schema-validated config file persistence for Node.js apps and CLI tools
dotenvx
A secure, cross-platform dotenv replacement that encrypts .env files and runs any command with decrypted secrets injected — no code changes required.
msgraph-sdk-javascript
Official Microsoft Graph JavaScript SDK for calling the Graph API from Node.js and the browser.
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
node-oracledb
Oracle's official Node.js driver for connecting JavaScript and TypeScript apps directly to Oracle Database, in pure JS or with an optional native client.
filenamify
Convert any string into a valid, cross-platform safe filename in one function call.
configstore
Easily load and persist config without having to think about where and how it's stored on disk.
strip-json-comments
Strip comments from JSON strings so you can safely use JSONC config files.
@neondatabase/serverless
Neon's serverless PostgreSQL driver for JavaScript and TypeScript, built for edge and serverless runtimes using HTTP and WebSockets instead of raw TCP.
django-environ
Configure Django apps with twelve-factor environment variables and URL-based settings.
config
Hierarchical configuration management for Node.js apps, with environment-specific overrides and multi-format file support.
dotenv (Rust)
Loads environment variables from a .env file for Rust development and testing
sns-payload-validator
Verifies AWS SNS message signatures for HTTP/S and Lambda payloads.
is-valid-path
Lightweight utility that checks whether a string is a valid, non-glob file path in Node.js.