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
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
napi-rs
Build precompiled Node.js add-ons in Rust via Node-API, no node-gyp required
GSAP
The industry-standard JavaScript animation library for tweening CSS, SVG, canvas, and UI with rock-solid cross-browser reliability.
@napi-rs/canvas
A native Node.js binding to Google's Skia graphics engine that implements the HTML5 Canvas API with zero system dependencies.
msgraph-sdk-javascript
Official Microsoft Graph JavaScript SDK for calling the Graph API from Node.js and the browser.
gridstack.js
A dependency-free TypeScript library for building draggable, resizable, responsive dashboard grid layouts in the browser.
camelcase
Convert dash, dot, underscore, or space separated strings to camelCase or PascalCase, with full Unicode support.
camelcase-keys
Recursively convert snake_case or kebab-case object keys to camelCase (or PascalCase), with exclusions and stop-path control.
@node-rs/argon2
Native Rust binding for Argon2 password hashing in Node.js
url-pattern
A tiny, dependency-free library for matching and generating URL-like string patterns without regex.
serde-repr
Derive macros that serialize and deserialize C-like Rust enums as their underlying integer repr value instead of the variant name.
snappy
Native Rust bindings bringing Google's Snappy compression to Node.js with sync, async, and streaming APIs.
normalize-path
Normalize Windows and POSIX file path slashes to unix-style forward slashes
sns-payload-validator
Verifies AWS SNS message signatures for HTTP/S and Lambda payloads.
bitpacking
SIMD-accelerated Rust bit-packing for compressing integer sequences at billions of values per second.
lightGallery
A modular, responsive lightbox gallery plugin for images and video, with official React, Vue, and Angular wrappers.
Brick\Math
Arbitrary-precision arithmetic for PHP with immutable big integer, decimal, and rational numbers.
jsts
JavaScript port of the Java JTS Topology Suite for spatial predicates, geometry operations, and OGC Simple Features processing.
CMake.js
A CMake-based build tool for compiling Node.js native C/C++ addons
itoa
Fast, allocation-free conversion of integer primitives to decimal strings for Rust.
deranged
Ranged integer types for Rust that encode compile-time minimum and maximum bounds in the type system.
integer-encoding
Varint, zigzag, and fixed-length integer encoding and decoding for Rust.
nonmax
Rust integer types that can hold any value except their type's maximum, so Option<T> costs nothing extra over T.
js-cuint
Emulates C-style unsigned 32-bit and 64-bit integer arithmetic in JavaScript, giving hashing and bit-twiddling code overflow-safe math without floating-point rounding.