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
TypeScript
A strongly typed superset of JavaScript that compiles to clean, portable JavaScript.
prettier
An opinionated code formatter that enforces consistent style across every language your project speaks.
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
fs-extra
Drop-in replacement for Node's fs module adding copy, remove, mkdirs, and JSON helpers with native promise support.
tslib
The runtime library that houses TypeScript's compiler helper functions so your emitted code stays small.
FastAPI
A modern, high-performance Python web framework for building APIs with automatic validation, serialization, and interactive docs.
diff
A battle-tested JavaScript library for computing and applying text diffs at the character, word, line, sentence, CSS, or JSON level.
undici
A fast, spec-compliant HTTP/1.1 client for Node.js, built from scratch with zero runtime dependencies
Pino
A super fast, low-overhead JSON logger for Node.js applications.
i18next-browser-languageDetector
Detects a visitor's language from cookies, storage, the URL, or the browser itself and wires it straight into i18next.
Winston
A battle-tested Node.js logging library with pluggable transports, custom formats, and multiple log levels.
urllib3
A powerful, user-friendly HTTP client for Python with thread-safe connection pooling, TLS verification, and retry handling.
proxy-agent
Maps HTTP, HTTPS, SOCKS, and PAC proxy protocols to the correct Node.js http.Agent implementation automatically.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
PyJWT
A Python implementation of RFC 7519 for encoding, decoding, and verifying JSON Web Tokens.
@clickhouse/client
The official TypeScript client for connecting Node.js applications to ClickHouse over HTTP.
body-parser
Node.js body-parsing middleware that turns raw HTTP request bodies into ready-to-use req.body objects.
unist-util-visit
Tiny utility to walk unist syntax trees and run a visitor on matching nodes
TypeScript Native Preview
Preview npm build of tsgo, the native Go port of the TypeScript compiler ahead of TypeScript 7.0.
type-fest
A collection of essential, ready-made TypeScript utility types beyond the built-in standard library.
superjson
Serialize JavaScript to a superset of JSON that keeps Dates, Maps, Sets, BigInts, and more intact.
fast-xml-parser
Pure-JS XML parser, builder, and validator with no C/C++ bindings and no callbacks
zod-to-json-schema
Converts Zod validation schemas into standard JSON Schema, ready for OpenAPI, OpenAI, and JSON Schema draft 7 consumers.
JSON5
JSON for humans: an extended JSON syntax with comments, trailing commas, and unquoted keys for hand-written config.