HTML (Static)
Deploy a static site by uploading local files directly — no GitHub repository required.
Use Cases
- Quick one-off deployments
- Sites without a Git workflow
- Testing or previewing static output locally before publishing
Creating the App
- In the project detail screen, click "New App" → "Static App" → "Upload"
- Select a directory or ZIP file from your local machine
- Click "Create"
Note: An
index.htmlfile must exist at the root of the uploaded directory.
Starter App
See the starter app for reference: kamui-project/html-starter
Updating the Site
To update the deployed content, upload new files from the app's Settings tab.