- Dioxus 0.7 (
fullstack+routerfeatures) — reactive Rust UI, compiled to WASM for the client. - SSG prerendering —
dx bundle --web --ssggenerates static HTML intopublic/for first paint / SEO. - Typst (planned, not yet wired) — generates the EN-full and FR-2-page PDFs from the same Markdown source.
rustup target add wasm32-unknown-unknown
cargo install dioxus-cli --locked --version 0.7.9
dx --version # dioxus 0.7.9dx serve --web # dev server with hot reload at http://127.0.0.1:8080dx bundle --web --ssg # emits prerendered HTML + WASM into public/public/ is what GitHub Pages serves.