• *This post was updated at 12:35 pm PT to fix a typo in the build time benchmarks. • Last week, one engineer and an AI model rebuilt the most popular front-end framework from scratch. • The result, vinext (pronounced “vee-next”), is a drop-in replacement for Next.js, built on Vite, that deploys to Cloudflare Workers with a single command. • In early benchmarks, it builds production apps up to 4x faster and produces client bundles up to 57% smaller. • And we already have customers running it in production. The whole thing cost about $1,100 in tokens. • The Next.js deployment problem Next.js is the most popular React framework.
Article Summaries:
- A single engineer and an AI model rebuilt the popular React framework Next.js from scratch in one week, producing vinext-a drop‑in replacement that runs on Vite and deploys to Cloudflare Workers with a single command. Vinext replicates Next.js’s API surface-routing, server rendering, React Server Components, server actions, caching, and middleware-without relying on Turbopack. Early benchmarks show production builds up to 4× faster and client bundles 57 % smaller than Next.js 16, and the project cost only about $1,100 in token usage. The team already has production customers using vinext, positioning it as a lightweight, platform‑agnostic alternative to Next.js.
Sources:
- https://blog.cloudflare.com/vinext/ (Latest source article published: 2026-02-24 20:00 UTC)