GitHub suffered another major outage after processing 3 billion commits and 130M PRs a month, prompting Cursor (Origin), The Pierre Computer Company (Code Storage), and Cloudflare (Artifacts) to launch competing Git hosting products, dubbed the 'Git War of 2026.' None currently fully replace GitHub. Also covered: CodeRabbit's new AI-powered security product, TkDodo's TanStack Router prefetching post, OXC adding React Compiler support, Expo Observe for React Native monitoring, Vercel Labs' fx agent harness, a new memory-efficient bundler called oj, Chroma's write-ahead-log engineering writeup, LaunchDarkly's CodeControl for gradual rollouts, Formisch v1.0 form library, Bun 1.4 release, and a new React API for detecting browser environments.

4m read timeFrom bytes.dev
Post cover image
Table of contents
The Main ThingOur Friends (With Benefits)Cool Bits

Questions this post answers

Why did Cursor, Cloudflare, and other companies launch competing Git hosting products in 2026?

GitHub suffered a major eight-hour outage after its systems failed under load from processing 3 billion commits and merging 130 million pull requests a month, according to its own postmortem. This prompted Cursor (with its Origin product), The Pierre Computer Company (Code Storage), and Cloudflare (Artifacts) to launch competing Git hosting products around the same time. daily.dev tracks Git hosting alternatives for teams weighing options beyond GitHub.

What is Cursor's Origin and does it include CI/CD?

Origin is Cursor's new Git hosting architecture, built after poaching a former GitHub architect, designed to be faster and more reliable than GitHub. It includes a UI for reviewing code, but it is currently bring-your-own CI/CD, meaning teams still need a separate GitHub Actions alternative to run builds and pipelines. Developers evaluating Git hosting tradeoffs can follow updates like this on daily.dev.

What does Bun 1.4 add compared to previous Bun versions?

Bun 1.4 improves Node.js compatibility, significantly reduces memory usage, and adds a number of new built-in APIs. It represents a notable step toward closer parity with Node.js while keeping Bun's lower memory footprint as a runtime advantage. daily.dev helps runtime-focused developers keep up with Bun's Node.js compatibility progress.

12K Impressions