nrwl/nx

The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on March 4th, 2026
Created on August 11th, 2017
Open Issues & Pull Requests: 440 (+0)
GitHub issues: Enabled
Number of forks: 3,008
Total Stargazers: 29,293 (+0)
Total Subscribers: 235 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 days
Mean response time: 40.4 days
90th percentile: 128.2 days
Tracked items: 3,802

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 40% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed. Three people close 50% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 278
New in 7 days: 11
Closed in 7 days: 34
Avg open age: 202 days
Stale 30+ days: 217
Stale 90+ days: 125

Recent activity

Opened in 7 days: 8
Closed in 7 days: 34
Comments in 7 days: 20
Events in 7 days: 96

Top labels

  • outdated (6,053)
  • type: bug (5,322)
  • stale (1,722)
  • scope: core (1,238)
  • priority: medium (1,027)
  • type: feature (656)
  • scope: angular (590)
  • scope: misc (491)

Detailed Description

Nx is a monorepo platform that optimizes builds, manages dependencies across multiple projects, and integrates with CI systems to accelerate development workflows.

The tool addresses the complexity of managing multiple interdependent projects within a single repository. Nx constructs a dependency graph of your codebase and uses it to determine which tasks need to run when code changes. It caches build artifacts and test results, skipping work on unchanged code. The core engine is built in Rust for performance while remaining extensible through TypeScript, allowing teams to define custom build steps and generators tailored to their architecture.

Nx suits teams maintaining multiple applications or libraries that share code and need coordinated builds and testing. It works well for polyglot codebases mixing different languages and frameworks. The tool is particularly valuable when CI pipelines become a bottleneck, as it can distribute tasks across machines and leverage remote caching to avoid redundant work. Teams evaluating adoption should expect to invest time in structuring their workspace and defining task dependencies, though the tool provides generators to scaffold new projects and libraries following best practices.

The project maintains a substantial user base, with almost all open issues originating from external adopters reporting real-world problems rather than from the core team. Issue responses typically arrive within one to two weeks. The issue tracker is dominated by bug reports and medium-priority items, with some issues marked as outdated, suggesting the team actively manages the backlog but may not always keep pace with the rate of incoming reports.