Astro v6 starter theme for Cloudflare Workers with minimal styling and ready-to-customize Open Graph image templates.
A perfect foundation for your next project!
- Astro Fonts API loads from Fontsource
- TailwindCSS v4 with custom "prose" utility for styling rich text with elegant typography
- Dynamic OG Image Generation on the Worker (cached to minimize requests)
- OG templates for the site itself /og.png and for blog posts /blog/<slug>/og.png
- OG meta tags in head
- Blog example as Astro Content Collection with MDX
- sitemap
- robots.txt
100% pure Astro with no dependencies on any framework.
If you don't use Cloudflare it's easy to revise the Astro config and and remove the Cloudflare adapter.
(Note: react is a dev dependency to appease the bundler regarding a key OG dependency; it is not used for HTML OG image templates and is tree-shaken from the bundle... a benign dev dependency is the cleanest solution vs. complicating the Astro config with Vite tweaks)