cochranblock 0.5.0

Zero-cloud website in a single Rust binary. 13MB on x86, 8.9MB on ARM. $10/month infrastructure. cargo install and run.
Documentation

cochranblock

Proof of Artifacts

Wire diagrams, screenshots, and demos for quick review.

Wire / Architecture

flowchart LR
    User[User] --> Home["/"]
    User --> Services["/services"]
    User --> About["/about"]
    User --> Products["/products"]
    User --> Contact["/contact"]
    User --> Book["/book"]
    User --> Federal["/federal-partners"]

Screenshots

View Description
Hero Hero section
Products Products page
Rogue Repo Rogue Repo (Products)
Kova Kova (Products)
Ronin Sites Ronin Sites (Products)
Services Services page

Demo

Add docs/artifacts/demo-hero.gif for hero scroll or Products carousel.


CochranBlock site (cochranblock.org) — Rust Axum server with embedded assets.

Run

cargo run -p cochranblock

Then open http://localhost:8081 (default). Routes: /, /services, /about, /contact, /book, /products, /federal-partners.

Tokenization

The source code uses compact identifiers (f0, t15, s0, etc.) per the Token-Optimized Code Representation whitepaper. See ../kova/docs/TOKENIZATION_IMPLEMENTATION.md and ../kova/docs/compression_map.md.

Docs