z3 Stack

Rust-powered full-stack template

One binary, two static files — a blazing‑fast Rust full‑stack template built with Axum × HTMX.

Explore features GitHub →

Built for speed & simplicity

Modern Rust tooling on the backend, zero‑JS front‑of‑mind on the frontend. Everything you need, nothing you don't.

Rust core

Memory‑safe & fearless performance on every request.

HTMX interactivity

Snappy, progressive enhancement — hx-* attributes, no SPA bloat.

Axum router

Async, ergonomic HTTP handling & typed extractors.

Askama templates

Compile‑time checked HTML views, lightning render speed.

Diesel ORM

Type‑safe queries & migrations with PostgreSQL ready to go.

Axum‑login

Session‑based auth baked right in — secure by default.

Get started in 60 seconds

Clone, build, run. That’s it.

git clone https://github.com/ZiedYousfi/z3-app.git
cd z3-app
cargo run