Hypermedia-Driven Applications with Rust
A practical guide for humans and AI coding agents
Axum + Maud + HTMX
A Rust-native stack: Axum for routing, Maud for type-safe HTML, HTMX for interactivity. No JavaScript frameworks required.
Hypermedia-driven
HTML is the API. The server returns rendered markup, and the browser handles the rest. Simple architecture, fewer moving parts.
AI-agent friendly
Written to work as context for AI coding agents. Every section is self-contained, precise, and ready to feed into your workflow.