Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
NX

nrwl/nx

AI Agent

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

29k Stars3.0k Forks490 Open Issues29k WatchersTypeScriptMIT
AI AgentUI FrameworkDeveloper Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

Nx solves the problem of slow, redundant builds and complex CI configuration in monorepos by caching unchanged outputs and running only affected tasks. It also addresses the challenge of debugging CI failures by providing an AI agent that automatically detects, analyzes, and fixes issues.

Deployment reality

The available setup signal starts with: npx nx init. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build and manage large-scale monorepos with multiple frameworks (TypeScript, Go, .NET, etc.), leveraging incremental builds, distributed task execution, and automated e2e test splitting. Real-world use cases include enterprise applications with hundreds of microservices, libraries, and apps, where Nx reduces CI times from hours to minutes. The ceiling includes fully autonomous CI pipelines with self-healing agents that fix failures without human intervention.

Source and compliance noteLast synced: Aug 5, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

nrwl/nx is tracked as a TypeScript project in the AI Agent, UI Framework, Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 29k total stars, with +8 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 18 days ago, and the open issue queue is 490, about 1.68% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 3.0k forks and 29k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need developer workflow automation and command-line tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 52. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • developer workflow automation and command-line tooling
  • TypeScript teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

29k Stars

Reuse

3.0k Forks

Attention

29k Watchers

Maintenance

active

License

MIT

Open issues

490

Overview

Nx is a monorepo solution for TypeScript and polyglot codebases, built with Rust for performance and extensible via TypeScript. It caches unchanged files, runs only affected tasks, and includes an integrated CI solution.

Key Features

- Incremental by design: runs only affected tasks and caches outputs. - AI-native tooling: optimized for autonomous AI agents. - Polyglot plugin system: works with Vite, Webpack, Jest, ESLint, Gradle, Maven, .NET, Go, and more.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

UI Framework

Frontend frameworks, design systems, and interface libraries

Developer Tool

Tools that improve coding, testing, build, and local workflow

Quick Start
npx nx init
View on GitHub Project Homepage
Project Activity

80

Health Score

Active

Commit Activity

Aug 11, 2017

Created

Aug 4, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+25

Today's growth

+52

7-day growth

+52

30-day growth

Jul 27, 2026Aug 5, 2026
Community Health
3.0k

Forks

490

Open

29k

Watchers

Owner
NX

nrwl

GitHub profile
Topics & Language
TypeScriptangularbuildbuild-systembuild-toolbuilding-toolclicypresshacktoberfestjavascriptmonoreponextjsnodejsnxnx-workspacesreactstorybooktypescript
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k
License
MIT
CreatedAug 11, 2017
Last pushAug 4, 2026
Last syncedAug 5, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

Nx solves the problem of slow, redundant builds and complex CI configuration in monorepos by caching unchanged outputs and running only affected tasks. It also addresses the challenge of debugging CI failures by providing an AI agent that automatically detects, analyzes, and fixes issues.

Capabilities

Developers can build and manage large-scale monorepos with multiple frameworks (TypeScript, Go, .NET, etc.), leveraging incremental builds, distributed task execution, and automated e2e test splitting. Real-world use cases include enterprise applications with hundreds of microservices, libraries, and apps, where Nx reduces CI times from hours to minutes. The ceiling includes fully autonomous CI pipelines with self-healing agents that fix failures without human intervention.

Bottom Line

Nx is ideal for teams managing large monorepos who want faster builds and smarter CI, especially those using TypeScript or polyglot codebases. It may be overkill for small single-package projects. The key trade-off is the initial learning curve and potential complexity of the plugin system versus the long-term gains in developer productivity and CI efficiency.

Full AI Analysis