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

Kludex/starlette

The little ASGI framework that shines. 🌟 observed · 2026-08-28

github.com/Kludex/starlette · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • 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: 7
  • age_days: 2991
  • days_rel: 25
  • days_push: 7
  • n_releases_24m: 46

Full methodology

Adoption not part of the score

12571 stars · 1273 forks observed · 2026-08-28

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

Starlette is a lightweight, production-ready ASGI framework and toolkit for building async web services in Python. It provides HTTP and WebSocket support, routing, middleware, background tasks, and a test client with minimal dependencies.

Use cases

  • build an async web API in Python
  • serve websockets in a lightweight app
  • build a microservice with minimal dependencies
  • create a base framework for other Python web tools
  • add CORS, GZip, and static file serving to an ASGI app
  • write async HTTP endpoints compatible with asyncio and trio

When to choose

  • you want a lightweight async Python web framework with few dependencies
  • you need WebSocket support alongside HTTP
  • you are building FastAPI-like frameworks or want fine-grained control
  • performance against benchmarks matters

When to avoid

  • you want batteries-included features like ORM, auth, and admin out of the box
  • you prefer a synchronous WSGI stack
  • you need a full-stack framework with built-in templating-heavy workflows

Facets

framework · maturity stable

web-framework http-server websocket routing middleware templating testing web-development backend apis developer-tools python cross-platform asgi asyncio trio http websockets lightweight uvicorn web-server

3 sources

Member repositories

RepositoryRoleHealth v2
Kludex/starlettemain98

For agents

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

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