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 --waitHosts that work well
- cPanel / shared hosting (document root upload + swap).
- SFTP to any VPS or static host.
- Any target where SENDR can write the web root.