What problem does it solve?
Bootstrapping an Astro project with the right stack and deployment wiring is time-consuming and easy to get wrong, especially when you need a consistent, production-ready setup.
Core Features & Use Cases
- Astro v5 + TypeScript strict initialization: creates a minimal Astro app and enables strict TypeScript from day one.
- Tailwind CSS v4 + React integration: configures styling via the Tailwind v4 Vite plugin and adds React/React DOM.
- Sitemap, Partytown (GA), and Tidewave (dev): sets up SEO sitemap generation, performance-oriented Google Analytics through Partytown, and enables Tidewave integration for AI agents in development.
- Production deployment with Kamal + nginx + Docker: adds Kamal deploy configuration, a multi-stage Dockerfile, and an nginx configuration optimized for static hosting and health checks.
- Use case: You need a fast, repeatable starting point for a client or internal marketing site that must deploy cleanly and include analytics and sitemap from the start.
Quick Start
Run the bootstrap command to generate the full Astro project in your current directory.