Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript.
Incremental builds
Building once is painful enough, Turborepo will remember what you've built and skip the stuff that's already been computed.
Content-aware hashing
Turborepo looks at the contents of your files, not timestamps to figure out what needs to be built.
Parallel execution
Execute builds using every core at maximum parallelism without wasting idle CPUs.
Remote Caching
Share a remote build cache with your teammates and CI/CD for even faster builds.
Zero runtime overhead
Turborepo won’t interfere with your runtime code or touch your sourcemaps.
Pruned subsets
Speed up PaaS deploys by generating a subset of your monorepo with only what is needed to build a specific target.
Task pipelines
Define the relationships between your tasks and then let Turborepo optimize what to build and when.
Meets you where you’re at
Using Lerna? Keep your package publishing workflow and use Turborepo to turbocharge task running.
Profile in your browser
Generate build profiles and import them in Chrome or Edge to understand which tasks are taking the longest.