A minimal Astro 5 starter deployed on Webflow Cloud.
This is the vanilla variant — the exact output of npm create astro@latest, styled with a branded landing page and a few doc links to get you going.
Looking for the variant with Cloudflare bindings (D1, R2, KV)? See
hello-world-astro-app-bindings.
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 5 (static, no framework islands)
- Tailwind CSS v3 via
@astrojs/tailwind - 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.