SSG Comparison
SSG Comparison
Section titled “SSG Comparison”Comparison of 6 Static Site Generators (SSGs) for documentation and marketing sites.
| SSG | Version | Status | Build Time | Pages | Notes |
|---|---|---|---|---|---|
| Starlight (Astro) | v0.41.3 | ✅ Working | ~5s | 254 | Full PoC with blog, starlight-blog plugin |
| Hugo | v0.140.0 | ✅ Working | 133ms | 153 | Single binary, fastest build |
| Zensical | v1.0.0 | ✅ Working | ~2s | 62 | Fastest, deployed to production |
| Sphinx | v8.1.3 | ✅ Working | ~3s | 63 | Python-based, MyST parser, furo theme |
| Docusaurus | v3.10.1 | ❌ Blocked | - | - | require.resolveWeak API missing in Node.js |
| VitePress | v1.6.4 | ❌ Blocked | - | - | HTTPS ESM import error during SSR |