FastAPI

Modern web framework for building fast APIs with automatic interactive documentation

Visit FastAPI →
Web Development
Topicsframeworkapiasyncmodern

FastAPI is built specifically for APIs, not server-rendered HTML — automatic OpenAPI/Swagger documentation, request validation via Pydantic type hints, and native async support from the ground up, running on Uvicorn or another ASGI server underneath.

See how it compares to Django and Flask or to Robyn, or how it pairs with HTMX for HTML-returning routes instead of JSON.