KamuiDash KamuiDash Docs
EN JA

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

  1. In the project detail screen, click "New App" → "Web Page" → "GitHub"
  2. Select repository and branch
  3. Specify the public directory (e.g., dist, build, or .)
  4. Click "Create"

Note: An index.html file 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.