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

fastapi/fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production observed · 2026-08-28

github.com/fastapi/fastapi · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 83
  • 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: 1
  • age_days: 2825
  • days_rel: 35
  • days_push: 7
  • n_releases_24m: 116

Full methodology

Adoption not part of the score

101864 stars · 9818 forks observed · 2026-08-28

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

FastAPI is a modern, high-performance Python web framework for building APIs, based on standard Python type hints and built on Starlette and Pydantic. It automatically generates OpenAPI (Swagger) documentation and interactive docs UIs, with strong editor support and async support.

Use cases

  • build a REST API in python
  • create a web backend with automatic swagger docs
  • serve an ML model as an HTTP API
  • build an async python web service
  • generate openapi 3 spec from python code
  • build a CRUD API with pydantic validation
  • prototype a api quickly

When to choose

  • you want a fast, type-hint-driven Python API framework with automatic OpenAPI docs
  • you need async support and performance comparable to NodeJS or Go
  • you want editor autocompletion and fewer runtime errors via pydantic validation
  • you are serving machine-learning models or microservices in Python

When to avoid

  • you need server-side rendered HTML websites rather than APIs (consider Django or Flask)
  • your team is not using Python
  • you require a fully 1.0-stable API contract without any breaking changes between minor versions
  • you need a batteries-included framework with built-in ORM and admin (Django)

Facets

framework · maturity active

web-framework api-framework http-server routing serialization form-handling api-documentation middleware auth web-development backend apis developer-tools python cross-platform openapi swagger pydantic async rest type-hints starlette uvicorn -schema web-server

10 sources

Member repositories

RepositoryRoleHealth v2
fastapi/fastapimain94

For agents

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

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