Skip to content

Deploying Origin Repositories with Vercel

Deploying Origin Repositories with Vercel is available in Beta on Enterprise and Pro plans

Origin is Cursor's Git platform. Vercel for Origin automatically deploys your Origin repositories, providing preview deployment URLs for pull requests and automatic production deployments from your production branch.

Origin is available from Cursor as a research preview. All Origin repositories are private and cannot be deployed from a Vercel Hobby team.

You need the Owner or Member role on a Vercel team to connect an Origin team.

To connect Origin and import a repository:

  1. From the Vercel dashboard, select New Project.
  2. Select Continue with Origin.
  3. Choose the Origin team to connect. Its repositories become available to the Vercel team currently selected in the dashboard.
  4. Select an Origin repository from the list.
  5. Review the project settings. If Vercel does not detect the framework, select a Framework Preset.
  6. Select Deploy.

Members of the selected Vercel team can import repositories from the connected Origin team. You can connect multiple Origin teams to the same Vercel team.

Vercel creates a deployment for each push by default:

  • Pushes to a branch other than your production branch create preview deployments.
  • Pull requests create preview deployments, and Vercel updates the pull request with the deployment status and preview URL.
  • Pushes and merges to your production branch create production deployments and update your production domains.

You can also create a deployment from a Git reference in the Vercel dashboard.

To view or reconnect your Origin teams, open your Vercel team's Git settings and find Origin. To change repository access or uninstall the Vercel app, select Manage on Cursor.

To disconnect an Origin repository from a Vercel project, open the project's Git settings and select Disconnect under Connected Git Repository.

Last updated August 14, 2026

Was this helpful?