console: remove onboarding survey, land new users on enable-region - #38085
Merged
jubrad merged 1 commit intoAug 6, 2026
Merged
Conversation
New organizations previously had to complete (or skip) an onboarding survey before reaching the region enablement screen. Remove the survey entirely and make enable-region the default destination of the environment-not-ready flow. Old onboarding-survey URLs redirect there. Also expand the welcome copy on the enable-region page to explain what a region is: every new region starts with a default 25cc quickstart cluster that accrues a baseline cost (linked to the billing docs) from enablement until dropped. Removes the survey component, its option lists, and the HubSpot survey submission plumbing. The post-enablement tutorial slides are unchanged. Adds EnvironmentNotReadyRoutes tests covering the enable-region page, the new copy, and the redirects. Updates the e2e specs to wait for the enable-region page (new data-testid) instead of the survey. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jdonelson
approved these changes
Aug 6, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
New organizations previously had to complete (or skip) an onboarding survey before reaching the region enablement screen. This removes the survey entirely so users land directly on the enable-region page, and improves that page's copy to explain what enabling a region means.
Changes
onboarding-surveyroute from the environment-not-ready flow. The flow's catch-all now redirects toenable-region, so old survey URLs land there too.OnboardingSurvey.tsx(including the internal-only skip button) andonboardingSurveyOptions.ts.submitOnboardingSurvey, its HubSpot endpoint constant, and query key fromhubspot.ts. Signup tracking is untouched.25ccquickstart cluster that accrues a baseline cost (linked to the billing docs) from enablement until dropped.Tests
EnvironmentNotReadyRoutes.test.tsxcovers the enable-region page rendering, the new region/cost copy and billing link, and the redirects from the root and old survey paths.submitOnboardingSurveytests along with the code.data-testid="enable-region"instead of the survey testid.Checklist
$T ⇔ Proto$Tmapping (possibly in a backwards-incompatible way), then it is tagged with aT-protolabel.🤖 Generated with Claude Code