feat(misc): a/b test cloud prompt copy in create-nx-workspace#35039
Merged
FrozenPandaz merged 1 commit intomasterfrom Mar 27, 2026
Merged
feat(misc): a/b test cloud prompt copy in create-nx-workspace#35039FrozenPandaz merged 1 commit intomasterfrom
FrozenPandaz merged 1 commit intomasterfrom
Conversation
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit 3fdbe1b
☁️ Nx Cloud last updated this comment at |
## Current Behavior The cloud prompt in CNW is disabled (shouldShowCloudPrompt returns false). Users see no cloud prompt during workspace creation. ## Expected Behavior Re-enables the cloud prompt with 3 copy variants tied to the flow variant (NX_CNW_FLOW_VARIANT), using the existing A/B testing infrastructure: - Variant 0 (baseline): "Connect to Nx Cloud?" - Variant 1 (remote caching): "Enable remote caching to speed up builds and CI?" - Variant 2 (CI-first): "Speed up your CI with Nx Cloud?" Each variant has a unique tracking code for measuring yes/skip/never rates. New variants emphasize concrete benefits (remote caching, CI speed), mention CI providers (GitHub, GitLab), and note free tier and 2-minute setup. Also removes unused shouldShowCloudPrompt() function. ## Related Issue(s) Fixes NXC-4113
FrozenPandaz
approved these changes
Mar 27, 2026
FrozenPandaz
pushed a commit
that referenced
this pull request
Mar 27, 2026
## Current Behavior The cloud prompt in CNW is disabled (shouldShowCloudPrompt returns false). Users see no cloud prompt during workspace creation. ## Expected Behavior Re-enables the cloud prompt with 3 copy variants tied to the flow variant (NX_CNW_FLOW_VARIANT), using the existing A/B testing infrastructure: - Variant 0 (baseline): "Connect to Nx Cloud?" - Variant 1 (remote caching): "Enable remote caching to speed up builds and CI?" - Variant 2 (CI-first): "Speed up your CI with Nx Cloud?" Each variant has a unique tracking code for measuring yes/skip/never rates. New variants emphasize concrete benefits (remote caching, CI speed), mention CI providers (GitHub, GitLab), and note free tier and 2-minute setup. Also removes unused shouldShowCloudPrompt() function. ## Screenshots Variant 0 (current prompts): <img width="1392" height="935" alt="cnw-variant-0" src="https://github.com/user-attachments/assets/38187e44-5c8f-41b1-b2d9-bdb0eead3f7d" /> Variant 1 (remote cache to speed up builds, free for small teams): <img width="1392" height="939" alt="image" src="https://github.com/user-attachments/assets/ba7ab127-c91e-4566-bae6-6f7fe797959e" /> Variant 2 (speed up CI, mention CI provides): <img width="1392" height="935" alt="cnw-variant-2" src="https://github.com/user-attachments/assets/05bc027a-dcc9-47c4-944c-35ca2fce2007" /> ## Related Issue(s) Closes NXC-4113 (cherry picked from commit cc6b5a3)
Contributor
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
The cloud prompt in CNW is disabled (shouldShowCloudPrompt returns false). Users see no cloud prompt during workspace creation.
Expected Behavior
Re-enables the cloud prompt with 3 copy variants tied to the flow variant (NX_CNW_FLOW_VARIANT), using the existing A/B testing infrastructure:
Each variant has a unique tracking code for measuring yes/skip/never rates. New variants emphasize concrete benefits (remote caching, CI speed), mention CI providers (GitHub, GitLab), and note free tier and 2-minute setup.
Also removes unused shouldShowCloudPrompt() function.
Screenshots
Variant 0 (current prompts):
Variant 1 (remote cache to speed up builds, free for small teams):
Variant 2 (speed up CI, mention CI provides):
Related Issue(s)
Closes NXC-4113