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
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.
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.
Pino
A super fast, low-overhead JSON logger for Node.js applications.
PapaParse
The fastest in-browser CSV parser for JavaScript, with streaming, Web Workers, and zero dependencies
Winston
A battle-tested Node.js logging library with pluggable transports, custom formats, and multiple log levels.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
typing_extensions
Backported and experimental type-hint features for Python, usable on older interpreters and ahead of the stdlib.
PyJWT
A Python implementation of RFC 7519 for encoding, decoding, and verifying JSON Web Tokens.
body-parser
Node.js body-parsing middleware that turns raw HTTP request bodies into ready-to-use req.body objects.
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.
jsonschema
The reference implementation of JSON Schema validation for Python, supporting every draft from 3 to 2020-12.
Fastify
A fast and low-overhead web framework for Node.js, built around schema-based validation and a plugin architecture
gjson
Fast, dependency-light JSON value extraction for Go using dot-notation paths.
rayon
Simple, guaranteed data-race-free work-stealing parallelism for Rust — turn sequential iterators parallel by changing one call.
jsonrepair
Repair invalid or broken JSON documents — missing quotes, trailing commas, truncation, and more
Picomatch
Blazing-fast, dependency-free glob matcher for JavaScript with full Bash-extglob support.
orjson
A fast, correct, Rust-backed JSON library for Python with native dataclass, datetime, and numpy support