Architecture
Rendering model
The repository uses server output so SSR features stay available. Static pages opt into prerendering route by route.
Boundaries
Content lives in `src/content`, structured data in `src/data`, components in `src/components`, route ownership in `src/pages`, and maintenance notes in `docs`.
Dynamic routes
`/dynamic` demonstrates middleware, request context, Sessions, and Server Islands. `/dynamic/live` demonstrates Live Content Collections.