Chukfi Docs
Welcome to the Chukfi CMS documentation. Chukfi is a high-performance, lightweight headless CMS built with Rust, Astro, and Cloudflare.
What is Chukfi?
Section titled “What is Chukfi?”Chukfi is a headless CMS purpose-built for Astro, distributed as a single npx chukfi command. It provides:
- CLI-first distribution — The Rust binary ships as platform-specific npm packages. No Rust toolchain required.
- Local-to-prod parity — Local dev uses Docker PostgreSQL; production uses AWS RDS PostgreSQL. Same engine, same migrations.
- AWS-only deploy — One command provisions the full stack on AWS via CDK.
Quick Links
Section titled “Quick Links”Tech Stack
Section titled “Tech Stack”| Layer | Technology |
|---|---|
| Backend | Rust (compiled to native binary) |
| Frontend | Astro 7 + React islands |
| Database | PostgreSQL (local Docker / AWS RDS) |
| Auth | Magic Link + Microsoft Entra ID |
| Media | S3 / Local filesystem |
| Deploy | AWS CDK / Cloudflare Pages |