vercel/turborepo

Build system optimized for JavaScript and TypeScript, written in Rust

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 1st, 2024
Created on October 5th, 2021
Open Issues & Pull Requests: 21 (+0)
Number of forks: 2,423
Total Stargazers: 31,003 (+0)
Total Subscribers: 144 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.8 hours
Mean response time: 129.6 days
90th percentile: 580.0 days
Tracked items: 899

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "needs: reproduction" is answered fastest, typically in about 5 hours, while "area: ergonomics" waits about 15 months. Only 7% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 3
Closed in 7 days: 2
Avg open age: 0 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 3
Closed in 7 days: 2
Comments in 7 days: 2
Events in 7 days: 7

Top labels

  • kind: bug (1,141)
  • area: docs (124)
  • area: examples (103)
  • needs: author input (101)
  • needs: reproduction (65)
  • area: ergonomics (60)
  • good first issue (40)
  • RFC: Open (36)

Detailed Description

Turborepo is a high-performance build system optimized for JavaScript and TypeScript monorepos, implemented in Rust for speed and efficiency. Developed and maintained by Vercel, it addresses the complexity of managing large codebases split across multiple packages by providing intelligent task orchestration, incremental builds, and remote caching capabilities. The project is distributed as an npm package and integrates with existing JavaScript ecosystems and workspace tooling.

The core functionality centers on monorepo management and build optimization. Turborepo enables parallel execution of tasks across workspace packages, reducing build times through dependency graph analysis and incremental compilation. It supports remote caching, allowing teams to share build artifacts and avoid redundant work across machines and CI/CD pipelines. The system handles task orchestration by understanding relationships between packages and their dependencies, automatically determining optimal execution order and parallelization strategies. This approach significantly improves development workflow efficiency for teams working with large JavaScript and TypeScript projects.

The repository demonstrates active maintenance and community engagement.

Turborepo's classification spans multiple domains reflecting its comprehensive approach to monorepo tooling. It encompasses npm and yarn compatibility, package management, dependency management, and workspace tools. The system handles code sharing, dependency graph analysis, and collaborative development features. Performance optimization remains central, with capabilities for parallel execution, incremental builds, and remote caching. The project also addresses pipeline orchestration and development workflow improvements, making it relevant across the broader JavaScript development ecosystem.

Documentation receives ongoing attention as evidenced by the active docs label, with the project maintaining comprehensive guides at turborepo.dev. The community operates through GitHub Discussions and Vercel Community channels, with a formal Code of Conduct governing interactions. Security vulnerabilities are handled through responsible disclosure to [email protected] rather than public issue tracking, reflecting professional security practices for a widely-used build tool.