Kuí
March 31, 2026 · View on GitHub
An easy-to-use web framework. Based on baize and pydantic.
Install
pip install kui
Documentation
- Online docs — Full bilingual (EN/ZH) documentation
AI-Assisted Development
This project ships a Claude Code skill — a comprehensive Kuí framework reference that AI coding agents can use.
Install
npx skills add abersheeran/kui
Or manually: copy skills/kui-framework/SKILL.md into your project's .claude/skills/kui-framework/ directory.
Usage
In Claude Code, type /kui-framework to load the full Kuí API reference, or just start writing Kuí code — the skill is automatically activated when relevant imports are detected.
Covers routing, parameter binding, dependency injection, OpenAPI, middleware, authentication, class-based views, and more.