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
Tags2
Sort:Used by Most Apps
Inquirer.js
Interactive command-line prompts for Node.js — lists, checkboxes, confirms, and more with a single async API.
DashMap
A blazing-fast concurrent HashMap for Rust that shards state across locks instead of using one global RwLock.
React Helmet
A reusable React component for managing changes to the document head
Orama
A dependency-free full-text, vector, and hybrid search engine that runs entirely in JavaScript.
base-x
Fast base encoding and decoding for any custom alphabet, using bitcoin-style leading zero compression.
@scure/base
Audited, zero-dependency base16/32/58/64 and bech32/bech32m encoding for TypeScript
bon
Compile-time-checked builder generator and named function arguments for Rust
generic
A collection of type-safe generic data structures for Go, built on Go 1.18 generics with no reflection or interface{} boxing.
glob-parent
Extract the non-magic parent path from a glob pattern
heapless
Static, no_std data structures like Vec, String, and Deque with fixed capacity — no heap allocator required.
spade
Delaunay triangulations and Voronoi diagrams for the Rust ecosystem
radix_trie
A fast, generic radix trie for Rust with compressed nodes and ancestor/descendant prefix lookups.
bimap-rs
Fast, generic bijective maps for Rust that feel like the standard library.
lru-cache
A fixed-capacity least-recently-used cache for Rust, built on a linked hash map with O(1) inserts, lookups, and evictions.
linked-hash-set
A Rust HashSet that preserves insertion order using an internal doubly-linked list.