448 libraries
Fiber is a fast, Express-inspired web framework for Go built on top of the high-performance fasthttp engine. It offers a familiar routing API, middleware, and zero memory allocation in the hot path, targeting developers who want rapid web/API development with low overhead.
Phaser is a fast, open-source HTML5 game framework for building 2D games that run in browsers and can be packaged for mobile and desktop. It bundles a rendering engine (WebGL/Canvas), physics, input, audio, and scene management into a single cohesive toolkit.
ASP.NET Core is Microsoft's open-source, cross-platform framework for building web applications, APIs, real-time services, and cloud-connected backends on .NET. It bundles MVC, minimal APIs, Razor/Blazor, SignalR, and the Kestrel web server into a single high-performance stack.
Fastify is a high-performance Node.js web framework built around a powerful plugin/encapsulation architecture and JSON Schema-based validation and serialization. It aims to minimize per-request overhead while keeping a clean, developer-friendly API for building HTTP APIs and services.
Laravel is a full-stack PHP web application framework that bundles routing, an IoC container, an Eloquent ORM, queues, broadcasting, caching, and migrations behind an expressive, developer-friendly API. This repository holds the framework's core packages (as opposed to the application skeleton).
Yew is a Rust framework for building client-side web applications that compile to WebAssembly. It offers a React-like component model with an HTML macro, a virtual DOM, and JavaScript interoperability.
Bloc is a Dart/Flutter state management library implementing the BLoC (Business Logic Component) pattern, separating presentation from business logic via observable streams of events and states. It ships as a family of packages (bloc, flutter_bloc, hydrated_bloc, bloc_test, etc.) covering persistence, testing, concurrency, and linting.
boardgame.io is a JavaScript/TypeScript engine for building turn-based games by writing pure functions that describe how game state changes on each move. It automatically handles multiplayer synchronization, storage, game phases, bots, and lobby/matchmaking, with view-layer-agnostic clients including React bindings.
Unstated is a minimalist React state management library that lets you share component-like state across the tree using small Container classes built on React's Context API. It deliberately stays tiny, treating containers as plain classes with a setState-style API rather than acting as a Redux replacement.
A thin React wrapper around the framework-agnostic Final Form library, providing subscription-based form state management where only components depending on changed state re-render. It ships with zero bundle-affecting dependencies and a small footprint.
mobx-state-tree is an open-source TypeScript project in the state management space with 7k GitHub stars. The repository has seen commits within the last year.
TanStack Form is a headless, framework-agnostic form state library for managing complex forms with full TypeScript typing, reactive field hooks, and synchronous/asynchronous validation. You bring your own UI while it handles form state, validation, and workflows.
Anomalib is a deep-learning library focused on benchmarking, developing, and deploying anomaly detection algorithms, particularly for visual/image-based defect detection. It bundles state-of-the-art unsupervised and few-shot anomaly detection models with training, evaluation, and edge-deployment tooling.
unstated-next is an open-source TypeScript project in the testing space with 4.2k GitHub stars.
Continuous-Claude-v3 is an open-source Python project in the claude space with 3.8k GitHub stars. The repository has seen commits within the last year.
livestore is an open-source TypeScript project in the databases & orm space with 3.6k GitHub stars. The repository is actively maintained, with recent commits.
Cerebral is a declarative state and side-effects management library for JavaScript frameworks that provides type-safe, reactive state management across React, Vue, Preact, Inferno, and Angular with a monorepo-based architecture.
store is an open-source TypeScript project in the state management space with 3.5k GitHub stars. The repository is actively maintained, with recent commits.
MemMachine is an open-source long-term memory layer for AI agents that stores and recalls information across sessions using episodic (graph-based), profile (SQL), and working memory types. It exposes Python/TypeScript SDKs, a REST API, and an MCP server, and integrates with frameworks like LangChain, LangGraph, and CrewAI.
Final Form is a lightweight, framework-agnostic form state management library that uses zero dependencies and opt-in subscriptions to minimize bundle size and re-renders.