448 libraries
A long-running, community-curated "awesome list" cataloging public design systems, UI/pattern libraries, and style guides from companies, governments, and open-source projects. Each entry is tagged for whether it includes coded components, voice & tone guidance, designer kits, and public source code.
Hystrix is a Netflix Java library that adds latency and fault tolerance to distributed systems by wrapping calls to remote services in commands with circuit breakers, thread/semaphore isolation, fallbacks, and request collapsing. It is now in maintenance mode, with Netflix recommending resilience4j for new projects.
A curated learning resource (not a software library) that teaches a systematic approach to passing system design interviews, collecting tips, foundational distributed-systems articles, company engineering blogs, landmark papers, and worked example questions.
Blueprint is Palantir's React-based UI toolkit, distributed as a set of modular NPM packages, designed for building complex, data-dense desktop web interfaces. It ships polished components including an interactive spreadsheet-like table, date/time pickers, selects, and an extensive icon set with a cohesive design system.
community-skeleton is an open-source CSS project in the agent frameworks space with 19k GitHub stars. The repository has seen commits within the last year.
plasmo is an open-source TypeScript project in the llms & sdks space with 13.1k GitHub stars. The repository is actively maintained, with recent commits.
A curated, link-based reading list of the best system design articles, papers, talks, and engineering blogs on the internet, organized by topic — from video processing and distributed file systems to NoSQL internals, caching, consensus, and microservices. It functions as a study companion for interview preparation and learning large-scale architecture.
Nim is an open-source Nim project with 18k GitHub stars. The repository is actively maintained, with recent commits.
A file-format specification and CLI/library from Google Labs for describing a design system to coding agents. A DESIGN.md combines machine-readable design tokens (YAML front matter) with human-readable rationale (markdown prose), and the tooling lints, diffs, and exports those tokens to formats like Tailwind and W3C DTCG.
cheat is a command-line tool for creating and viewing plain-text cheatsheets, designed to remind users of options for commands they use occasionally. It supports tags, syntax highlighting, multiple cheatpaths, regex search, and shell autocompletion.
A curated, community-maintained "awesome list" of system design learning resources—articles, books, videos, and tooling—aimed at distributed-systems and microservices interview prep and architecture design. It catalogs links rather than providing original content, organized from introductory to advanced topics plus a tools directory of databases, caches, and message brokers.
98.css is a JavaScript-free CSS library that styles semantic HTML to look like the Windows 98 user interface, providing nostalgic recreations of classic widgets like windows, title bars, buttons, and form controls.
Parcel is a zero-configuration web application bundler that automatically detects and transforms assets (JS, CSS, HTML, images, and more) out of the box, using a multicore architecture and persistent caching for fast builds.
Appsmith is an open-source low-code platform for building internal tools — dashboards, admin panels, CRUD apps, and workflow tools — by dragging UI widgets onto a canvas and wiring them to databases and APIs with JavaScript bindings. It can be self-hosted via Docker, Kubernetes, or AWS, or used as a managed cloud service.
Onlook is an open-source visual editor for React apps that pairs an AI agent with a design-tool-style canvas, letting you edit a live Next.js/TailwindCSS app visually and in code while the changes write back to the actual source. It positions itself as a "Cursor for designers," bridging the gap between design and front-end development.
Snowpack is an ESM-first frontend build tool that leverages native JavaScript modules in the browser to deliver near-instant, unbundled development. Rather than rebuilding entire bundles on each change, it builds each file once and caches it, only rebuilding what changes.
code-review-graph is an open-source Python project in the claude space with 18.4k GitHub stars. The repository is actively maintained, with recent commits.
Task is a cross-platform task runner and build tool written in Go, configured via a simple YAML Taskfile. It positions itself as a modern alternative to Make, with built-in dependency tracking, file-checksum-based change detection, and a single self-contained binary.
Adobe's family of React libraries for building accessible UIs: React Spectrum (styled components implementing Adobe's design system), React Aria (unstyled accessible components and hooks), React Stately (cross-platform state management hooks), and framework-agnostic internationalization utilities.
A community-curated "awesome list" cataloging static analysis tools — linters, formatters, code-quality and security scanners — across dozens of programming languages, build tools, and config formats. It serves as the data backbone for the analysis-tools.dev website, which adds rankings, reviews, and resources.