Search for a command to run...
High-performance build system for JavaScript and TypeScript monorepos, written in Rust. Speeds up builds through content-aware hashing and incremental compilation, rebuilding only what changed across packages and tasks.
Maintained by Vercel and used by teams at leading companies. Differentiates from alternatives like Nx and Lerna with a minimal configuration model, zero-config integration with common deployment platforms, and remote caching that shares build artifacts across team members and CI pipelines.
Key features:
Teams adopt it to keep local dev and CI fast as monorepos grow, run lint and test only on affected packages, and avoid redundant builds when multiple PRs touch the same unchanged code. Fits well with Next.js, React, Svelte, and other modern frontend stacks.