SkillAgentSearch skills...

Unfazed

a django-like async python web framework

Install / Use

/learn @unfazed-eco/Unfazed
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

unfazed

<p align="center"> <em>Production Ready ASGI web framework</em> </p>

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


  1. create a new app

# add app to project
unfazed-cli startapp -n myapp

  1. runserver

uvicorn asgi:application --host 0.0.0.0 --port 9527

  1. follow tutorial

unfazed-tutorial

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated3d ago
Forks4

Languages

Python

Security Score

90/100

Audited on Apr 3, 2026

No findings