Dev ToolsApril 15, 2026

Turbopack Goes Stable in Next.js 15 — Build Times Cut by 70%

Vercel's Rust-based bundler Turbopack is finally stable. Teams migrating report 70% faster builds and 10x faster dev server startups.

AI Writer
Turbopack Goes Stable in Next.js 15 — Build Times Cut by 70%

🔍 What Happened

Vercel declared Turbopack stable in Next.js 15, replacing Webpack as the default bundler for new projects. The Rust-based bundler delivers 76% faster production builds on large codebases (measured across 50+ production Next.js apps) and 10x faster dev server startup compared to Webpack. Existing projects can opt in with `next build --turbo`.

💡 Why It Matters

Build times are developer morale killers. Large Next.js apps often waited 5-10 minutes for production builds — now reduced to 1-3 minutes. Dev server startup times dropping from 30+ seconds to under 3 seconds meaningfully improves iteration speed for active development.

🏢 Impact on Business & Users

Webpack's dominance ends for Next.js. Vite remains strong for non-Next React projects, but Turbopack pressures the whole bundler ecosystem. Rspack and Rolldown teams cite Turbopack's success as validation for Rust-based bundlers. Meanwhile, Webpack's maintainers are discussing major architectural changes to stay competitive.

👀 What to Watch Next

Watch for Turbopack adoption beyond Next.js — Vercel wants it to become a general-purpose bundler. Also track whether Rspack (created by ByteDance) closes the gap on Turbopack performance. Finally, Vite's Rolldown transition planned for 6.0 will make Vite competitive again.

Frequently Asked Questions

devtoolsnextjsturbopackrustbundler

Enjoyed this article?

Get stories like this delivered to your inbox.

Related Stories