Cursor Launches Origin Code Hosting Feature
Cursor ● Covered by 3 sources
Cursor now hosts your code directly, not just edits it. Origin rolls out today in beta, bringing repos, PRs, and GitHub sync into the same place as your AI agent.
Based on reporting by Cursor — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Cursor just stopped being only an editor. Starting today, paid users get access to Origin, a new feature that lets Cursor actually host your code — repos, pull requests, browsing, the works — rolling out in early beta across all paid plans.
The pitch is simple: keep everything an agent needs in one spot. Head to the new Codebase tab, hit +New, name a repo, and Cursor hands you CLI commands to clone or push. Push once and your code lives on Origin, with a URL built from whatever name you gave your codebase — something like cursor.com/codebase/acme-corp. No need to abandon GitHub, either. Connect your GitHub org, pick which repos to sync, and Cursor pulls in a live copy you can browse and search, while pushes still land on GitHub, which remains the actual source of truth for anything that started there. Small icons mark which repos are Cursor-hosted versus synced from GitHub, so it's obvious at a glance.
Pull requests get the same dual-home treatment. Every repo has them, complete with timeline, commits, checks, and diffs you can comment on and merge without leaving Cursor. Comment in Cursor and it shows up on GitHub; react on GitHub and it appears back in Cursor within seconds, according to the company. If someone assigns you a review on GitHub, you can handle the whole thing from inside Cursor instead.
What makes this more than a GitHub clone is the agent layer sitting on top. Because code, pull requests, and Cursor's agents now share the same space, you can ask questions about code you're browsing and have the agent answer, make edits, update a PR, or push a branch directly. Cursor says agent-native features are still coming, so this early beta is really just the foundation.
There's also a budding app ecosystem attached to Origin. Vercel, Depot, and Buildkite integrations are live now, with more promised later. Hook up Vercel from a repo's Apps tab and every pull request gets a preview deployment for testing before it ships to production on merge. For CI, Depot and Buildkite both run existing GitHub Actions workflows, and Buildkite can run its own native pipelines too.
Origin is available today to everyone on a paid plan, with one exception: enterprise admins can opt their orgs out.
My take — AI-written commentary, not fact-checked reporting
Cursor betting on hosting its own repos is a bigger swing than it looks — it's not just building a smarter editor anymore, it's angling to be the place code lives, competing directly with the platform (GitHub) it currently depends on for sync. Keeping GitHub as the source of truth for now looks like a hedge, not a long-term plan. Anyone who's watched a tool quietly become infrastructure should recognize this pattern immediately.
Read more about this at: Cursor