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
hyper
A fast, low-level HTTP client and server library for Rust supporting HTTP/1 and HTTP/2
Starlette
A lightweight ASGI framework/toolkit for building async web services and apps in Python
passport-local
Passport strategy for authenticating users with a username and password in Node.js and Express applications.
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.
passport-google-oauth20
Google OAuth 2.0 authentication strategy for Passport.js and Node.js
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.
passport-jwt
A Passport.js strategy for authenticating requests using JSON Web Tokens
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.
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.
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.
ldap
A pure-Go LDAP v3 client implementing bind, search, modify, and extended operations for directory-backed authentication and identity systems.
SimpleWebAuthn Browser
Browser-side WebAuthn client for passkey registration, authentication, and feature detection in web apps.
object-hash
Deterministic SHA1/MD5 hashing for any JavaScript value or object, in Node.js and the browser.
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.
jsonwebtoken
Create and decode JSON Web Tokens in Rust in a strongly typed way
@nestjs/swagger
The official NestJS module that generates OpenAPI (Swagger) documentation from your controllers and DTOs
bcrypt (Python)
A Python library for secure password hashing using the bcrypt algorithm with an adjustable work factor