Learn by building
Tutorials
Step-by-step lessons that introduce the framework by building a real site.
Framework documentation
A Rust-first static site generator where routes, markdown rendering, assets, and build behavior stay explicit. This site is also the dogfooding app for the framework itself.
Learn by building
Step-by-step lessons that introduce the framework by building a real site.
Solve one concrete task
Task-oriented recipes for routes, frontmatter, media, and non-HTML outputs.
Look up exact behavior
Precise API behavior, route semantics, and public types for site authors.
Understand the design
Architecture notes that explain why the engine is shaped the way it is.
Start here
The best entry points are a tutorial, one focused recipe, the API reference, and an architecture note that explains the execution model.
Understand the workspace layout, the site program, and the build flow before changing code.
Use generated route families and the pagination helper to emit a sitemap index plus many sitemap pages.
Reference for the main builder methods, context types, route metadata, artifacts, and asset requests.
Understand the workspace split, rendering model, asset pipeline, and incremental build strategy.
Latest release note
The repository’s sample site now serves as the framework documentation site and exercises the public API directly.
Engineering journal
2026-03-30
The build report API exposes which routes and assets were emitted, skipped, restored, or removed so incremental behavior is observable instead of mysterious.
2026-03-30
Route shape, artifact semantics, and page output policy are separate decisions so the site can emit pages, XML, JSON, and literal flat files without awkward special cases.