KamuiDash KamuiDash Docs
EN JA

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

  1. In the project detail screen, click "New App" → "Static App" → "Upload"
  2. Select a directory or ZIP file from your local machine
  3. Click "Create"

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