Skip to content

Webflow-Examples/hello-world-static-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-static-app

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-*-app examples (Astro, Next.js, React, Vue, Svelte).

Quickstart

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

Deploy to Webflow Cloud

  1. Fork this repo.
  2. In your Webflow site, open Apps → Webflow Cloud → Create new app and select this repo.
  3. Pick a mount path and click Deploy.

Full walkthrough: https://developers.webflow.com/webflow-cloud/quickstart.

What's included

  • index.html — the page markup
  • styles.css — branded wf-* styles (plain CSS, no preprocessor)
  • script.js — tiny progressive enhancement (the page works without it)
  • favicon.svg — Webflow mark

Customizing

Edit index.html for content and styles.css for styling. There is no compile step — save and reload.

Learn more


Built with static HTML · Deployed on Webflow Cloud.

About

Minimal Hello World Webflow Cloud example — static HTML/CSS/JS, no framework, no build

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages