Deploy anywhere
Production Starter kits produce static output — plain HTML, CSS, and minimal JavaScript. That output deploys anywhere a file can be hosted, with no server-side runtime required.
Why this matters
Most website platforms lock you into their hosting. Your Webflow site lives on Webflow. Your Framer site lives on Framer. If the platform changes pricing or goes away, your site is affected.
A static site hosted on infrastructure you control doesn't have this problem. The files are yours. The host is your choice.
FTP — traditional shared hosting
If your client already pays for cPanel or shared hosting, a Production Starter kit deploys via FTP like any other set of static files. No Node server, no build environment on the host required — just upload the output folder.
This makes it the right tool for clients who have existing hosting contracts and don't want to migrate infrastructure just to update their website.
Vercel
Push to GitHub and Vercel builds and deploys automatically. Astro's Vercel adapter is first-class — zero configuration for static output. Preview deployments on every pull request. Free on the hobby plan for most use cases.
Cloudflare Pages
Cloudflare Pages offers free static hosting with global CDN distribution. Build times are fast, the free tier is generous, and Cloudflare's network means good performance everywhere without extra configuration.
Production Starter ships with Cloudflare Web Analytics integration ready to enable.
Netlify
Netlify's Git-based deployment works out of the box with Astro static output. Forms, redirects, and branch deployments are available as optional add-ons if your project needs them.
The back office deploys with the front end
The back office is part of the same codebase as the front end. It doesn't require a separate server, a separate deployment, or a separate service account. One build command. One deploy. Both sides live together.
Browse the kits