feat(onboarding): start desktop setup with workspace sign-in - #547
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…oarding # Conflicts: # CHANGELOG.md
Aayam Bansal (aayambansal)
marked this pull request as ready for review
September 7, 2026 09:04
Aayam Bansal (aayambansal)
requested a review
from Ishaan Gangwani (ishaan1124)
as a code owner
September 7, 2026 09:04
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.
What does this PR do, and why?
Fresh desktop installs currently jump straight into project setup, leaving Synthetic Sciences sign-in and workspace selection buried in settings. Start onboarding with Sign in with Synthetic Sciences, using the existing browser approval flow at app.syntheticsciences.ai so users can choose a workspace they belong to. After successful login, automatically show Start with your research.
A small Skip action at the bottom right opens the same research setup without an account, including while browser approval is pending. Login failures stay retryable, keyboard focus follows the next step, and onboarding is only saved after project creation. Existing signed-in users and completed setups keep their expected entry points. Update the installation guide, quickstart, and changelog.
Linked issue
User-reported onboarding flow; no separate issue.
How did you verify it?
bun test --timeout 30000fromfrontend/workspace. The default-timeout run hit three existing cleanup-hook timeouts; the final rerun and GitHub Frontend unit tests are green.Checklist