A minimal static HTML/CSS/JS starter deployed on Webflow Cloud.
No framework, no build step, no dependencies — just plain files served as-is. This is the simplest possible Webflow Cloud app: what you commit is what gets served.
Looking for a framework starter instead? See the other
hello-world-*-appexamples (Astro, Next.js, React, Vue, Svelte).
There's nothing to install. Open index.html directly, or serve the folder with any
static file server:
python3 -m http.server 4321
# → 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.
index.html— the page markupstyles.css— brandedwf-*styles (plain CSS, no preprocessor)script.js— tiny progressive enhancement (the page works without it)favicon.svg— Webflow mark
Edit index.html for content and styles.css for styling. There is no compile step —
save and reload.
Built with static HTML · Deployed on Webflow Cloud.