Loading...
Loading...
Astro x Tailwind v4 projects on Cloudflare Workers. Use when working with Astro projects deployed to Cloudflare.
npx skill4agent add siviter-xyz/dot-agent astroflare<dialog><form>output: 'static'server:defertrailingSlash: 'always'src/
├── components/ # Astro components and custom web elements
│ ├── core/ # Reusable core components
│ ├── forms/ # Form components with client-side logic
│ ├── modals/ # Modal dialogs
│ └── animations/ # Animated components
├── layouts/ # Page layouts
├── pages/ # File-based routing
├── actions/ # Server actions (forms, API endpoints)
├── utils/ # Utility code
└── styles/ # Global styles.astrocomponents/core/<dialog><form>references/components.mdreferences/routing.mdreferences/forms.mdreferences/styling.mdreferences/seo.mdreferences/testing.mdreferences/deployment.md