About
OZRVS is a starter site demonstrating a modern static stack: Astro for the framework, Tailwind CSS for styling, and Cloudflare Pages for hosting.
Every page here is pre-rendered to static HTML at build time. That means there is no server to maintain, pages load instantly from the edge, and hosting costs next to nothing. When you need dynamic behavior later, Astro makes it easy to opt into server-side rendering on a per-route basis.
The stack
- Astro โ content-focused web framework with a component-based authoring model.
- Tailwind CSS v4 โ utility-first styling, integrated through the official Vite plugin.
- Cloudflare Pages โ global static hosting with automatic Git-based deployments.