✦ CAX v0.1.0 • Pure C

CAX Enterprise SSG

CAX Enterprise SSG

Blazing fast static site generator written in pure C. Jekyll-inspired frontmatter, Liquid-like templating, 0.4s for 1000 pages.

No Node, No Go, No Rust. Just pure C, zero dependencies, and raw speed. Built for developers who love control and performance.

Why CAX? Modern DX with 1972 Power

Why CAX?

We combined Jekyll's and ELeventy 11ty elegant frontmatter experience with C's raw performance. No GC pauses, no heavy runtime, just a single 400KB binary that builds your entire site in milliseconds.

0.4s Builds
Blazing Fast

Built with pure C, direct memory allocation and mmap file reading. 1000 pages in 0.4s. Hugo is 0.8s, Eleventy is 12s. CAX wins.

Jekyll Way
Familiar DX

Supports hero.title nested frontmatter, collection controllers like content/posts.md, pagination with prev/next fix, tags, and Liquid-like {% for %} {% if %} templates.

Zero Deps
Single Binary

No Node_modules, no Go mod, no libyaml. Just gcc and make. Binary <500KB, runs anywhere from Raspberry Pi to your server.

CAX - Blazing Fast Static Site Generator in Pure C

Quick Start

git clone https://github.com/mesinkasir/cax-minimalis
cd cax-minimalis
mingw32-make clean
mingw32-make
cax build
cax start
open http://localhost:8080

Visit http://localhost:8080 - LiveReload in 100 lines of C.

Features at a Glance

  • Nested Frontmatter: hero.title, button.text auto-parsed
  • Collection Controllers: content/posts.md controls /posts/
  • Smart Pagination: No more /page/1/ 404
  • Axcora CSS: Modern UI with 12KB CSS
Welcome to CAX Engine

Ready to Go Blazing Fast?

Join developers who switched to C for static sites.

MIT Licensed. Built with passion by Axcora ecosystem. Free forever.