astroflare

Deploy Astro projects with Tailwind on Cloudflare Workers using the Cloudflare adapter.

21|2|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/siviter-xyz/dot-agent --skill astroflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: astroflare
Source: https://github.com/siviter-xyz/dot-agent/tree/main/skills/astroflare
Command: npx skills add https://github.com/siviter-xyz/dot-agent --skill astroflare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Astroflare addresses the challenge of building and deploying high-performance Astro projects with Tailwind on Cloudflare Workers, combining static output with server islands for interactivity.

Core Features & Use Cases

  • Cloudflare Workers deployment: seamless Astro site integration with the Cloudflare adapter and static output.
  • Tailwind v4 integration: responsive styling and design tokens optimized for edge environments.
  • Project structure guidance: recommended file layout (src/, components/, layouts/, pages/) to maximize SSR islands and routing.
  • Use Case: spin up a marketing site or blog that loads fast at the edge with minimal JavaScript.

Quick Start

Create an Astro project configured for Cloudflare Workers, enable Tailwind v4, set output to static, and start the dev server to preview at the edge.

Frequently Asked Questions about astroflare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an Astro site with Tailwind on Cloudflare Workers?

To deploy an Astro site with Tailwind on Cloudflare Workers, configure the Astro project with the Cloudflare adapter, set output to static, and enable Tailwind v4 integration for edge-optimized styling.

Can I use server islands for interactivity while keeping static output on Cloudflare?

Yes, you can use server islands for interactivity while maintaining static output on Cloudflare, allowing your Astro site to balance fast static rendering with dynamic server-side components at the edge.

What is the recommended project structure for an Astro site using server islands?

The recommended project structure for an Astro site using server islands includes organizing files into src/, components/, layouts/, and pages/ directories to maximize SSR islands and optimize Cloudflare routing.

Does the Astroflare setup require trailing slash configuration for Cloudflare routing?

Yes, the Astroflare setup requires configuring trailingSlash to 'always' in your Astro project to ensure proper static output routing and compatibility with the Cloudflare Workers adapter.

What are the limitations of using static output with Astro server islands on Cloudflare?

Using static output with Astro server islands on Cloudflare limits some dynamic rendering capabilities, requiring careful balance between static page generation and interactive server-side components for edge deployment.

Why use Astro with Tailwind on Cloudflare Workers instead of a traditional SSR setup?

Using Astro with Tailwind on Cloudflare Workers delivers edge-optimized performance with minimal JavaScript, combining fast static rendering and responsive styling for high-traffic marketing sites or blogs.