Static + API
- Pages for static UI.
- Pages Functions for API.
- KV for config/cache; D1 for relational; R2 for files.
- Queues for tasks like image processing.
SSR at the edge
- Use Workers for SSR frameworks or templating.
- Cache HTML at the edge with revalidation.