Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Tools & releases/
  4. Cursor Launches Origin Codebase Hosting and Bidirectional GitHub Sync
Tools & releases

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.

August 17, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 17, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Cursor Launches Origin Codebase Hosting and Bidirectional GitHub Sync

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 main

bash

✓ 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.”

    — tomasreimers on Hacker News

  • “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.”

    — rvz on Hacker News

#Cursor#GitHub#Vercel#Depot#Buildkite

Sources

  • Cursor Origin Changelog
  • Hacker News Discussion
ShareShare on XShare on LinkedIn
← Previous storyAlibaba Open-Sources Qwen3.8-27B Native Vision Model Under Apache 2.0Next story →How LLM Statistical Watermarking Works and Why Light Paraphrasing Fails

Related stories

  • Tools & releasesOpenAI Launches Codex-Based ChatGPT Work Desktop Agent at Twenty Dollars Monthly
  • Tools & releasesSELF Framework Replaces Executable Linkable Format Binary Headers with Queryable SQLite Databases
  • Tools & releasesAmbient Context Captures macOS Window Text for Local Agent Memory
  • Tools & releasesMoneyPrinterTurbo Automates HD Short Video Generation via Multi-Model AI Workflows

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.