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
Category4
Sort:Used by Most Apps
TypeScript
A strongly typed superset of JavaScript that compiles to clean, portable JavaScript.
Vite
Next-generation frontend build tool with an instant dev server, lightning-fast HMR, and optimized production builds.
postcss
A CSS transformation engine that parses styles into an AST, letting JS plugins lint, prefix, and rewrite CSS — the foundation beneath Autoprefixer, Tailwind, and 200+ other tools.
clsx
A tiny, fast utility for conditionally constructing className strings
tailwind-merge
Merge Tailwind CSS classes without style conflicts
@vitejs/plugin-react
The official Vite plugin for React with Babel-powered Fast Refresh and JSX transforms
Autoprefixer
Parses your CSS and automatically adds vendor prefixes using real-world browser usage data from Can I Use.
Lodash
A modern JavaScript utility library delivering modularity, performance, and extras for arrays, objects, and functions.
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
uuid
RFC9562-compliant UUID generation for JavaScript and TypeScript.
@babel/core
The core JavaScript compiler that transforms next-generation syntax into code every browser and runtime can understand.
esbuild
An extremely fast JavaScript and CSS bundler and minifier written in Go.
globals
A single JSON file of global identifiers for every JavaScript environment, used by ESLint and other static analysis tools.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
nanoid
A tiny, secure, URL-friendly unique string ID generator for JavaScript and TypeScript
semver
The semantic version parser and range matcher that powers npm itself.
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
serde
A generic framework for serializing and deserializing Rust data structures efficiently and safely.
uuid
Dependency-free RFC 9562 UUID generation and parsing for Go, with built-in SQL and encoding support.
js-yaml
A fast, complete YAML 1.2 and 1.1 parser and serializer for JavaScript.
yaml
A definitive TypeScript parser and stringifier for YAML, supporting 1.1 and 1.2 with comment and CST access.
jsonwebtoken
The de facto Node.js library for signing, verifying, and decoding JSON Web Tokens.
webpack
A static module bundler that builds a dependency graph of your project's modules and packages them into optimized browser bundles
rimraf
Cross-platform recursive file and directory removal for Node.js, modeled on the UNIX `rm -rf` command.