Deploy Astro static sites and SSR apps to production. Zero-JS by default, lightning-fast CDN delivery, free SSL.
Deploy for free$ git push origin main
✓ Framework detected: Astro 5
• Running npm run build
• Publishing static output to PandaStack CDN
✓ Site live at https://docs.pandastack.app
Repository: github.com/acme/astro-docs Branch: main Output mode: static
npm install npm run build # dist/ is uploaded automatically
export default defineConfig({
output: "static"
})
# Switch to server mode when neededhttps://docs.pandastack.app # Add a custom domain and SSL in one click
Keep Astro fast from build to edge delivery, with previews, SSL, and zero extra hosting setup.
Start free