> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/nrwl/nx/llms.txt
> Use this file to discover all available pages before exploring further.

# Nx — Smart Monorepos, Fast Builds

> The monorepo platform that amplifies developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically.

Nx is a build system for monorepos. It helps you **develop faster** and **keep CI fast** as your codebase scales — from a single project to thousands of packages across any language or framework.

## Get started

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/getting-started/introduction">
    Learn what Nx is and how it solves monorepo scaling challenges.
  </Card>

  <Card title="Installation" icon="download" href="/getting-started/installation">
    Install Nx and set up your first workspace in minutes.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Build your first Nx workspace and run your first cached task.
  </Card>

  <Card title="Add to existing project" icon="plus" href="/getting-started/add-to-existing-project">
    Adopt Nx incrementally in any npm, pnpm, or yarn workspace.
  </Card>
</CardGroup>

## Core capabilities

<CardGroup cols={2}>
  <Card title="Run tasks" icon="play" href="/features/run-tasks">
    Orchestrate builds, tests, and lints across your entire monorepo.
  </Card>

  <Card title="Cache task results" icon="database" href="/features/cache-task-results">
    Never rebuild what hasn't changed. Local and remote caching built in.
  </Card>

  <Card title="Affected builds" icon="code-branch" href="/features/affected-builds">
    Only run tasks for projects affected by your code changes.
  </Card>

  <Card title="CI orchestration" icon="server" href="/features/ci-orchestration">
    Distribute tasks across machines and slash your CI pipeline time.
  </Card>

  <Card title="Self-healing CI" icon="wrench" href="/features/self-healing-ci">
    AI agents that detect failures, find root causes, and fix broken PRs.
  </Card>

  <Card title="Generate code" icon="wand-magic-sparkles" href="/features/generate-code">
    Scaffold projects, libraries, and components with powerful generators.
  </Card>
</CardGroup>

## Explore Nx

<CardGroup cols={3}>
  <Card title="Core concepts" icon="lightbulb" href="/concepts/mental-model">
    Understand how Nx's task graph, caching, and plugin system work.
  </Card>

  <Card title="Extend Nx" icon="puzzle-piece" href="/extending-nx/overview">
    Build your own generators, executors, and plugins.
  </Card>

  <Card title="CLI reference" icon="terminal" href="/reference/cli-overview">
    Full reference for every Nx command and flag.
  </Card>

  <Card title="Configuration" icon="gear" href="/reference/nx-json">
    Configure workspaces, projects, and task pipelines.
  </Card>

  <Card title="Plugin index" icon="grid" href="/reference/plugins/react">
    Explore official Nx plugins for React, Angular, Node, and more.
  </Card>

  <Card title="AI setup" icon="robot" href="/getting-started/ai-setup">
    Configure Nx for AI-native development with MCP and agent tools.
  </Card>
</CardGroup>

<Note>
  Nx works with any language or framework. Official plugins cover React, Angular, Node.js, Next.js, Vite, Webpack, Jest, Gradle, and many more. See the [Plugin Index](/reference/plugins/react) to find the right plugin for your stack.
</Note>
