import { ReactElement } from 'react'; import { SectionHeading, Strong } from '@nx/nx-dev/ui-common'; import Link from 'next/link'; import { VisibilityAnimation } from './animations/visibility'; import { ConformanceAnimation } from './animations/conformance'; import { OwnershipAnimation } from './animations/ownership'; export function ScaleYourOrganization(): ReactElement { return (
Nx Polygraph Nx Polygraph
Get to market faster by avoiding the most common pitfall of growing teams: silos. Silos create waste, have poorly defined ownership, lack visibility - and slow everything down. Polygraph is a set of Nx Enterprise features built to help large organizations{' '} see across workspaces and take action to accelerate time-to-market .

“Nx means tooling and efficiency around our software development lifecycle that empowers us to move a lot faster, ship code faster and more reliably.”

Justin Schwartzenberger
Justin Schwartzenberger
Principal Software Engineer, SiriusXM
Visibility
See dependencies across teams and repos

In an organization with hundreds of repos it can be hard to understand the relationships between different parts of your ever-growing codebases. With the Workspace Graph, see dependencies across all your repos to understand which projects and teams are affected by changes in a single repo.

Conformance
Streamline onboarding and governance

Platform teams can easily publish and enforce coding standards across an entire organization. Write and publish rules, refactorings, and generators, then quickly deploy them across all repos without involving individual teams. Ensure security vulnerabilities are always addressed and third-party dependencies stay up to date.{' '} Included in{' '} Nx Powerpack , and available complimentary to all Enterprise customers.

  • Configure Conformance Rules{' '}
  • Publish Conformance Rules{' '}
Ownership
Clear, expressive ownership

Unlike the code ownership tools from VCS providers, Nx Owners is built for monorepos. Define ownership at the project level. Nx will compile it back to the file-based rules your VCS providers understand.

Polygraph lets you see owners across all your repositories and plan out multi repo refactorings and migrations.{' '} Included in{' '} Nx Powerpack , and available complimentary to all Enterprise customers.

); } export function ScaleOrganizationIntro(): ReactElement { return (
Don’t lose velocity as your organization grows{' '}
10x developer{' '} Nx developers are even more efficient at scale
); }