django-bolt
Build ultra-fast Django APIs powered by a Rust HTTP engine
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install django-bolt?โผ
Run `npx skills add dj-bolt/django-bolt --all -g -y` in your terminal to install this skill globally for your AI agent.
What is Django-Bolt used for?โผ
It is a high-performance API framework for Django that serves endpoints from a Rust HTTP server while keeping the Django ORM, admin, and ecosystem. It handles routing, validation, auth, and serialization at very high speed.
Is Django-Bolt faster than FastAPI?โผ
Yes. Benchmarks show it handling over 300k requests per second on a single desktop, ahead of FastAPI and many JavaScript frameworks, because HTTP parsing and validation run in Rust.
Can I migrate from DRF or FastAPI to Django-Bolt?โผ
Yes. The skill includes a migration playbook that maps FastAPI, Django REST Framework, and Django Ninja patterns to BoltAPI routes, serializers, and guards.
Does Django-Bolt need uvicorn or gunicorn?โผ
No. The built-in `runbolt` command is the production server, with multi-process support, graceful shutdown, and static file serving included.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core