qingkuai
v1.0.67
Published
A lighteight(Qing) and fast(Kuai) front end framework, it will make you development work easier(QingKuai).
Maintainers
Readme
Qingkuai
Qingkuai is a compiler-based frontend framework for building web interfaces. It transforms .qk source files into minimal, strictly optimized JavaScript.
Learn more at Qingkuai Docs, or try it out in the Playground.
Why Qingkuai
- Architecture: Compile-time checking & performance optimization, fine-grained updates.
- Bundle Size: Runtime only 5KB–11KB (gzip), compiled size 20%–80% of other frameworks.
- Reactivity: Full reactive support with compiler-auto-inferred, no manual handling needed.
- Developer Experience: Native JS/TS-like experience inside script blocks, Try in Palyground.
- Debugging Experience: Enhanced debugging with source-matched and directive context identifiers.
- Language Services & AI: Full language services and mcp server for better AI-assisted development.
Js Framework Benchmark
Bundle Size Report
Quick Start
npm create qingkuai my-app && cd ./my-app
npm install && npm run devContributing
Please see the Contributing Guide for details on how to contribute to QingKuai.
License
MIT © 2024-present, all contributors to qingkuai


