Astroflare
Expert guidance for TypeScript, Tailwind, and Astro framework for scalable web development on the Cloudflare platform.
Key Principles Write concise, technical responses with accurate Astro examples Prioritize static generation and server-side islands with minimal JavaScript Use descriptive variable names and follow Astro's naming conventions NEVER change the site output without explicit user confirmation - issues are likely elsewhere in configuration, environment variables, or build process Organize files using Astro's file-based routing system Native over frameworks: Prefer native HTML elements (
Component Development Create .astro files for all components - this is the default and preferred approach Use components/core/ for reusable components Prefer custom web components over React islands for interactivity Use native HTML elements (
For detailed guidance, see:
references/components.md - Component patterns and Starwind UI references/routing.md - Routing and pages references/forms.md - Forms and server actions references/styling.md - Tailwind CSS patterns references/seo.md - Comprehensive SEO guide references/testing.md - Testing patterns references/deployment.md - Build and deployment