To deploy your C1 application with Vercel, follow these steps:

1

Push your code to a GitHub repository

Vercel will need access to your code to deploy your application. The easiest way to provide this access is to push your code to a GitHub repository.

2

Sign in to Vercel

Sign in to Vercel using your GitHub account (which has access to your application’s repository)

3

Install the GitHub application to account

When prompted, install the GitHub application to your account. You can give the application access to all repositories or only the ones you want to deploy.

4

Import your repository

Import the repository you want to deploy.

5

Deploy your application

Add the project name, the THESYS_API_KEY environment variable (and any other environment variables you need), and click deploy.

6

Test it out!

That’s it! Your application should now be deployed to Vercel. You can add any custom domains, enable insights, or deploy a different branch to preview it instantly.