Deploy a Static Site

Ship static sites (React, Vue, Astro, plain HTML) to any host with SENDR and atomic swaps on every push.

What is static site deployment?

A static site is a folder of HTML, CSS, JS, and assets with no server runtime. Frameworks like Astro, Next (export), Vite, and Hugo all produce static output that can be served from any web root.

Why automate static deploys

Even though static sites are simple, manual uploads still drift out of sync with your repository. Automating the deploy means the live site always matches the commit you pushed.

Deploy a static site with SENDR

# build locally or on the target, then:
sendr deploy --wait

Hosts that work well

Related