Astro (SSG)
SSG: static HTML that renders without JavaScript. SEO and speed by default.
What we use and why. No black box: this is what runs behind the site.
SSG: static HTML that renders without JavaScript. SEO and speed by default.
Only interactive components load JS (islands). Everything else is HTML.
End-to-end typing: fewer production bugs.
Utility-first styles; minimal CSS in production.
Self-hosted on LiteSpeed/Apache. No lock-in to closed platforms.
Rust backend for our products: fast and memory-safe.