Skip to content
Static site

Publish static websites without standing up a whole server first.

Appaloft can publish build output from Vite, Astro, Next export, documentation sites, or plain HTML as a reachable URL. Start with Cloud browser upload, or use the CLI and self-hosted control plane when the site belongs on your own server.

Static artifact example

Static artifact example

npm run build
# Output is usually dist/, out/, or build/
# Cloud: choose static files in Appaloft and publish
# CLI: appaloft deploy ./dist --config appaloft.yml

Aligned with

Cloud static artifact upload strategy, website quick upload copy, and public Appaloft static resource deployment path.

Deployment flow

1

Build

Run the project's build or export command to produce dist, out, or an equivalent static directory.

2

Choose path

Small sites can start with Cloud upload; projects with an existing server can use the CLI or self-hosted control plane.

3

Verify URL

Open the published URL and check the homepage, deep links, images, CSS/JS, and error page.

Related topics

Keep following the same deploy path.

Appaloft SEO pages are organized around real deployment tasks. Each page should lead to the next useful step, not stand alone.