A minimal Astro 6 starter deployed on Webflow Cloud.
This is the vanilla variant — styled with a branded landing page and a few doc links. Uses Tailwind v4 via the Vite plugin.
Looking for the variant with Cloudflare bindings (D1, R2, KV)? See
hello-world-astro6-app-bindings.
- Node 22.12+ (see
engines).
nvm use # picks up required Node version
npm install
npm run dev
# → http://localhost:4321- Fork this repo.
- In your Webflow site, open Apps → Webflow Cloud → Create new app and select this repo.
- Pick a mount path and click Deploy.
Full walkthrough: https://developers.webflow.com/webflow-cloud/quickstart.
- Astro 6 (no framework islands)
- Tailwind CSS v4 via
@tailwindcss/vite - Branded landing page with Webflow Cloud doc links
The landing page lives in src/pages/index.astro. Styles are in
src/styles/global.css under the wf-* prefix.
Built with Astro · Deployed on Webflow Cloud.