import { SectionHeading, Strong, TextLink } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { AngularIcon, CursorIcon, GithubCopilot, GoIcon, IntellijAiIcon, JavaIcon, NodeIcon, ReactIcon, StorybookIcon, TypeScriptIcon, } from '@nx/nx-dev/ui-icons'; import Image from 'next/image'; export function MonorepoAiSupport(): ReactElement { return (
Promote your LLM from Junior Dev to Chief Architect
AI-powered coding assistants can edit files, but they're blind to the bigger picture –{' '} they don't understand how your entire codebase fits together . Nx changes that. With full visibility into your{' '} monorepo's project relationships, dependencies, and ownership ,{' '} Nx enables your LLM to move beyond local file changes {' '} to make informed architectural decisions. Future-proof your development with system-wide intelligence, not just AI-friendly tools.
); } function ProjectGraph(): ReactElement { return (
Project Graph
); }