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
Category3
Sort:Used by Most Apps
bcrypt (Python)
A Python library for secure password hashing using the bcrypt algorithm with an adjustable work factor
swagger-ui-express
Serves interactive Swagger UI API documentation directly from your Express app based on a Swagger/OpenAPI JSON or YAML document.
getrandom
A small, cross-platform Rust crate for retrieving random bytes directly from the OS
Django
The high-level Python web framework that turns database models into secure, working web applications in record time.
django-rest-framework
The most widely-used toolkit for building Web APIs on top of Django, with serializers, viewsets, and a built-in browsable API.
itsdangerous
A small Python toolkit for cryptographically signing data so you can trust it hasn't been tampered with when it comes back from an untrusted client.
aiosqlite
Async/await-friendly wrapper around Python's built-in sqlite3 module for asyncio applications.
OTPAuth
HOTP and TOTP one-time password library for Node.js, Deno, Bun, and browsers
curve25519-dalek
Pure-Rust group arithmetic over Curve25519 and Ristretto255
node-md5
A tiny, dependency-light JavaScript function for computing MD5 hashes of strings, buffers, and byte arrays.
tower-http
A collection of Tower middleware and utilities for building HTTP clients and servers in Rust
@apollo/server
Spec-compliant, production-ready GraphQL server for Node.js
@apidevtools/swagger-parser
Parses, validates, and dereferences Swagger 2.0 and OpenAPI 3.x specs in Node.js and browsers
aes-gcm
Pure Rust AES-GCM authenticated encryption with optional hardware acceleration
keyring-rs
Cross-platform Rust library for storing passwords and secrets in the OS-native credential store
httpcore
A minimal, low-level HTTP client for Python with sync, async, and HTTP/2 support
@fastify/cors
Official Fastify plugin that adds configurable CORS headers and preflight handling to any Fastify API.
Koa
Koa is an expressive, minimal Node.js web framework built on async functions for cleaner middleware and better error handling.
Echo
A minimalist, high-performance Go web framework with a radix-tree router, built-in middleware chain, and first-class HTTP/2 support.
Authlib
The ultimate Python library for building OAuth 1/2 and OpenID Connect clients and servers.
drf-spectacular
Sane, flexible OpenAPI 3.0/3.1/3.2 schema generation for Django REST Framework
num_cpus
A small Rust crate for counting the logical and physical CPU cores on the current machine.
sniffio
A tiny Python library that detects which async framework (trio, asyncio, or curio) your code is currently running under.
Comlink
A tiny RPC library that makes Web Workers enjoyable to use in JavaScript