Cursor Launches Origin Codebase Hosting and Bidirectional GitHub Sync
Cursor has introduced Origin, a native code hosting platform integrated directly into the editor for paid plan users. It supports private repositories, pull requests, agentic code edits, and real-time bidirectional syncing with existing GitHub repositories.

Impact: High
Why it matters
You can now host repositories and manage pull requests directly inside Cursor without context-switching to GitHub.
TL;DR
- 01Origin allows Cursor AI agents to natively view diffs, run checks, and manage pull requests.
- 02Bidirectional GitHub sync ensures existing GitHub repositories remain a synchronized source of truth.
- 03Integrated CI/CD tools like Vercel, Depot, and Buildkite bring preview builds into the Cursor UI.
Key facts
- Availability
- Early beta for all paid plans
- GitHub Sync
- Real-time bidirectional
- Integrations
- Vercel, Depot, Buildkite
Native Repository Hosting in Cursor
Cursor's new Codebase tab enables developers to create private repositories, clone code via the Cursor CLI, and push local projects directly to Origin. Every organization gets clean URLs structured as cursor.com/codebase/team-name.
Bidirectional GitHub Sync
Existing GitHub repositories can sit alongside Origin projects. When connected, Cursor synchronizes commits, branches, and pull requests in real time. Comments, replies, and reviews posted in Cursor sync to GitHub within seconds, and vice versa.
Integrated CI/CD App Ecosystem
Origin connects with deployment and build tools directly inside the PR settings:
- Vercel: Triggers automatic preview deployments for every PR with inline review comments.
- Depot & Buildkite: Executes existing GitHub Actions workflows and native pipelines directly inside Origin.
Try it in 2 minutes
# Push existing local repository to Cursor Origin
cursor repo create my-app
git remote add origin git@cursor.com:acme-corp/my-app.git
git push -u origin mainbash
✓ When to use
- When working in teams that rely heavily on Cursor agents for code reviews and PR creation
- When you want real-time bidirectional sync with GitHub without leaving the IDE editor
- When testing PR changes with Vercel preview deployments inside Cursor
✕ When NOT to use
- When strict corporate governance mandates holding all repositories exclusively on enterprise GitHub/GitLab servers
- When hosting public open-source repositories requiring unauthenticated public browsing
What to do today
- Navigate to the Codebase tab in Cursor and link your GitHub organization.
- Connect Vercel or Depot in repository settings to enable automated PR build checks.
What the community says
“Currently Origin repositories are private to members of a Cursor team. Over time we plan to expand access, but wanted to start with a limited beta of the underlying git tech.”
“Let's see how strong GitHub's network effect really is... it is worth testing to see how much can GitHub's users tolerate the endless outages and unreliability.”
Sources