+ Enable your AI assistant to move beyond local file changes with
+ architectural awareness, best practices context, and deep integration
+ into your CI and local tooling.
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/engineering/solutions-engineering-testimonials.tsx b/nx-dev/ui-enterprise/src/lib/solutions/engineering/solutions-engineering-testimonials.tsx
new file mode 100644
index 0000000000000..95b2484cd2afc
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/engineering/solutions-engineering-testimonials.tsx
@@ -0,0 +1,103 @@
+import type { ReactElement } from 'react';
+import {
+ CasewareIcon,
+ HetznerCloudIcon,
+ PayfitIcon,
+ SiriusxmAlternateIcon,
+ UkgIcon,
+ VmwareIcon,
+} from '@nx/nx-dev/ui-icons';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+
+export function SolutionsEngineeringTestimonials(): ReactElement {
+ return (
+
+
+
+ Hear from developers like you
+
+
+ Don't just take our word for it. See how Nx transforms development for
+ teams worldwide.
+
+
+
+
+
+
+ “Using Nx Cloud, our CI times have reduced by 83%! Our teams are
+ not waiting hours for their PR to be merged anymore and we
+ reclaimed our productivity.”
+
+
+
+
+
+
Laurent Delamare
+
Senior Engineer, VMware
+
+
+
+
+
+
+
+ "Engineers will run a test command and expect it to run for 20
+ mins, when it finishes in a few seconds, they ask “Did I start it
+ wrong? Why is it so fast?"
+
+
+
+
+
+
Pavlo Grosse
+
+ Senior Engineer, Hetzner Cloud
+
+
+
+
+
+
+
+
+
+ "Maintaining our own CI was not efficient. With Nx Cloud our
+ developers can focus on the things that actually matter for DevEx
+ and create a good experience for our customers."
+
+
+
+
+
+
Sid Govindaraju
+
Engineering Manager, UKG
+
+
+
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/leadership/build-a-modern-engineering-organization.tsx b/nx-dev/ui-enterprise/src/lib/solutions/leadership/build-a-modern-engineering-organization.tsx
new file mode 100644
index 0000000000000..e5d0f17408979
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/leadership/build-a-modern-engineering-organization.tsx
@@ -0,0 +1,101 @@
+import {
+ ArrowPathIcon,
+ LockClosedIcon,
+ SparklesIcon,
+} from '@heroicons/react/24/outline';
+import { ReactElement } from 'react';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+import Link from 'next/link';
+
+const features = [
+ {
+ name: 'Enable AI-assisted development',
+ description: (
+ <>
+
+ Make LLMs and internal tooling smarter by providing real-time
+ architecture and usage context, giving your teams a strategic edge in
+ how quickly and confidently they can ship.
+
+ Understand how everything fits together with tools that map
+ relationships, dependencies, and ownership—so you can make decisions
+ faster and avoid delays caused by hidden complexity.
+
+
+ Fast Delivery Low Risk
+
+
+ High ROI
+
+
+
+ Supercharge engineering ROI with faster delivery, lower CI costs,
+ and fewer risks. Scale safely, future‑proof your stack, and leverage
+ AI‑assisted workflows.
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/leadership/solutions-leadership-testimonials.tsx b/nx-dev/ui-enterprise/src/lib/solutions/leadership/solutions-leadership-testimonials.tsx
new file mode 100644
index 0000000000000..d2784aa5e4084
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/leadership/solutions-leadership-testimonials.tsx
@@ -0,0 +1,103 @@
+import type { ReactElement } from 'react';
+import {
+ CasewareIcon,
+ HetznerCloudIcon,
+ PayfitIcon,
+ SiriusxmAlternateIcon,
+} from '@nx/nx-dev/ui-icons';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+
+export function SolutionsLeadershipTestimonials(): ReactElement {
+ return (
+
+
+
+ Hear from developers like you
+
+
+ Don't just take our word for it. See how Nx transforms development for
+ teams worldwide.
+
+
+
+
+
+
+ "The hours we spent manually load balancing in CircleCI was
+ painful. With Nx Cloud we offload that complexity and that keeps
+ velocity at scale in a large monorepo."
+
+
+
+
+
+
Nicolas Beaussart
+
+ Staff Platform Engineer, Payfit
+
+
+
+
+
+
+
+
+ “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
+
+ Principal Software Engineer, SiriusXM
+
+
+
+
+
+
+
+
+
+ "We leverage Nx to share code, UX, and styles. All teams decided
+ to migrate their frontend code to it. We then moved a backend app
+ in, and devs loved it so now every app’s there."
+
+
+
+
+
+
Amir Toole
+
VP of Engineering, Caseware
+
+
+
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/management/cut-down-engineering-waste.tsx b/nx-dev/ui-enterprise/src/lib/solutions/management/cut-down-engineering-waste.tsx
new file mode 100644
index 0000000000000..31785cabbd729
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/management/cut-down-engineering-waste.tsx
@@ -0,0 +1,99 @@
+import {
+ BoltIcon,
+ CheckCircleIcon,
+ LightBulbIcon,
+} from '@heroicons/react/24/outline';
+import { ReactElement } from 'react';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+import Link from 'next/link';
+
+const features = [
+ {
+ name: 'Reduce CI waste',
+ description: (
+ <>
+
+ Speed up pipelines with caching, task splitting, automatic flaky tasks
+ retries, and smart distribution.
+
+
+
+ Cut Down Engineering Waste
+
+
+ Prevent issues before they become months-long rework.
+
+
+
+
+ {features.map((feature) => (
+
+
+
+
+
+ {feature.name}
+
+
+ {feature.description}
+
+
+ ))}
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/management/keep-teams-aligned.tsx b/nx-dev/ui-enterprise/src/lib/solutions/management/keep-teams-aligned.tsx
new file mode 100644
index 0000000000000..48c3d2ecfd23f
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/management/keep-teams-aligned.tsx
@@ -0,0 +1,113 @@
+import {
+ ArrowsRightLeftIcon,
+ ShieldCheckIcon,
+ SparklesIcon,
+} from '@heroicons/react/24/outline';
+import { ReactElement } from 'react';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+import Link from 'next/link';
+
+const features = [
+ {
+ name: 'Enable developer mobility',
+ description: (
+
+ Standardized practices and shared architectural context make it easy for
+ engineers to onboard quickly and increase dev mobility across projects
+ and teams.
+
+
+ Standardize, scale,{' '}
+
+ ship faster with less waste
+
+
+
+ Build, test, and deploy software more efficiently with powerful repo
+ tools and intelligent CI, freeing your teams to innovate faster.
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/management/solutions-management-testimonials.tsx b/nx-dev/ui-enterprise/src/lib/solutions/management/solutions-management-testimonials.tsx
new file mode 100644
index 0000000000000..65bc4f3f5e2dd
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/management/solutions-management-testimonials.tsx
@@ -0,0 +1,104 @@
+import type { ReactElement } from 'react';
+import {
+ HetznerCloudIcon,
+ PayfitIcon,
+ SiriusxmAlternateIcon,
+} from '@nx/nx-dev/ui-icons';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+
+export function SolutionsManagementTestimonials(): ReactElement {
+ return (
+
+
+
+ Hear from developers like you
+
+
+ Don't just take our word for it. See how Nx transforms development for
+ teams worldwide.
+
+
+
+
+
+
+ “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
+
+ Principal Software Engineer, SiriusXM
+
+
+
+
+
+
+
+
+ "A year ago, to deploy a feature, it took 2-5 days. Now the same
+ feature takes 2 hours. We use Nx Cloud to speed up CI. Without it,
+ we couldn’t have the velocity that we have right now."
+
+
+
+
+
+
Nicolas Beaussart
+
+ Staff Platform Engineer, Payfit
+
+
+
+
+
+
+
+
+ "Nx is speed and scalability - with the set of features we had 3
+ years ago and CI being kind of slow, now we have way more features
+ and CI is fast in comparison. That’s a huge win for us."
+
+
+
+
+
+
Pavlo Grosse
+
+ Senior Engineer, Hetzner Cloud
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/platform/cost-efficient-compute.tsx b/nx-dev/ui-enterprise/src/lib/solutions/platform/cost-efficient-compute.tsx
new file mode 100644
index 0000000000000..89a6e56a35921
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/platform/cost-efficient-compute.tsx
@@ -0,0 +1,105 @@
+import {
+ AdjustmentsHorizontalIcon,
+ FunnelIcon,
+ ServerStackIcon,
+} from '@heroicons/react/24/outline';
+import { ReactElement } from 'react';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+import Link from 'next/link';
+
+const features = [
+ {
+ name: 'Use only what is needed',
+ description: (
+
+ Nx runs only{' '}
+
+ affected tasks
+ {' '}
+ and caches results to cut down compute usage.
+
+ Use Polygraph to gain visibility of dependencies across teams and
+ repos, enforce conformance rules, and easily roll out updates across
+ all repos.
+
+
+ CI that works out of the box –{' '}
+
+ stays reliable at scale
+
+
+
+ Reliable, out-of-the-box CI that scales. Cut costs and boost speed
+ with smart caching, compute distribution, and enhanced security for
+ your pipelines.
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/platform/solutions-platform-testimonials.tsx b/nx-dev/ui-enterprise/src/lib/solutions/platform/solutions-platform-testimonials.tsx
new file mode 100644
index 0000000000000..460e904c25dd6
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/platform/solutions-platform-testimonials.tsx
@@ -0,0 +1,103 @@
+import type { ReactElement } from 'react';
+import {
+ CasewareIcon,
+ PayfitIcon,
+ SiriusxmAlternateIcon,
+ UkgIcon,
+} from '@nx/nx-dev/ui-icons';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+
+export function SolutionsPlatformTestimonials(): ReactElement {
+ return (
+
+
+
+ Hear from developers like you
+
+
+ Don't just take our word for it. See how Nx transforms development for
+ teams worldwide.
+
+
+
+
+
+
+ “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
+
+ Principal Software Engineer, SiriusXM
+
+
+
+
+
+
+
+
+ "A year ago, to deploy a feature, it took 2-5 days. Now the same
+ feature takes 2 hours. We use Nx Cloud to speed up CI. Without it,
+ we couldn’t have the velocity that we have right now."
+
+
+
+
+
+
Nicolas Beaussart
+
+ Staff Platform Engineer, Payfit
+
+
+
+
+
+
+
+
+ “We got requests from other feature teams saying they wanted to
+ build an experience to deploy on mobile and web. With Nx we can
+ share libraries so they can build on top of what we’ve already
+ built and reduce code duplication.”
+
+
+
+
+
+
Sid Govindaraju
+
Engineering Manager, UKG
+
+
+
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/solutions-bottom-call-to-action.tsx b/nx-dev/ui-enterprise/src/lib/solutions/solutions-bottom-call-to-action.tsx
new file mode 100644
index 0000000000000..ba5d9cf8a24c9
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/solutions-bottom-call-to-action.tsx
@@ -0,0 +1,89 @@
+import Link from 'next/link';
+import { ReactElement } from 'react';
+import { sendCustomEvent } from '@nx/nx-dev/feature-analytics';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+
+export function SolutionsBottomCallToAction(): ReactElement {
+ return (
+
+
+
+
+
+
+
+ Don’t lose velocity as your organization grows{' '}
+
+ 10x developer{' '}
+
+ Nx developers are even more efficient at scale
+
+
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/solutions-faq.tsx b/nx-dev/ui-enterprise/src/lib/solutions/solutions-faq.tsx
new file mode 100644
index 0000000000000..e9b1fdc2fa9fb
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/solutions-faq.tsx
@@ -0,0 +1,150 @@
+'use client';
+import {
+ Disclosure,
+ DisclosureButton,
+ DisclosurePanel,
+ Transition,
+} from '@headlessui/react';
+import { ChevronDownIcon } from '@heroicons/react/24/outline';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
+import { cx } from '@nx/nx-dev/ui-primitives';
+import { FAQPageJsonLd } from 'next-seo';
+import Link from 'next/link';
+import { ReactElement } from 'react';
+
+export function SolutionsFaq(): ReactElement {
+ const faqs = [
+ {
+ question: 'What is Nx?',
+ answerJson:
+ 'Nx is a smart build system and task orchestrator that understands how your code is built, used, and shared. It helps teams scale confidently by running only what’s needed, enforcing best practices, and keeping builds fast and reliable—both locally and in CI. Nx also structures your metadata to power consistent, AI-assisted workflows across your entire development pipeline.',
+ answerUi: (
+
+ Nx is a smart build system and task orchestrator that understands how
+ your code is built, used, and shared. It helps teams scale confidently
+ by running only what’s needed, enforcing best practices, and keeping
+ builds fast and reliable—both locally and in CI. Nx also structures
+ your metadata to power consistent, AI-assisted workflows across your
+ entire development pipeline.
+
+ ),
+ },
+ {
+ question: 'Do I need to migrate to Nx all at once?',
+ answerJson:
+ 'Not at all. Nx can be incrementally adopted. You can start with just your team – and expand at your own pace.',
+ answerUi: (
+ <>
+
+ Not at all. Nx can be incrementally adopted. You can start with just
+ your team – and expand at your own pace.
+
+ >
+ ),
+ },
+ {
+ question: 'Will Nx work with our current CI provider and tooling?',
+ answerJson:
+ 'Yes. Nx integrates with all the major CI providers (GitHub Actions, CircleCI, GitLab, Azure, Bitbucket and Jenkins) and fits into your existing developer toolchain. You can easily get started with your existing stack.',
+ answerUi: (
+
+ Yes. Nx integrates with all the major CI providers (GitHub Actions,
+ CircleCI, GitLab, Azure, Bitbucket and Jenkins) and fits into your
+ existing developer toolchain. You can easily get started with your
+ existing stack.
+
+ ),
+ },
+ {
+ question: 'Is Nx just for monorepos?',
+ answerJson:
+ 'No. While Nx is well known in the monorepo community, it works just as well in polyrepo environments. Features like remote caching, dependency graphing, and conformance enforcement are valuable in any repo structure.',
+ answerUi: (
+
+ No. While Nx is well known in the monorepo community, it works just as
+ well in polyrepo environments. Features like remote caching,
+ dependency graphing, and conformance enforcement are valuable in any
+ repo structure.
+
+
+ );
+}
diff --git a/nx-dev/ui-enterprise/src/lib/solutions/solutions-top-call-to-action.tsx b/nx-dev/ui-enterprise/src/lib/solutions/solutions-top-call-to-action.tsx
new file mode 100644
index 0000000000000..f786f9517ada7
--- /dev/null
+++ b/nx-dev/ui-enterprise/src/lib/solutions/solutions-top-call-to-action.tsx
@@ -0,0 +1,20 @@
+import type { ReactElement } from 'react';
+import { SectionHeading, Strong } from '@nx/nx-dev/ui-common';
+
+export function SolutionsTopCallToAction(): ReactElement {
+ return (
+
+
+
+ Unlock Peak Performance for Your
+ Development Teams
+
+
+ Get the tools and structure to tackle complex projects, streamline
+ workflows, and{' '}
+ empower your engineers to do their best work.
+
+