Skip to content
Category
API & Serving
Difficulty
Beginner
When to use
You need a typed, async Python HTTP service — especially one that serves ML models, proxies LLM calls, or exposes a RAG pipeline.
When not to use
You need server-rendered HTML at scale, SSR, or a batteries-included admin — reach for Django. Pure static sites belong elsewhere.
Alternatives
Flask Django REST Framework Litestar BentoML
BACKLOG · WORK IN PROGRESS

This tool is being written.

The metadata and shape of this page are stable, but the body content isn't ready yet. We'll publish it once it meets the bar of teaching something new with worked examples and real tools.