Vercel
Vercel provides instant deployments with preview URLs for every pull request.
1
Import your repository
Go to vercel.com, click Add New Project, and import your GitHub repository.
2
Configure build settings
Set the following in the project settings:
| Setting | Value |
| Build Command | `curl -fsSL https://oxidoc.dev/install.sh |
| Output Directory | dist |
| Install Command | (leave empty) |
3
Deploy
Click Deploy. Vercel will build and deploy your site. Every push to main triggers a production deploy, and pull requests get preview URLs.
Build cache
The install script downloads a pre-built binary, so builds are fast without any compilation step.