Ross ROSS = Recommend OSS · open-source software intelligence for agents

vercel/turborepo

Build system optimized for JavaScript and TypeScript, written in Rust observed · 2026-08-28

github.com/vercel/turborepo · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 3.0
  • age_days: 1793
  • days_rel: 8
  • days_push: 7
  • n_releases_24m: 91

Full methodology

Adoption not part of the score

31023 stars · 2425 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Turborepo is a high-performance build system and task runner for JavaScript and TypeScript monorepos, written in Rust by Vercel. It parallelizes and schedules tasks across workspaces and uses local and remote caching so builds, tests, and lint runs are never repeated across machines or CI.

Use cases

  • speed up builds in a javascript monorepo
  • cache task outputs across ci machines
  • run build, test, and lint tasks in parallel across workspaces
  • migrate an existing repo to a monorepo incrementally
  • give coding agents fast feedback loops on their changes
  • avoid rebuilding unchanged packages in ci

When to choose

  • you maintain a JavaScript/TypeScript monorepo with many packages and slow CI
  • you want incremental adoption using existing package.json scripts and npm/yarn/pnpm
  • your team wants shared remote caching to eliminate redundant work
  • you use coding agents and want fast, scoped validation of changes

When to avoid

  • your project is a single small package with trivial build times
  • you need a polyglot build system beyond the npm ecosystem (consider Bazel)
  • you rely on non-package.json-based build tooling that turbo cannot orchestrate

Facets

cli-tool · maturity stable

build-tool cli caching developer-tools ci-cd developer-tools web-development cli cross-platform windows monorepo remote-caching task-runner typescript rust coding-agents workspaces javascript command-line automation nodejs macos linux

4 sources

Member repositories

RepositoryRoleHealth v2
vercel/turborepomain95

For agents

markdown · JSON · MCP: product_card(name="vercel/turborepo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem