ON 24 February 2026, Cloudflare revealed that vinext, a drop-in replacement for Next[.]js built on Vite, was created in under a week by one engineer with AI. Early benchmarks show production builds 1.6x faster and client bundles about 57% smaller, with a production build time of 4.64 seconds for vinext versus 7.38 seconds for Next[.]js 16.1.6.
The project, which runs on Cloudflare Workers, includes features such as Incremental Static Regeneration and Traffic-aware Pre-Rendering to pre-render only pages that actually receive traffic. The endeavour cost roughly $1,100 in tokens, and the team attributes much of the success to well-specified APIs, a thorough test suite, and the aiding capabilities of AI, while acknowledging the Next[.]js repo as a reference point according to Next[.]js repo.
The work is presented as experimental and open-source, with a roadmap that includes broader testing, additional deployment targets, and ongoing collaboration with partners across the ecosystem.