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
yesodweb/yesod
Yesod is a type-safe, RESTful web framework for Haskell built on the WAI interface, featuring compile-time-checked routing, templating, and…
752723active
twitter/util
Twitter Util is a collection of small, idiomatic, general-purpose JVM libraries written in Scala, including concurrency primitives (a non-a…
482719stable
bcosca/fatfree
Fat-Free Framework (F3) is a lightweight PHP micro-framework condensed into a single file for building dynamic web applications quickly. It…
842714stable
coreos/go-systemd
Go bindings for systemd covering socket activation, sd_notify service notifications, the D-Bus API, journald read/write, logind, machined, …
772711stable
alberliu/gim
GIM is a high-performance instant messaging server written in Go, designed as a set of service components (connect, logic, business) that c…
822709active
splitrb/split
Split is a Rack-based A/B testing framework for Ruby web applications, working with Rails, Sinatra, or any Rack-compatible app. It uses Red…
672707active
excid3/noticed
Noticed is a Ruby gem for sending notifications in Ruby on Rails applications across multiple delivery methods like email, SMS, Slack, and …
762703active
join-monster/join-monster
Join Monster is a JavaScript library that acts as a query execution layer between GraphQL and SQL databases, translating GraphQL queries in…
392701active
facebook/fbthrift
Facebook's evolved branch of Apache Thrift, providing a serialization and RPC framework with a rewritten compiler and a fully asynchronous …
672697active
BeanieODM/beanie
Beanie is an asynchronous Python object-document mapper (ODM) for MongoDB, with data models built on Pydantic. Each MongoDB collection maps…
832695active
zhangyuang/ssr
An out-of-the-box server-side rendering (SSR) framework for React and Vue2/Vue3 applications, built on a plugin architecture that supports …
762695active
serenity-is/Serenity
Serenity is an ASP.NET Core / TypeScript application platform for building data-centric business applications with a service-based architec…
982693active
apache/cassandra-gocql-driver
gocql is the official Apache Cassandra driver for Go, implementing a fast and robust client over Cassandra's native transport protocol. It …
852692active
yzcheng90/x-springboot
X-SpringBoot is a lightweight Java rapid development platform built on Spring Boot 3 and JDK 21 with virtual threads, offering RBAC permiss…
572692active
fnc12/sqlite_orm
A lightweight, header-only SQLite ORM library for modern C++ (C++14/17/20). It lets you perform CRUD operations and queries with an intuiti…
672691active
walkor/webman
Webman is a high-performance PHP web framework built on Workerman that integrates HTTP, WebSocket, TCP, and UDP services. It uses resident …
802688active
envoyproxy/ratelimit
A Go/gRPC rate limiting service from the Envoy project that provides centralized, generic rate limiting for distributed applications. It st…
672686active
Bouncy Castle
Bouncy Castle is a comprehensive open-source cryptographic library for Java (and C#/.NET) implementing a wide range of algorithms, a JCA/JC…
772683stable
symfony/validator
The Symfony Validator component provides tools to validate values against configurable rules (constraints), following the JSR-303 Bean Vali…
952681stable
sunscrapers/djoser
Djoser is a Python library providing REST endpoints for Django's authentication system via Django REST Framework. It offers views for regis…
882681active
django/daphne
Daphne is an HTTP, HTTP/2, and WebSocket protocol server for ASGI applications, built to power Django Channels. It automatically negotiates…
742679stable
elixir-broadway/broadway
Broadway is an Elixir library for building concurrent, multi-stage data ingestion and processing pipelines on top of GenStage. It provides …
752677stable
scambra/devise_invitable
A Ruby gem that extends the Devise authentication framework for Rails with invitation functionality. It lets authenticated users invite oth…
752676active
laracasts/flash
A Laravel composer package that provides an easy, Bootstrap-optimized flash messaging setup. It offers a fluent flash() helper for success,…
672674stable
vmihailenco/msgpack
A MessagePack encoding library for Go, providing fast binary serialization as a drop-in replacement for encoding/. It supports structs, map…
232673stable
maypok86/otter
Otter is a high-performance in-memory caching library for Go based on adaptive W-TinyLFU eviction. It offers a configurable API with size-b…
772672active
doug-martin/goqu
goqu is an expressive SQL query builder and executor library for Go, supporting multiple database dialects like PostgreSQL, MySQL, SQLite3,…
232671stable
symfony/error-handler
The Symfony ErrorHandler component provides tools to manage errors and ease debugging PHP code, converting PHP errors and notices into exce…
992670stable
moka-rs/moka
Moka is a fast, concurrent in-memory caching library for Rust, inspired by Java's Caffeine. It provides thread-safe synchronous and async c…
932670stable
krakend/krakend-ce
KrakenD Community Edition is an open-source, stateless, high-performance API Gateway written in Go that aggregates, transforms, secures, an…
992668stable
vladmihalcea/hypersistence-utils
Hypersistence Utils (formerly Hibernate Types) is a Java library providing extra Hibernate custom types and Spring utilities for the data a…
762668active
slick/slick
Slick is a strongly-typed database query and access library for Scala that lets you work with relational databases as if they were Scala co…
702664active
mybatis-flex/mybatis-flex
MyBatis-Flex is a lightweight enhancement framework for MyBatis that adds fluent QueryWrapper-based CRUD, pagination, multi-table queries, …
922661active
django-commons/django-unicorn
Django Unicorn is a reactive component framework for Django that adds rich, interactive front-end functionality to Django templates using o…
832661active
mongodb/mongo-java-driver
The official MongoDB drivers for the JVM, providing APIs for Java, Kotlin (including coroutines), and Scala to connect to and work with Mon…
992659stable
skytable/skytable
Skytable is a modern, scalable NoSQL database server written in Rust, featuring BlueQL, a SQL-based query language hardened against injecti…
582659active
rebus-org/Rebus
Rebus is a lean, free service bus implementation for .NET that provides asynchronous messaging between services following the 'smart endpoi…
762657stable
apache/casbin-jcasbin
jCasbin is an Apache-licensed Java authorization library that enforces access control using models such as ACL, RBAC, and ABAC defined in c…
882652stable
dolthub/go-mysql-server
A MySQL-compatible SQL engine and server written in Go that runs queries over arbitrary data sources using the MySQL dialect and wire proto…
702652active
scalatra/scalatra
Scalatra is a tiny, Sinatra-inspired web micro-framework for Scala that runs on the JVM. It lets developers build high-performance, asynchr…
762650active
useautumn/autumn
Autumn is an open-source billing and pricing platform that acts as a control layer between Stripe and your application, managing subscripti…
652649active
thepirat000/Audit.NET
Audit.NET is an extensible .NET framework for generating audit logs of executing operations, capturing environmental data like user ID, mac…
762645active
devopshydclub/vprofile-project
A Java Spring MVC web application (vProfile) used as a sample multi-tier project for DevOps training by DevOps Shack. It serves as a practi…
352645active
vercel/micro
Micro is a minimal asynchronous HTTP framework for building microservices in Node.js using async/await. It provides a tiny, dependency-ligh…
6010625maintenance
paypal/junodb
JunoDB is PayPal's open-source secure, consistent, and highly available distributed key-value store delivering single-digit millisecond lat…
302636active
Netflix/falcor
Falcor is a JavaScript library that lets you represent all remote data sources as a single virtual JSON graph model, fetching data efficien…
5010569maintenance
medplum/medplum
Medplum is an open-source developer platform for building compliant healthcare applications, providing a FHIR-native clinical data reposito…
952630active
brandonhilkert/sucker_punch
Sucker Punch is a single-process asynchronous background job processing library for Ruby, built on concurrent-ruby. Jobs are stored in memo…
582630stable
Sonatype Nexus Repository
Sonatype Nexus Repository is a binary repository manager that serves as the single source of truth for internal and third-party build artif…
992628stable
altmann/FluentResults
FluentResults is a lightweight .NET library implementing the Result pattern, returning success/failure objects instead of throwing exceptio…
372627active
http4s/http4s
Http4s is a minimal, idiomatic Scala library for building HTTP servers and clients, serving as Scala's equivalent to Rack, WSGI, WAI, and S…
932626stable
cloudwego/volo
Volo is a high-performance, strongly extensible RPC framework written in Rust for building microservices. It provides Thrift, gRPC, and HTT…
882619active
spatie/laravel-sitemap
A Laravel package by Spatie that generates XML sitemaps, either by crawling an entire site automatically or by adding URLs manually (includ…
952617stable
instantdb/instant
Instant is an open-source backend platform (the 'Modern Firebase') providing a real-time relational database, auth, permissions, storage, p…
6710493maintenance
wassim249/fastapi-langgraph-agent-production-ready-template
A production-ready FastAPI template for building AI agent backends with LangGraph integration. It provides stateful conversations, long-ter…
642614active
alexedwards/scs
SCS is an HTTP session management library for Go that automatically loads and saves session data via middleware. It supports 19 server-side…
472613stable
hayes/pothos
Pothos is a plugin-based GraphQL schema builder for TypeScript that uses a strongly typed, code-first approach with no code generation requ…
952611active
symfony/service-contracts
A set of PHP interfaces and abstractions extracted from Symfony components, defining contracts for writing services that decouple code from…
902611stable
risesoft-y9/Digital-Infrastructure
Digital-Infrastructure (数字底座) is a Java/Spring Boot + Vue 3 rapid development platform for large government and enterprise digital transfor…
752608active
lexik/LexikJWTAuthenticationBundle
A Symfony bundle that provides JSON Web Token (JWT) authentication for Symfony APIs. It handles token creation, validation, and integration…
712608stable
openflagr/flagr
Flagr is an open-source Go microservice for feature flagging, A/B testing, and dynamic configuration, built around a single evaluation API …
982606active
amberframework/amber
Amber is a full-stack web application framework for the Crystal language, inspired by Rails, Phoenix, and Kemal, providing routing, control…
862604active
clj-commons/aleph
Aleph is a Clojure library for asynchronous network communication built on Netty, providing an HTTP server and client plus raw TCP and UDP …
772590active
rubyonjets/jets
Jets is a Ruby serverless framework and deployment service that packages Rails, Sinatra, Hanami, or any Rack app and runs it on AWS Lambda.…
552590active
symfony/monolog-bridge
A Symfony bridge component that integrates the Monolog logging library with various Symfony components. It wires Monolog handlers, processo…
992583stable
mewebstudio/captcha
A Laravel service provider package that generates CAPTCHA images for form protection, supporting Laravel 5 through 12. It offers session-ba…
852583active
liukuo362573/YiShaAdmin
YiShaAdmin is an open-source admin management system built on .NET Core MVC with a clean Bootstrap/jQuery UI. It provides role-based permis…
322580active
dromara/RuoYi-Vue-Plus
RuoYi-Vue-Plus is a multi-tenant Java admin management system that rewrites RuoYi-Vue for distributed cluster scenarios, integrating Sa-Tok…
942576active
FreeRADIUS/freeradius-server
FreeRADIUS is a high-performance, highly configurable multi-protocol policy server supporting RADIUS, DHCPv4/v6, DNS, TACACS+, and VMPS, wr…
872574stable
cmgmyr/laravel-messenger
A Laravel package that adds a full user-to-user messaging system to Laravel applications, supporting multiple conversations, group threads,…
672574active
firebase/firebase-android-sdk
The official Firebase Android SDK, containing the source code for Firebase's Android libraries such as Firestore, Realtime Database, Cloud …
772565active
http-kit/http-kit
http-kit is a minimalist, high-performance, event-driven HTTP client and server for Clojure, fully Ring-compatible as a drop-in replacement…
682565stable
eventflow/EventFlow
EventFlow is an async/await-first CQRS and event sourcing framework for .NET, built around domain-driven design concepts like aggregates, c…
802564active
ueberdosis/hocuspocus
Hocuspocus is a Yjs CRDT-based WebSocket backend for conflict-free real-time collaboration, written in TypeScript. It provides a server, cl…
982559active
go-gorm/gen
GORM Gen is a code-generation library built on top of the GORM ORM for Go. It generates type-safe DAO APIs and query DSL code from database…
952558active
sequelize/cli
The official command-line interface for the Sequelize ORM, providing commands to initialize projects, generate models, migrations, and seed…
762558active
webserver-llc/angie
Angie is a high-performance web server and reverse proxy forked from nginx by former nginx developers, designed as a drop-in replacement re…
972549active
rust-lang/log
The `log` crate is a lightweight logging facade for Rust that provides a single logging API abstracting over actual logging implementations…
952544stable
HardySimpson/zlog
zlog is a pure C logging library inspired by log4j/logback, offering categories, formats, and rules configured via a file. It is reliable, …
662543stable
laravel/cashier-stripe
Laravel Cashier is an official Laravel package providing a fluent interface to Stripe's subscription billing services. It handles subscript…
972542stable
lovoo/goka
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. It extends Kafka consumer groups by bi…
902538active
agronholm/anyio
AnyIO is a high-level asynchronous concurrency and networking library for Python that runs on top of either asyncio or Trio. It provides Tr…
932537stable
symfony/serializer
The Symfony Serializer component transforms data structures, including object graphs, into array structures or formats like XML and JSON, a…
952536stable
PyMySQL/mysqlclient
mysqlclient is a Python DB-API 2.0 compatible driver for MySQL and MariaDB, forked from MySQLdb1 with Python 3 support and bug fixes. It wr…
842536active
ntex-rs/ntex
ntex is a Rust framework for building composable asynchronous network services, supporting HTTP and WebSockets. It is runtime-agnostic, let…
952533active
golang/protobuf
The legacy Go module providing bindings for Google's protocol buffers, including binary, text, and JSON serialization of protobuf messages.…
2310085maintenance
logfellow/logstash-logback-encoder
A Java library providing Logback encoders, layouts, and appenders for logging in JSON and other Jackson-supported formats. Originally built…
692529active
andeya/erpc
eRPC is an efficient, extensible, and easy-to-use RPC framework written in Go. It provides a unified peer API for servers and clients, mult…
232528active
Agent-Field/agentfield
AgentField is an open-source AI backend that lets you build, deploy, and govern AI agents like APIs and scale them like microservices. It p…
792527active
pac4j/pac4j
pac4j is a Java security engine for authenticating users, managing profiles, and enforcing authorizations across web applications and servi…
772521stable
qos-ch/slf4j
SLF4J is a simple facade/abstraction for various Java logging frameworks such as java.util.logging, logback, log4j 2.x, reload4j, and tinyl…
822519stable
geekidea/spring-boot-plus
Spring-Boot-Plus is an open-source Spring Boot scaffolding framework that integrates common backend development components such as MyBatis-…
372518active
liangdas/mqant
mqant is a concise, high-performance distributed microservice framework written in Go, originally designed for real-time game servers. It p…
322517active
tidwall/pogocache
Pogocache is a fast in-memory caching server written in C with a focus on low latency and CPU efficiency. It speaks Memcache, Redis/Valkey …
832515active
nitrocloudofficial/nitrostack
NitroStack is an enterprise-grade TypeScript framework for building production-ready MCP (Model Context Protocol) servers and AI-native app…
802515active
vinkius-labs/laravel-page-speed
A Laravel package providing an optimization pipeline of middleware that minifies Blade-rendered HTML and compresses REST API responses for …
892512active
ErikEJ/EFCorePowerTools
EF Core Power Tools is a Visual Studio extension and cross-platform CLI (efcpt) for Entity Framework Core that provides GUI-based reverse e…
692511active
Keats/validator
A Rust library providing struct validation via a custom derive macro, inspired by marshmallow and Django validators. It offers built-in rul…
752509stable
aspnet-contrib/AspNet.Security.OAuth.Providers
A collection of ASP.NET Core authentication middleware providing OAuth 2.0 social login providers such as GitHub, Twitter/X, and Dropbox. I…
802508active
Apipie/apipie-rails
Apipie-rails is a DSL and Rails engine for documenting RESTful APIs in Ruby on Rails applications. It lets developers describe API endpoint…
802507stable

← prev page 13 / 42 next →