Skip to content

Chukfi Docs

Welcome to the Chukfi CMS documentation. Chukfi is a high-performance, lightweight headless CMS built with Rust, Astro, and Cloudflare.

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.
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