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

FastEndpoints/FastEndpoints

A light-weight REST API development framework for ASP.NET 8 and newer. observed · 2026-08-28

github.com/FastEndpoints/FastEndpoints · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 32.5
  • age_days: 1812
  • days_rel: 13
  • days_push: 9
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

5999 stars · 385 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

FastEndpoints is a lightweight REST API development framework for ASP.NET 8 and newer that serves as a developer-friendly alternative to Minimal APIs and MVC controllers. It encourages the REPR (Request-Endpoint-Response) design pattern, enabling endpoint creation with virtually no boilerplate while maintaining performance on par with Minimal APIs.

Use cases

  • build rest apis in asp.net without mvc controllers
  • replace minimal api boilerplate with structured endpoints
  • create endpoints using vertical slice architecture in c#
  • add jwt bearer auth and api versioning to asp.net endpoints
  • write integration tests for asp.net endpoints without routes
  • stream real-time data with server-sent events in asp.net

When to choose

  • you want a structured, boilerplate-free alternative to MVC controllers or raw Minimal APIs in ASP.NET
  • you prefer the REPR pattern or vertical slice architecture over controller-based organization
  • you need built-in validation, auth, versioning, and integration testing support out of the box
  • performance matters and you want benchmarks comparable to Minimal APIs

When to avoid

  • your project targets ASP.NET versions older than .NET 8
  • you are building non-HTTP services like gRPC, background workers, or desktop apps
  • your team is heavily invested in MVC conventions and tooling that depends on controllers
  • you need a full-stack framework with frontend capabilities rather than just an API layer

Facets

framework · maturity active

api-framework web-framework routing middleware auth form-handling testing web-development backend apis developer-tools dotnet cross-platform aspnet-core minimal-apis rest-api repr-pattern vertical-slice-architecture csharp endpoint-based mvc-alternative api-versioning server-sent-events jwt-bearer integration-testing web-server

4 sources

Member repositories

RepositoryRoleHealth v2
FastEndpoints/FastEndpointsmain95

For agents

markdown · JSON · MCP: product_card(name="FastEndpoints/FastEndpoints")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem