{
  "slug": "turborepo",
  "name": "Turborepo",
  "url": "https://turborepo.dev",
  "cat": "dx",
  "group": "build",
  "tagline": "Monorepo task runner",
  "price": "Free · MIT",
  "tier": "free",
  "pick": false,
  "what": "A Rust task orchestrator for monorepos from Vercel, at v2.x. It builds a task graph from your package scripts, runs them in parallel, and caches outputs so unchanged packages are never rebuilt. Remote Cache shares that cache across CI and teammates.",
  "why": "Once you split a project into web plus API plus a shared UI package, plain npm scripts rebuild everything on every change. Turborepo makes CI skip work it has already done.",
  "warn": "Overkill for a single-app repo — it adds config for no gain until you have two or more packages. Hosted Remote Cache is easiest on Vercel, though the API is open and self-hostable.",
  "install": "npm install turbo --save-dev",
  "category": {
    "key": "dx",
    "name": "Libraries & build tooling",
    "desc": "The dependencies your AI will reach for whether or not you chose them. Know what they are.",
    "group": "build",
    "groupName": "Build it"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://turborepo.dev/",
    "checked_at": "2026-08-18T21:22:12.874+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}