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:

SettingValue
Build Command`curl -fsSL https://oxidoc.dev/install.sh
Output Directorydist
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.

View page sourceLast updated on Mar 17, 2026 by Farhan Syah