Kludex/starlette
The little ASGI framework that shines. 🌟 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
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
- readme: https://github.com/Kludex/starlette · fetched 2026-08-28 · aa85730aca81
- homepage: https://starlette.dev · fetched 2026-08-29 · e8e9c9a4c0d3
- registry_pypi: https://pypi.org/pypi/starlette/json · fetched 2026-08-29 · 9cfd91feda6a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kludex/starlette | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="Kludex/starlette")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem