Unfazed
a django-like async python web framework
Install / Use
/learn @unfazed-eco/UnfazedREADME

Documentation: unfazed
Unfazed
Unfazed is a production-oriented ASGI web framework focused on building enterprise-grade applications. 100% test coverage, with a robust architecture inspired by Django, it provides high performance、scalability、maintainability、testability web application.
Unfazed offers powerful features:
Core Features:
- pluggable app system
- Built-in command line interface
- Flexible middleware system
- Robust ORM with Tortoise-ORM integration
- Caching for high performance
- Lifespan protocol support
API Development:
- Focus only on correct business logic
- Full OpenAPI/Swagger support
- Serializer framework built on Tortoise-ORM
- Request argument parsing and validation
- Comprehensive test client
- Static files service
Security & Sessions:
- Role-based access control (RBAC)
- Secure session management
- Production-ready admin interface
Installation
pip install unfazed
Quick start
1、create a new project
unfazed-cli startproject -n myproject
cd myproject/src/backend
docker-compose up -d
docker-compose exec unfazed bash
- create a new app
# add app to project
unfazed-cli startapp -n myapp
- runserver
uvicorn asgi:application --host 0.0.0.0 --port 9527
- follow tutorial
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
