Movies Database
A programmatic-SEO reference architecture — a database-backed catalog of movies, actors, directors, genres, and theaters. Content pages are server-rendered from PostgreSQL at the edge on every request; high-traffic entry pages like this one are prerendered for instant static delivery.
Built on Astro and Cloudflare Workers, backed byPlanetScale Postgres and accelerated by Cloudflare Hyperdrive, which pools and caches connections at the edge, so even database-backed pages render in the tens of milliseconds warm. Adding a movie, actor, or director to the database publishes it live on the next request — no rebuild needed for these SSR content pages.
This page is fully static (prerendered, ~0 ms TTFB). The badge below is aServer Island — it renders on its own endpoint and streams in a live, server-timed database query without slowing the page down.
Measuring live database latency…