HTML (Web Page)
Deploy a static site from a GitHub repository.
Use Cases
- Simple HTML sites
- SPA (Single Page Application) builds
- Static site generator output such as Astro, Hugo, or Gatsby
Creating the App
- In the project detail screen, click "New App" → "Web Page" → "GitHub"
- Select repository and branch
- Specify the public directory (e.g.,
dist,build, or.) - Click "Create"
Note: An
index.htmlfile must exist in the public directory.
Starter App
See the starter app for reference: kamui-project/html-starter
Updating the Site
To update the deployed content, push changes to the selected GitHub branch.