A website with a Rust backend.

Every page you see here is rendered on the server by a single compiled Rust binary — no JavaScript framework, no runtime to install.

Axum

The web framework: routing, extractors and middleware, built on Tokio and Tower.

Askama

Templates compiled into the binary. A mistake in the HTML fails the build, not the request.

Postgres

Talked to via sqlx, with migrations applied automatically at startup.