{
  "id": "frontend-ssr",
  "kind": "web",
  "summary": "Server-rendered pages — the SSR + ISR render modes. A per-request SSR page (reads cookies/headers via useServerRequest, fresh every visit) plus ISR pages (revalidate, stale-while-revalidate, tenant-aware caching). Self-contained: builds + runs with zero infra; swap the loader for ctx.query to pull from your api.",
  "tags": ["web", "frontend", "ssr", "isr", "render-mode", "revalidate", "cache", "swr"]
}
