Vercel
Learn how to deploy your project to Vercel.
Last updated
Was this helpful?
Learn how to deploy your project to Vercel.
Last updated
Was this helpful?
, a popular cloud platform for static sites and Serverless Functions, is known for its ease of use and performance optimization capabilities. It provides an ideal environment for deploying your Webstudio Projects.
Learn how to deploy your dynamic JavaScript application to Vercel.
If you use vercel build
before vercel deploy
, make sure to clean your app
folder in the project afterward.
Learn how to upload your static site to Vercel.
Upload/commit your project to a Git provider (GitHub, Bitbucket, GitLab)
How to upload your project to Netlify:
Go to dashboard
Click “Import project” or “Add New” > “Project”
Continue with one of the Git providers and authorize it
Select the repository your project is in
Click “Deploy”
Install the
your project locally
Once you've built the project locally, you can use the to deploy your app directly to Vercel:
Follow the . We plan to add more deployment targets in future.
Vercel injects a few to support and deploy Remix using their CLI, but these files are not necessary for your project when you use it locally.
Export your project using one of the
See Vercel’s “” doc for a comprehensive tutorial.