Next.js 15.5 Ships — Production Turbopack, Stable Node.js Middleware & TypeScript Upgrades

October 14, 2025

Next.js 15.5 Ships — Production Turbopack, Stable Node.js Middleware & TypeScript Upgrades

The Next.js team has just released version 15.5, and it's packed with exciting features and improvements designed to boost performance, streamline development, and enhance the overall developer experience. This release marks a significant step forward for the Next.js framework, bringing production-ready Turbopack, stable Node.js Middleware, TypeScript upgrades, and a host of other enhancements that will undoubtedly be welcomed by the Next.js community.

One of the standout features of Next.js 15.5 is the graduation of Turbopack to a production-ready state. Turbopack, created by the same team behind Webpack, is designed as a faster successor, promising significantly improved build and cold start times. This means developers can expect quicker feedback loops during development and faster deployment times for production applications. With Turbopack now production-ready, Next.js developers can confidently leverage its performance benefits to build and deploy their applications more efficiently.

Another major highlight of this release is the stabilization of Node.js Middleware. Middleware in Next.js provides a powerful mechanism for intercepting and modifying requests before they reach your application's routes. This enables developers to implement features like authentication, authorization, internationalization, and A/B testing with ease. By stabilizing Node.js Middleware, Next.js 15.5 ensures that developers can rely on this feature for critical application logic without worrying about breaking changes or unexpected behavior. The stability ensures predictable performance and reliability.

Next.js 15.5 also brings significant upgrades to TypeScript support. These upgrades likely include improvements to type checking, code completion, and overall TypeScript integration within the Next.js development environment. TypeScript's static typing capabilities help developers catch errors early in the development process, leading to more robust and maintainable code. Enhanced TypeScript support in Next.js further strengthens the framework's commitment to providing a first-class developer experience.

Beyond these key features, Next.js 15.5 likely includes a variety of other improvements and bug fixes that contribute to a more stable and performant framework. Developers are encouraged to explore the official release notes for a comprehensive list of changes and to upgrade their Next.js projects to take advantage of these exciting new features and improvements. This release reinforces Next.js as a leading framework for building modern web applications.