Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: backend

4128 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
thymeleaf/thymeleaf
Thymeleaf is a modern server-side Java template engine for web and standalone environments, built around natural templates that remain vali…
762977stable
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql is an Entity Framework Core provider for MySQL, MariaDB, and Amazon Aurora MySQL, built on top of the high…
432977active
archiverjs/node-archiver
Archiver is a Node.js library providing a streaming interface for generating archive files such as ZIP and TAR, with optional GZIP compress…
812974stable
appleboy/gin-jwt
A JWT authentication middleware for the Gin web framework in Go, built on golang-jwt/jwt. It provides login handling, token refresh, and ro…
912973active
redis/rueidis
Rueidis is a fast Redis client library for Go with auto pipelining and server-assisted client-side caching. It also provides distributed lo…
992969active
spring-projects/spring-data-elasticsearch
Spring Data Elasticsearch is part of the Spring Data umbrella, providing a familiar Spring-based programming model for Elasticsearch. It of…
992961active
jschneier/django-storages
django-storages is a Python library providing a collection of storage backends for Django's file storage API, such as Amazon S3, Azure Blob…
752957stable
userver-framework/userver
userver is a production-ready open-source C++ asynchronous framework with coroutines for building microservices, services, and utilities. I…
922956stable
mikestefanello/pagoda
Pagoda is a full-stack web development starter kit and admin panel written in Go, providing authentication, ORM-based entities, sessions, a…
982951active
spring-projects/spring-batch
Spring Batch is a lightweight, comprehensive batch framework for Java and Spring that enables development of robust batch applications. It …
952951stable
avast/retry-go
A simple Go library providing a retry mechanism for retrying failing operations with configurable attempts, delays, and backoff strategies.…
762947stable
pquerna/otp
A Go library implementing Time-based (TOTP, RFC 6238) and HMAC-based (HOTP, RFC 4228) one-time password algorithms for adding two-factor au…
392944stable
yaml/pyyaml
PyYAML is the canonical full-featured YAML parser and emitter library for Python, with optional fast LibYAML C bindings. It supports loadin…
662940stable
mybatis/spring
An official adapter that bridges the MyBatis 3 SQL mapping framework with the Spring Framework, providing integration for transactions, map…
882938active
coreybutler/node-windows
A Node.js library for running Node scripts as native Windows background services, with event log integration and elevated-privilege helpers…
232936stable
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate (ABP) is an open-source application framework for building modern web applications on ASP.NET Core and EF Core, with bu…
9312003maintenance
DarkaOnLine/L5-Swagger
L5-Swagger is a Laravel package that integrates swagger-php and Swagger UI to generate and serve OpenAPI/Swagger documentation for Laravel …
902931active
zenstackhq/zenstack
ZenStack is a TypeScript data layer toolkit providing a schema-first, type-safe ORM with a Prisma-compatible API built on Kysely, plus buil…
952930active
antfu/node-modules-inspector
An interactive web UI and CLI tool for visualizing and inspecting a project's node_modules dependencies. It supports pnpm, npm, and bun pro…
832930active
LockGit/gochat
gochat is a lightweight instant messaging (IM) server written in pure Go, supporting private messages and room broadcast messages with WebS…
752929active
sequelize/sequelize-auto
A command-line tool that connects to an existing database (MySQL/MariaDB, Postgres, SQLite, or MSSQL) and automatically generates bare Sequ…
322926active
apache/grails-core
Apache Grails is a Groovy-based web application framework for the JVM, built on top of Spring Boot, using convention-over-configuration to …
992924active
hapijs/boom
@hapi/boom is a Node.js library for creating HTTP-friendly error objects with status codes, payloads, and formatting helpers. It is part of…
662923stable
sindresorhus/p-limit
A tiny JavaScript library that limits the concurrency of promise-returning and async functions, so only a fixed number run at once. It work…
902919stable
apache/casbin-node-casbin
Node-Casbin is an open-source authorization library for Node.js and Browser that enforces access control based on configurable models such …
952916stable
symfony/monolog-bundle
Symfony Monolog Bundle integrates the Monolog logging library into the Symfony framework. It wires Monolog handlers, channels, and processo…
872913stable
NetEase/pomelo
Pomelo is a fast, scalable, distributed game server framework for Node.js with a multi-process architecture and plugin-based extensibility.…
1011867maintenance
fetlife/rollout
Rollout is a fast, Redis-backed feature flag library for Ruby applications. It supports activating features globally, per user group, for s…
742905stable
tj/co
co is a JavaScript library for Node.js and the browser that provides generator-based async control flow, letting you write non-blocking cod…
3211841maintenance
tinyhttp/tinyhttp
tinyhttp is a modern, Express-like web framework for Node.js written in TypeScript and compiled to native ESM. It offers a minimal dependen…
932899active
rs/cors
rs/cors is a Go library providing a configurable net/http handler that implements the Cross Origin Resource Sharing (CORS) W3C specificatio…
702898stable
googleapis/google-api-ruby-client
A set of auto-generated Ruby REST client libraries for Google APIs, built from Discovery Documents, plus the code generator itself. Each cl…
972896stable
overtrue/laravel-wechat
A Laravel integration package wrapping the EasyWeChat SDK, providing WeChat (Weixin) capabilities such as official account message handling…
722896active
Miserlou/Zappa
Zappa is a Python framework for deploying WSGI applications (Flask, Django, Pyramid, Bottle) to AWS Lambda and API Gateway, making them ser…
2311822maintenance
flightphp/core
Flight is a fast, extensible micro-framework for PHP with zero dependencies, designed for quickly building RESTful web applications and API…
982884active
juju/ratelimit
A Go library implementing an efficient, concurrency-safe token-bucket rate limiter. It supports blocking and non-blocking token consumption…
232884stable
eko/gocache
Gocache is an extensible Go caching library providing a unified API over multiple cache stores such as in-memory (bigcache, ristretto, go-c…
962881active
ljlm0402/typescript-express-starter
An interactive CLI generator that scaffolds production-ready TypeScript Express REST API projects with a configurable stack. It offers 10+ …
822873active
viewflow/viewflow
Viewflow is a reusable low-code library for Django that provides a BPMN workflow engine, CRUD components, forms, and reporting dashboards f…
962872active
staudenmeir/eloquent-has-many-deep
A Laravel Eloquent package extending HasManyThrough relationships to support unlimited levels of intermediate models. It supports many-to-m…
742870active
lorisleiva/laravel-actions
A Laravel package that lets developers encapsulate a single task in one PHP class and run it as a controller, job, event listener, command,…
952867stable
frain-dev/convoy
Convoy is an open-source, high-performance webhooks gateway for reliably ingesting, persisting, debugging, and delivering webhook events at…
952862active
go-dev-frame/sponge
Sponge is a Go development framework built on a 'Definition is Code' philosophy that generates modular backend code from SQL, Protobuf, and…
672862active
tfranzel/drf-spectacular
drf-spectacular is a Python library that generates OpenAPI 3 (3.0, 3.1, and 3.2) schema specifications for Django REST framework APIs. It e…
852857active
LyricTian/gin-admin
A full-featured RBAC admin scaffolding framework for Go built on Gin, GORM 2.0, Casbin 2.0, and Wire dependency injection. It ships with JW…
342856active
aaubry/YamlDotNet
YamlDotNet is a YAML library for .NET runtimes including netstandard, .NET 8/10, and .NET Framework. It provides low-level YAML parsing and…
922855stable
didip/tollbooth
Tollbooth is a Go middleware library for rate-limiting HTTP requests. It supports limiting by remote IP, path, HTTP methods, custom headers…
332854stable
zombocom/wicked
Wicked is a Ruby gem that turns Rails controllers into step-by-step wizard flows, acting as a RESTful-ish state machine for multi-step proc…
322854stable
dotnetcore/osharp
OSharp is a rapid development framework for .NET 6.0+ that wraps AspNetCore modules such as configuration, dependency injection, logging, c…
622847active
benmanns/goworker
goworker is a Go library for running Resque-compatible background job workers, consuming jobs from Redis queues pushed by Ruby/Rails Resque…
392846active
sequelize/sequelize-typescript
A TypeScript library providing decorators and type-safe features for Sequelize v6, enabling class-based model definitions with @Table, @Col…
232839active
symfony/mime
Symfony MIME is a PHP component for creating and manipulating MIME messages, including email construction with headers, attachments, and mu…
952827stable
bezhanSalleh/filament-shield
A Filament plugin that adds role and permission-based access management to Filament admin panels, built on spatie/laravel-permission. It ge…
962826active
topfreegames/pitaya
Pitaya is a lightweight, scalable game server framework written in Go with clustering support for distributed multiplayer games. It ships c…
932825active
s3rius/FastAPI-template
A feature-rich, highly configurable project generator (published as fastapi_template on PyPI) that scaffolds production-ready FastAPI appli…
852823active
tj/connect-redis
A Redis-backed session store for Connect and Express, implemented as a plug-in store for express-session. It persists session data in Redis…
912821stable
tigshop/Tigshop
Tigshop is a 100% open-source enterprise-grade e-commerce mall system available in both Java (SpringBoot3) and PHP (TP8) editions, with a V…
532818active
smithyhq/sqladmin
SQLAdmin is a flexible admin dashboard library for SQLAlchemy models that integrates with FastAPI and Starlette applications. It provides C…
972816active
spatie/async
A PHP library providing a small, easy-to-use wrapper around PHP's PCNTL extension for running code in parallel processes. It offers a pool-…
742815active
symfony/property-access
A Symfony PHP component that reads and writes values from objects and arrays using simple string property-path notation (e.g. 'user[address…
992814stable
rails/spring
Spring is a Ruby gem that preloads Rails applications into a background process to speed up development commands. It automatically reloads …
922814active
ThinkPHP
ThinkPHP is a high-performance, lightweight PHP web application framework with two decades of development history, now rebuilt on PHP 8.0+.…
682814active
spatie/laravel-responsecache
A Laravel package by Spatie that caches entire HTTP responses via middleware, returning cached responses for repeat GET requests without re…
942811active
parse-community/Parse-SDK-iOS-OSX
The official Apple SDK for the Parse Platform, providing client access to Parse Server from iOS, iPadOS, macOS, watchOS, and tvOS apps. It …
842809active
ArgoZhang/BootstrapAdmin
BootstrapAdmin is a free, premium-looking admin control panel built on Bootstrap 4.x and .NET (C#). It provides a ready-made management bac…
582808active
expressjs/compression
A Node.js middleware library that compresses HTTP response bodies using gzip, deflate, or brotli. It is designed for use with Express and C…
692807stable
node-webrtc/node-webrtc
node-webrtc is a Node.js native addon (N-API) providing bindings to Google's WebRTC M106 stack. It aims for spec compliance with the WebRTC…
562805active
liftbridge-io/liftbridge
Liftbridge is a lightweight, fault-tolerant message streaming system written in Go that implements a durable, replicated message log on top…
742799active
FriendsOfSymfony/FOSRestBundle
FOSRestBundle is a Symfony bundle providing tools for rapidly building RESTful APIs, including a format-agnostic view layer, Accept header …
632795stable
samber/do
samber/do is a dependency injection toolkit for Go 1.18+ built on generics, offering a type-safe, reflection-free API with no external depe…
862794stable
bucket4j/bucket4j
Bucket4j is a Java rate-limiting library based on the token-bucket algorithm, offering lock-free, high-precision integer arithmetic impleme…
882790stable
microsoft/pg_durable
pg_durable is a PostgreSQL extension that provides durable execution for long-running, fault-tolerant SQL functions directly inside the dat…
822788active
http4k/http4k
http4k is a lightweight, functional HTTP toolkit for Kotlin where applications are just functions from Request to Response, with no annotat…
952783stable
pedestal/pedestal
Pedestal is a set of Clojure libraries for building server-side services, APIs, and web applications on the JVM. It provides an interceptor…
632779active
reactor/reactor-netty
Reactor Netty is a JVM library providing non-blocking, backpressure-ready TCP, HTTP, UDP, and QUIC clients and servers built on the Netty f…
992778active
ciscoheat/sveltekit-superforms
Superforms is a SvelteKit form library providing comprehensive server and client-side form validation with support for many validation libr…
912778active
mouzt/mzt-biz-log
A Spring Boot annotation-based operation/audit logging library that records who did what, when, to which entity. It supports SpEL variables…
512777active
unpoly/unpoly
Unpoly is a JavaScript library that adds progressive enhancement attributes to HTML, letting you build dynamic, SPA-like interfaces while k…
772776active
opensolon/solon
Solon is a Java enterprise application development framework built from scratch as a lighter, faster alternative to Spring Boot/Spring Clou…
952774active
gojek/heimdall
Heimdall is an enhanced HTTP client library for Go that wraps the standard net/http client with resilience features. It provides hystrix-li…
922774stable
fluentscheduler/FluentScheduler
FluentScheduler is an automated job scheduler library for the .NET platform with a fluent interface for defining schedules. It lets develop…
702772stable
PHP-DI/PHP-DI
PHP-DI is a dependency injection container for PHP that emphasizes practicality, autowiring, and expressive PHP-based configuration. It is …
582772stable
illuminate/database
Illuminate Database is the database toolkit extracted from the Laravel framework, providing an expressive query builder, the Eloquent Activ…
772770stable
Create Go App CLI
Create Go App CLI (cgapp) is a command-line tool that scaffolds production-ready full-stack projects with a Go backend, JavaScript/TypeScri…
522767active
symfony/form
The Symfony Form component is a PHP library for creating, processing, and reusing HTML forms. It handles rendering form fields, validating …
952765stable
XiaoMi/Gaea
Gaea is a MySQL-protocol database middleware proxy developed by Xiaomi's B2C dev team. It provides sharding (database and table partitionin…
552765active
erupts/erupt
Erupt is an annotation-driven Java framework for Spring Boot that turns annotated JPA entity classes into full-featured admin pages with ze…
952763active
jazzband/django-model-utils
django-model-utils is a collection of Django model mixins and utility classes such as TimeStampedModel, StatusField, and QueryManager. It r…
672762stable
evansd/whitenoise
WhiteNoise is a Python library that lets WSGI-compatible web apps serve their own static files without needing nginx, S3, or other external…
762760stable
lesismal/nbio
NBIO is a pure Go non-blocking, event-driven network I/O library supporting TLS, HTTP/1.x, and WebSocket, largely compatible with net/http.…
922755active
barryvdh/laravel-snappy
A Laravel service provider wrapping the KnpLabs Snappy library to generate PDFs and images from HTML via wkhtmltopdf/wkhtmltoimage binaries…
792753active
mojolicious/mojo
Mojolicious is a real-time web framework for Perl that supports MVC web applications, WebSockets, and non-blocking I/O with a built-in web …
752747active
mitsuhiko/minijinja
MiniJinja is a powerful, minimal-dependency template engine for Rust (with Go, Python, JavaScript/WASM, and CLI variants) that implements t…
982743stable
pf4j/pf4j
PF4J is a lightweight (~100KB) plugin framework for Java that lets applications load, start, and stop third-party plugins implementing decl…
952740stable
golevelup/nestjs
A monorepo of NestJS modules and utilities from golevelup, including RabbitMQ integration (RPC and pub/sub), Hasura event handlers, Stripe …
902739active
tidwall/sjson
SJSON is a fast Go library for setting values in JSON documents using dot-syntax paths. It is the write-side companion to GJSON, which hand…
702737stable
bluele/gcache
GCache is an in-memory cache library for Go supporting multiple eviction policies (LRU, LFU, ARC) and expirable entries. It is goroutine-sa…
322731stable
aimeos/upscheme
Upscheme is a PHP library for database schema migrations and updates, letting developers define tables, columns, indexes, foreign keys, and…
752726active
go-chassis/go-chassis
Go-Chassis is a cloud-native microservice framework for Go that provides a pluggable handler chain, protocol-independent service invocation…
872725active
luckyframework/lucky
Lucky is a full-featured web framework written in Crystal that emphasizes catching bugs at compile time through its type system. It include…
802724active

← prev page 12 / 42 next →