{
  "id": "frontend-ssr-api",
  "kind": "web",
  "summary": "Server-rendered pages fed by a sibling api — an `ssr` loader calls `ctx.query` over the api's POST /rpc so real rows are in the first paint and the <title>, then `useSubscription` upgrades the same data to live. Pairs with api-backend.",
  "tags": ["web", "frontend", "ssr", "rpc", "fullstack", "seo"]
}
