Turborepo is a high-performance build system for JavaScript and TypeScript codebases.
Trusted by teams from around the world
Turborepo reimagines build system techniques used by Facebook and Google to remove maintenance burden and overhead.
Building once is painful enough, Turborepo will remember what you've built and skip the stuff that's already been computed.
Turborepo looks at the contents of your files, not timestamps to figure out what needs to be built.
Share a remote build cache with your teammates and CI/CD for even faster builds.
Execute builds using every core at maximum parallelism without wasting idle CPUs.
Turborepo won’t interfere with your runtime code or touch your sourcemaps.
Speed up PaaS deploys by generating a subset of your monorepo with only what's needed to build a specific target.
Define the relationships between your tasks and then let Turborepo optimize what to build and when.
Using Lerna? Keep your package publishing workflow and use Turborepo to turbocharge task running.
Generate build profiles and import them in Chrome or Edge to understand which tasks are taking the longest.
Monorepos are incredible for productivity, especially on the frontend, but the tooling can be a nightmare. There's a lot of stuff to do (and things to mess up). Nothing “just works.” It's become completely normal to waste entire days or weeks on plumbing—tweaking configs, writing one-off scripts, and stitching stuff together.
We need something else.
A fresh take on the whole setup. Designed to glue everything together. A toolchain that works for you and not against you. With sensible defaults, but even better escape hatches. Built with the same techniques used by the big guys, but in a way that doesn't require PhD to learn or a staff to maintain.
With Turborepo, we're doing just that. We're abstracting the complex configuration needed for most monorepos into a single cohesive build system—giving you a world class development experience without the maintenance burden.