How to Deploy a Svelte Site with Vercel
Create your Svelte app and deploy it with Vercel.
This guide will show you how to deploy a Svelte site and get your domain set up.
Svelte is a tool for building fast web applications. There are multiple ways to build an Svelte site, including:
Deploy Svelte to Vercel
Vercel is a platform for deploying the fastest Svelte sites. You can deploy your site with zero configuration to the best frontend infrastructure.
- Develop: Build Svelte sites that connect to your favorite APIs, databases, and content management systems.
- Preview: Integrate with any GitHub, GitLab, or Bitbucket repository for instant continuous deployment.
- Ship: Deploy your site to every edge node worldwide for the fastest Svelte sites. Static files, Serverless and Edge Functions, and more.
Built-in CI/CD for Svelte sites
Vercel has integrations for GitHub, GitLab, and Bitbucket to enable CI/CD for your Svelte site with zero configuration. Then, you can run automated tests for performance and reliability on every push. Pull and merge requests are deployed instantly to a unique URL, accessible to your entire team.
Add your custom domain
After deploying, your new Svelte site will automatically be assigned a .vercel.app
suffixed domain. You can then add a Custom Domain on your choice, either from a third-party or purchased through Vercel.
Deploy Svelte to Vercel
Start from a template
Vercel CLI
- Install the Vercel CLI and run
vercel
to deploy. - Vercel will detect that you are using Svelte and will enable the correct settings for your deployment.
- Your application is deployed! (e.g. sveltekit-template.vercel.app)
Vercel for Git
- Push your code to your git repository (GitHub, GitLab, BitBucket).
- Import your Svelte project into Vercel.
- Vercel will detect that you are using Svelte and will enable the correct settings for your deployment.
- Your application is deployed! (e.g. sveltekit-template.vercel.app)