Skip to content

Deploy your Astro Site to Sevalla

How to deploy your Astro site to the web using Sevalla.

Sevalla is an all-in-one hosting and management platform for static sites, applications, and databases.

This guide details how to deploy your Astro project to Sevalla.

Sevalla’s Static Site Hosting deploys your site directly to a global edge network.

Sevalla’s Application Hosting supports full-stack applications. You can deploy Astro projects using on-demand rendering (server-side rendering) via the Node.js adapter.

Check the Build Logs in the Sevalla dashboard for error messages. Ensure all dependencies are in dependencies (not devDependencies if needed at runtime).

Ensure the Node.js version selected in Sevalla matches your local development version (check node -v).