type: decision
status: active
timestamp: 2026-06-25
tags: [astro, static, ssr, cloudflare-pages]

All apps static — no SSR

All 6 apps static Astro builds. CF Pages SSR deprecation does not affect us

All 6 surviving apps in the post-scope-cut fleet are static Astro builds (output: 'static' in astro.config.mjs).

The 6 apps: blog, journal, me, oriz-ncert-app, oriz-lore-app, oriz-janaushdhi-app.

Why this matters:

When to revisit: if any future app genuinely needs SSR (e.g. server-rendered authenticated pages — which won’t happen given no-auth-in-apps-or-apis, or per-user dynamic data — which also doesn’t apply to donations-only public tools). Until that day comes, static stays the rule.

Related:


Edit on GitHub · Back to index