Cloudflare just slop forked Next.js…
Key Moments
Cloudflare builds Next.js on Vit (V-Next) to run anywhere, stirring rivalry.
Key Insights
V-Next reimplements the Next.js API on Vit to enable deployment beyond Vercel.
AI-assisted bootstrapping delivers SSR, middleware, server actions, and streaming quickly.
Migration uses an agent to adjust to V-Next, including ES module changes and JSX extension.
Performance claims favor Vit and rolldown, with faster builds and smaller bundles, though real-world results vary.
Open-source drama between Vercel and Cloudflare highlights portability vs platform lock-in.
WHY V-NEXT MATTERS
V-Next is a re-implementation of the Next.js API atop Cloudflare's Vit runtime rather than extending Next.js' own build output. This design decision promises true portability: apps can run on platforms beyond Vercel, including Cloudflare Workers and other edge runtimes. The move signals a shift from optimizing for Next.js' output to re-creating the framework to run anywhere, which could reshape how developers think about deployment targets and vendor lock-in.
HOW V-Next IS BUILT ON VIT
Cloudflare's team rebuilt the Next.js API inside Vit, leveraging Vit's fast bundling (rolldown) and Rust-based tooling. They claim to reach basic SSR, middleware, server actions, and streaming within a day, then push to full client hydration by day three, deploying on Cloudflare Workers. This contrasts with Open Next, which translates Next.js output; V-Next instead creates a fresh runtime with native support for Next-like features, all powered by AI-assisted development and Vit's architecture.
MIGRATION AND COMPATIBILITY CHALLENGES
To migrate a typical Next.js app, you install Cloudflare's agent, which adjusts the project to V-Next by adding type: module, converting JSX files to use the JSX extension, and other ES module changes. The demo app is the byes.dev newsletter site, and the migration can start with a simple app but may still leave many pieces broken until further tweaks are applied. The emphasis is on compatibility with V and the potential pitfalls of retrofitting a Next app to a new runtime.
PERFORMANCE CLAIMS AND REAL-WORLD SIGNALS
Cloudflare's internal benchmarks claim V-Next yields much faster production builds and smaller client bundles, thanks to Vit and rolldown. The presenter cites 'Trust Me Bro' style benchmarks showing multi-fold build-time improvements and a substantial reduction in bundle size. The video tester reports his own results, noting that builds can be faster in practice but warns that personal results are not authoritative. The takeaway is that the approach shows real potential, even if the tooling remains immature.
OPEN SOURCE DYNAMICS AND THE RIVALRY
The story frames a rivalry between Versell (Vercel) and Cloudflare as a yardstick for how open-source ecosystems evolve. Versell's CTO called V-Next a 'slop fork', while the Versell team provides migration guides and points out vulnerabilities they found in the project. The dynamic highlights how edge runtimes, OSS governance, and platform incentives shape the pace of innovation. The broader context remains that Next.js is still dominant, but portable runtimes challenge deployment constraints and open-source collaboration.
TAKEAWAYS AND FUTURE PROSPECTS
Across the video, we glimpse bleeding-edge engineering: portable runtimes, performance gains, and AI-assisted scaffolding that accelerates prototypes. Yet maturity and reliability remain open questions, and the host suggests revisiting the project after further months of development. The core lesson is that understanding underlying CS concepts is essential to evaluate such innovations, because fast code generation does not guarantee correctness or stability. Durable success will hinge on real-world adoption, tooling maturity, and clear migration paths for developers.
Mentioned in This Episode
●Tools & Products
●People Referenced
V-Next Migration Cheat Sheet
Practical takeaways from this episode
Do This
Avoid This
V-Next vs Next.js performance snapshot
Data extracted from this episode
| Metric | Next.js (baseline) | V-Next (with Vit) | Notes |
|---|---|---|---|
| Production build time | Baseline | Up to 4.4x faster | Based on Trust Me Bro benchmarks (Cloudflare) / not guaranteed across all projects |
| Client bundle size | Baseline | 57% smaller | Attributed to Vit and rolldown |
| Site build times (bites.dev) | N/A | 5x faster builds observed by creator | Personal experimentation; not production-level claim |
| AI token cost | N/A | $1,100 total | Cost reported during development |
Common Questions
V-Next is a re-implementation of the Next.js API built on the Vit stack, intended to let Next.js apps run on platforms beyond the usual hosting targets (like Cloudflare Workers). Cloudflare pursued this approach to avoid reverse-engineering Next's output and to showcase a more direct, from-scratch implementation. The video notes basic SSR and client hydration became available quickly, and the project cost cited was around $1,100 in AI tokens during development.
Topics
Mentioned in this video
Sponsor mentioned; offers an algorithmic thinking course with a 30-day free trial and 20% off.
Cursor tool used to install an agent that helps migrate a project to V-Next.
Germo, from Verscell, criticized V-Next as a 'slop fork' and commented publicly on the project.
Gromo from Verscell who tweeted a migration guide and highlighted vulnerabilities found in the project.
Cloudflare employee involved in releasing V-Next and participating in the discussion.
Referenced as creators of problems used in Brilliant's course to teach algorithm design.
Popular React framework; described as the standard approach but with limited deployment targets, prompting exploration of alternatives like V-Next.
Project/workflow referenced as the approach of repackaging Next.js output to run on other platforms ( contrasted with rebuilding on Vit ).
Rust-based bundler used within Vit to improve performance.
Re-implementation of the Next.js API built on Vit to allow deploying Next.js apps on platforms beyond the default runtimes; mentioned with a total AI token cost of $1,100 during development.
Rust-based framework powering the V-Next rebuild; provides architectural advantages used by Cloudflare for performance (e.g., rolldown bundler).
More from Fireship
View all 6 summaries
7 minWhen open-sourcing your code goes wrong...
6 minHow AI is breaking the SaaS business model...
11 min10 open source tools that feel illegal...
6 minThe wild rise of OpenClaw...
Found this useful? Build your knowledge library
Get AI-powered summaries of any YouTube video, podcast, or article in seconds. Save them to your personal pods and access them anytime.
Try Summify free