dj-bolt/django-bolt
The fastest Python web framework, built on Django. Rust (Actix Web) HTTP server + async typed handlers + msgspec, with the full Django ORM, Admin, middleware and auth. 300k+ req/s, no gunicorn/uvicorn. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 87
- Longevity 24
Flags: no_license
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: 2
- age_days: 347
- days_rel: 10
- days_push: 10
- n_releases_24m: 62
Adoption not part of the score
1657 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Django-Bolt is a Python web framework that layers a Rust (Actix Web + Tokio) HTTP server and msgspec-based typed async handlers on top of Django, while keeping the full Django ORM, Admin, middleware, auth, and signals working unchanged. It claims 300k+ requests/second with no gunicorn or uvicorn needed, and auto-generates OpenAPI documentation with multiple built-in docs UIs.
Use cases
- build a fast REST API on top of an existing Django project
- find a faster alternative to django rest framework or django ninja
- serve django APIs without gunicorn or uvicorn
- write fastapi-style typed async endpoints in django
- high throughput python web api framework
- auto-generate openapi docs for a django api
- add websockets and file uploads to a django api
When to choose
- You already know Django and want dramatically faster APIs without abandoning the ORM, Admin, auth, or middleware
- You want typed async request handlers with automatic validation, in the FastAPI/Django Ninja style
- You want a single self-contained server (Rust HTTP layer, worker recycling, SO_REUSEPORT scaling) instead of managing gunicorn/uvicorn
- You need built-in OpenAPI docs, JWT/API-key auth, and WebSocket support alongside Django features
When to avoid
- Your project is not Django-based — a standalone framework like FastAPI or Litestar is a better fit
- You require a mature 1.0+ release; the project is still pre-1.0 (v0.10.x) with a rapidly evolving API
- You depend on deep WSGI/ASGI ecosystem integrations or custom server behaviors that the Rust engine does not cover
- License provenance matters for compliance — PyPI declares MIT but the repository currently shows no license file
Facets
framework · maturity active
web-framework api-framework http-server routing serialization middleware auth websocket api-documentation web-development backend apis performance developer-tools python cross-platform django rust actix-web pyo3 msgspec fastapi-alternative django-ninja django-rest-framework async openapi high-performance rest-api no-gunicorn web-server
7 sources
- readme: https://github.com/dj-bolt/django-bolt · fetched 2026-08-28 · 81d2f7f864e3
- homepage: https://bolt.farhana.li/ · fetched 2026-08-29 · f4de4a626631
- site_page: https://bolt.farhana.li/getting-started/quickstart · fetched 2026-08-29 · c57b6eadeb29
- site_page: https://bolt.farhana.li/getting-started/deployment · fetched 2026-08-29 · d621007f2478
- registry_pypi: https://pypi.org/pypi/django-bolt/json · fetched 2026-08-29 · c20bb4117ac3
- site_page: https://bolt.farhana.li/faq · fetched 2026-08-29 · 57ef35953f5a
- site_page: https://bolt.farhana.li/topics/openapi · fetched 2026-08-29 · cd17386e209d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dj-bolt/django-bolt | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="dj-bolt/django-bolt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem