Fast by design

Performance

This site is fast by design, not by accident.

How it’s built

Static HTML generated by Zola, a single-binary site generator written in Rust. No client-side framework, no hydration, no JavaScript bundles beyond small utility scripts (~8 KB total, minified).

Tailwind CSS is compiled and minified at build time. HTML is minified by Zola. Fonts are self-hosted and loaded via the FontFace API with a sessionStorage fast-path — repeat visits skip the font-loading entirely.

What that means in practice

Lighthouse CI

Every push to main runs a Lighthouse CI audit against five representative pages. The CI gate enforces:

CategoryThreshold
Accessibility90
Best Practices90
SEO90
Performancewarn-only

Performance is monitored but not gated — network variability in CI makes hard thresholds flaky. The site’s architecture (static HTML, self-hosted fonts, no third-party requests) keeps real-world performance consistently high.

Machine-readable endpoints