Measured, not claimed
vs Hugo, the fastest of the four we measured — same machine, cold builds, median of three. Bars are to scale, and the sqzass times include the search index, sitemap and llms.txt.
A static site generator, written in Rust
The name is the promise: press a whole site out in one go. Measured against Hugo, Zola, Jekyll and Astro on the same machine, with the method published.
Every release also ships tarballs with checksums — Linux on x86_64 and ARM64, and Apple-silicon macOS.
Most generators lean on their host for pretty URLs, redirects and cache headers. sqzass does that work itself, so the same output is correct on GitHub Pages, Cloudflare Pages, or a plain directory served over HTTP.
Its speed claims are measurements with a published method, and its failures are loud: a broken reference stops the build and names the file, the line and the fix.
vs Hugo, the fastest of the four we measured — same machine, cold builds, median of three. Bars are to scale, and the sqzass times include the search index, sitemap and llms.txt.
0
bytes of difference between two builds of the same input — checked in CI on every push
A 7.3 MB static binary with a live-reload dev server built in. No runtime to install, no plugins to version.
A dead link, a missing template, a typo in front matter — each one stops the build and names the file, the line and the fix. Every error has a stable identifier and exit code, so scripts can handle them too.