Back
Blog
Jul 01, 2026

Rendering Public Content from Payload with Astro SSR

A simple pattern for showing Payload-backed content without a dashboard or client-side query layer.

Server-rendered data

Astro pages fetch public posts and projects on the server, then pass the result into lightweight React islands only where interactivity is needed.

Keep the surface small

A read-only portfolio has fewer moving parts: no login route, no protected dashboard, and no browser Payload CMS session handling.