turbopack

Installation
SKILL.md

Turbopack

Turbopack is the build engine built by Vercel. In 2025, it is Stable in Next.js and powers the fastest dev server in the ecosystem.

When to Use

  • Next.js: It's the default dev engine (next dev --turbo).
  • Scale: Designed for monorepos with thousands of pages.

Core Concepts

Incremental Computation

Turbopack never does the same work twice. It caches function results at a granular level (the "Function Level Caching").

Lazy Bundling

It only bundles the dynamic imports and pages you actually visit.

Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026