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
Starlette
A lightweight ASGI framework/toolkit for building async web services and apps in Python
DashMap
A blazing-fast concurrent HashMap for Rust that shards state across locks instead of using one global RwLock.
filelock
A platform-independent file lock for Python that supports the with-statement.
Flask
A lightweight WSGI web framework for Python that scales from a single file to complex applications.
http-proxy-middleware
The one-liner Node.js proxy middleware for connect, express, next.js, hono, and more.
go-jose
The canonical Go implementation of JSON Web Encryption, Signature, and Token standards (JWE, JWS, JWT).
cors
A spec-compliant, configurable CORS middleware for Go's net/http, with drop-in compatibility for most Go web frameworks.
hmac
Generic, pure-Rust implementation of Hash-based Message Authentication Code (HMAC)
vercel_runtime
The official Rust runtime for writing and deploying serverless functions on Vercel.
Effect
A TypeScript library and ecosystem for building robust, type-safe, concurrent applications with a full functional effect system
ssh2
Pure-JavaScript SSH2 client and server library for Node.js, with SFTP, exec, shell, and port forwarding support.
otp
A Go library for generating and validating TOTP and HOTP one-time passcodes, compatible with Google Authenticator.
xxhash
A pure-Go implementation of the 64-bit xxHash (XXH64) algorithm with hand-written amd64 and arm64 assembly for maximum throughput.
async-stream
Build asynchronous streams in Rust using async/await notation instead of hand-written state machines
forge
A native, pure-JavaScript implementation of TLS and PKI cryptography for building crypto-based Node.js and browser apps.
cuid2
Secure, collision-resistant unique IDs for JavaScript, built to resist guessing and horizontal-scale collisions.
p-map
Map over promises concurrently, with controlled concurrency, backpressure, abort signals, and error aggregation.
object-hash
Deterministic SHA1/MD5 hashing for any JavaScript value or object, in Node.js and the browser.
cross-spawn
A cross-platform drop-in replacement for Node's spawn and spawnSync that fixes Windows-only child_process bugs.
node-jwks-rsa
A Node.js library that retrieves RSA, EC, and OKP signing keys from a JWKS endpoint, with caching and rate limiting built in.
grpc-gateway
A protoc plugin that generates a reverse-proxy server, turning RESTful HTTP/JSON requests into gRPC calls from the same service definitions.
parking_lot
A faster, smaller drop-in replacement for Rust's standard library Mutex, RwLock, Condvar, and Once.
@nestjs/swagger
The official NestJS module that generates OpenAPI (Swagger) documentation from your controllers and DTOs
greenlet
Lightweight in-process coroutines for cooperative concurrency in Python