Skip to main content

Vercel

Vercel is a platform for frontend frameworks and static sites. It's commonly used if you're building a project in NextJS.

NOTE

The current Vercel service is only meant to be used with Ship, which you can read about here. You will not gain access to any of Vercel APIs in your project.

Get Connected

First, you'll need to create a token in Vercel.

  1. Log into Vercel
  2. Click on your avatar in the upper-right
  3. Select Settings > Tokens
  4. Create a token with the Full Account scope and your desired expiration date.

Next, you'll need to create a service connection.

  1. Go to API > Add Service
  2. Use the token you just created.

Finally, set up a static site to use Vercel.

  1. Go to Settings > Static Sites
  2. Create a site and select Vercel from the provider dropdown.

Using NextJS? Check out our guide on integrating with a NextJS project here.

To learn how to deploy a Ship project to Vercel, check out our guide on the process.

Still need help? Get in touch with us.