From 733122bc9d4e7d677e185b8092f8bf2b6d0c0e59 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:48:19 -0400 Subject: [PATCH] docs(nx-dev): update hero section (#31460) Update tagline. --- README.md | 2 +- .../recipes/running-tasks/self-hosted-caching.md | 2 +- nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx | 4 ++-- .../src/lib/package-schema-viewer.tsx | 2 +- nx-dev/nx-dev/pages/_app.tsx | 4 ++-- nx-dev/nx-dev/pages/index.tsx | 2 +- nx-dev/ui-home/src/lib/hero.tsx | 14 ++++++++++---- packages/angular/README.md | 2 +- packages/create-nx-plugin/README.md | 2 +- packages/create-nx-workspace/README.md | 2 +- packages/cypress/README.md | 2 +- packages/detox/README.md | 2 +- packages/devkit/README.md | 2 +- packages/esbuild/README.md | 2 +- packages/eslint-plugin/README.md | 2 +- packages/eslint/README.md | 2 +- packages/expo/README.md | 2 +- packages/express/README.md | 2 +- packages/gradle/README.md | 2 +- packages/jest/README.md | 2 +- packages/js/README.md | 2 +- packages/module-federation/README.md | 2 +- packages/nest/README.md | 2 +- packages/next/README.md | 2 +- packages/node/README.md | 2 +- packages/nuxt/README.md | 2 +- packages/nx/README.md | 2 +- packages/playwright/README.md | 2 +- packages/plugin/README.md | 2 +- packages/react-native/README.md | 2 +- packages/react/README.md | 2 +- packages/remix/README.md | 2 +- packages/rollup/README.md | 2 +- packages/rsbuild/README.md | 2 +- packages/rspack/README.md | 2 +- packages/storybook/README.md | 2 +- packages/vite/README.md | 2 +- packages/vue/README.md | 2 +- packages/web/README.md | 2 +- packages/webpack/README.md | 2 +- packages/workspace/README.md | 2 +- 41 files changed, 52 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 7eb2dfba16..c17f2ad5ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # Smart Repos · Fast Builds -Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. Create a new Nx workspace with diff --git a/docs/shared/recipes/running-tasks/self-hosted-caching.md b/docs/shared/recipes/running-tasks/self-hosted-caching.md index 51f4abfc62..2b4f670022 100644 --- a/docs/shared/recipes/running-tasks/self-hosted-caching.md +++ b/docs/shared/recipes/running-tasks/self-hosted-caching.md @@ -57,7 +57,7 @@ As long as your server adheres to the OpenAPI spec, you can implement it in any "openapi": "3.0.0", "info": { "title": "Nx custom remote cache specification.", - "description": "Nx is a build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.", + "description": "Nx is an AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.", "version": "1.0.0" }, "paths": { diff --git a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx index dec9cdc582..fd5532f1a9 100644 --- a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx @@ -72,14 +72,14 @@ export function DocViewer({ title={vm.title + ' | Nx'} description={ vm.description ?? - 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.' + 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.' } openGraph={{ url: 'https://nx.dev' + router.asPath, title: vm.title, description: vm.description ?? - 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', + 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.', images: [ { url: `https://nx.dev/images/open-graph/${router.asPath diff --git a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx index a8c566dbc5..a7c15b474a 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx @@ -26,7 +26,7 @@ export function PackageSchemaViewer({ seo: { title: `${pkg.packageName}:${schema.name} | Nx`, description: - 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', + 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.', imageUrl: `https://nx.dev/images/open-graph/${router.asPath .replace('/', '') .replace(/\//gi, '-')}.jpg`, diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index c54606a292..558277e5fc 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -30,12 +30,12 @@ export default function CustomApp({ - Build system, optimized for monorepos, with{' '} - AI-powered
- architectural awareness and advanced CI{' '} - capabilities. + An{' '} + + AI-first + {' '} + build platform that connects everything{' '} + + from your editor to CI + + .
+ Helping you deliver fast, without breaking things.
npx create-nx-plugin` -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. ## What is It? diff --git a/packages/create-nx-workspace/README.md b/packages/create-nx-workspace/README.md index 6998a94682..ff81d52a03 100644 --- a/packages/create-nx-workspace/README.md +++ b/packages/create-nx-workspace/README.md @@ -11,7 +11,7 @@ # `> npx create-nx-workspace` -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. ## What is It? diff --git a/packages/cypress/README.md b/packages/cypress/README.md index c7960865d3..4bda3966eb 100644 --- a/packages/cypress/README.md +++ b/packages/cypress/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview). diff --git a/packages/detox/README.md b/packages/detox/README.md index ddfcdbcfe1..cb3de98a4b 100644 --- a/packages/detox/README.md +++ b/packages/detox/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Detox plugin for Nx](https://nx.dev/detox/overview). diff --git a/packages/devkit/README.md b/packages/devkit/README.md index 1dfb461f5c..91d463d47f 100644 --- a/packages/devkit/README.md +++ b/packages/devkit/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package contains a set of utilities for creating Nx plugins. diff --git a/packages/esbuild/README.md b/packages/esbuild/README.md index db32cabe28..8716d8e0be 100644 --- a/packages/esbuild/README.md +++ b/packages/esbuild/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild). diff --git a/packages/eslint-plugin/README.md b/packages/eslint-plugin/README.md index 0eb65891f2..3ec6c27e18 100644 --- a/packages/eslint-plugin/README.md +++ b/packages/eslint-plugin/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is an ESLint plugin for Nx. diff --git a/packages/eslint/README.md b/packages/eslint/README.md index f6de9a0443..237c450968 100644 --- a/packages/eslint/README.md +++ b/packages/eslint/README.md @@ -11,6 +11,6 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. {{content}} diff --git a/packages/expo/README.md b/packages/expo/README.md index bd906decae..a769d4fd91 100644 --- a/packages/expo/README.md +++ b/packages/expo/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Expo plugin for Nx](https://nx.dev/expo/overview). diff --git a/packages/express/README.md b/packages/express/README.md index e68d2d854e..30677f5ae5 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is an [Express plugin for Nx](https://nx.dev/express/overview). diff --git a/packages/gradle/README.md b/packages/gradle/README.md index c6d6343e03..85f63bc88b 100644 --- a/packages/gradle/README.md +++ b/packages/gradle/README.md @@ -13,7 +13,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview). diff --git a/packages/jest/README.md b/packages/jest/README.md index 9114585cc9..1e3a5becb9 100644 --- a/packages/jest/README.md +++ b/packages/jest/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Jest plugin for Nx](https://nx.dev/jest/overview). diff --git a/packages/js/README.md b/packages/js/README.md index 1ec959b1e6..4cedf8b891 100644 --- a/packages/js/README.md +++ b/packages/js/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview). diff --git a/packages/module-federation/README.md b/packages/module-federation/README.md index 8f74dc132b..1ceeae3c66 100644 --- a/packages/module-federation/README.md +++ b/packages/module-federation/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation). Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient. diff --git a/packages/nest/README.md b/packages/nest/README.md index d2323ea148..2ee8fdb733 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview). diff --git a/packages/next/README.md b/packages/next/README.md index 65062fdc1a..445cefaaee 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Next.js plugin for Nx](https://nx.dev/next/overview). diff --git a/packages/node/README.md b/packages/node/README.md index f6de9a0443..237c450968 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -11,6 +11,6 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. {{content}} diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index ddd2173167..42546e7e80 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt). diff --git a/packages/nx/README.md b/packages/nx/README.md index f6de9a0443..237c450968 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -11,6 +11,6 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. {{content}} diff --git a/packages/playwright/README.md b/packages/playwright/README.md index f6de9a0443..237c450968 100644 --- a/packages/playwright/README.md +++ b/packages/playwright/README.md @@ -11,6 +11,6 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. {{content}} diff --git a/packages/plugin/README.md b/packages/plugin/README.md index 1136ff1f89..8c578daaf0 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. ## What is It? diff --git a/packages/react-native/README.md b/packages/react-native/README.md index 0ce5ddadc3..4b4b833c68 100644 --- a/packages/react-native/README.md +++ b/packages/react-native/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native). diff --git a/packages/react/README.md b/packages/react/README.md index fe2ce45447..b9970f640f 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [React plugin for Nx](https://nx.dev/nx-api/react). diff --git a/packages/remix/README.md b/packages/remix/README.md index dfe1de831c..a4817134d9 100644 --- a/packages/remix/README.md +++ b/packages/remix/README.md @@ -6,7 +6,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix). diff --git a/packages/rollup/README.md b/packages/rollup/README.md index d231673fa2..f53a5ccdf2 100644 --- a/packages/rollup/README.md +++ b/packages/rollup/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup). diff --git a/packages/rsbuild/README.md b/packages/rsbuild/README.md index eb3e892bb7..4a69c94c18 100644 --- a/packages/rsbuild/README.md +++ b/packages/rsbuild/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild). diff --git a/packages/rspack/README.md b/packages/rspack/README.md index 918762e7d4..707d0b91a7 100644 --- a/packages/rspack/README.md +++ b/packages/rspack/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack). diff --git a/packages/storybook/README.md b/packages/storybook/README.md index eba128f3e5..79ee94c6f5 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook). diff --git a/packages/vite/README.md b/packages/vite/README.md index 21dcd08bff..6e7ac8c694 100644 --- a/packages/vite/README.md +++ b/packages/vite/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite). diff --git a/packages/vue/README.md b/packages/vue/README.md index a06d638770..1993532047 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue). diff --git a/packages/web/README.md b/packages/web/README.md index fff816d586..d6764372c9 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Web plugin for Nx](https://nx.dev/nx-api/web). diff --git a/packages/webpack/README.md b/packages/webpack/README.md index 345e3ac250..1de6e9dd97 100644 --- a/packages/webpack/README.md +++ b/packages/webpack/README.md @@ -11,7 +11,7 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack). diff --git a/packages/workspace/README.md b/packages/workspace/README.md index f6de9a0443..237c450968 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -11,6 +11,6 @@ # Nx: Smart Repos · Fast Builds -Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. +An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. {{content}}