Initial release of an opinionated starter template for building Astro projects on Cloudflare Workers.
Highlights
-
Astro configured for server output on Cloudflare Workers
-
Minimal Worker entrypoint already wired to the Astro Cloudflare handler
-
Tailwind CSS integrated through the Vite plugin
-
Sitemap support included
-
Strict TypeScript setup via Astro’s strictest config
-
Biome configured for formatting, linting, and import organization
-
Lightning CSS enabled with Browserslist targets
-
Cloudflare configuration prepared with:
- image binding support
- KV namespace binding
- logs and traces enabled
- source map upload enabled
-
Useful scripts included for:
- local development
- type/check validation
- preview
- Cloudflare deployment
Why this template
This project is meant to provide a strong default setup for people who want a modern Astro + Cloudflare stack without assembling the tooling from scratch.