Static Stack
This section covers build-driven site architectures where pages are generated ahead of time and served as static assets. Static stacks reduce runtime complexity by shifting work to build time and delegating hosting and distribution to managed platforms.
The entries here are not recommendations. They describe different static deployment profiles and the tradeoffs they introduce.
Constraint indexes
Low maintenance
Fast change
Predictable cost
Low operational risk
Longevity under neglect
High control
Tool index
Static stacks trade runtime flexibility for simpler hosting and deployment. They are most appropriate when site behavior can be determined at build time and operational complexity needs to remain low.
