'Current Onboarding flow for old platform should land on overview instead of playground' (DASH-364)
User instruction:
@devin follow the spec
After onboarding completion, the "explore" developer path was redirecting users to the playground (/tool-router), which is a dead-end for new users. This changes it to redirect to the overview page instead, matching the behavior already used by the "level-up" and "skip" flows.
Changes:
page.tsx: Swapped redirectToPlayground() → redirectToOverview() in the "explore" path handleronboarding.ts: Removed the now-unused redirectToPlayground server actionRan the local frontend against staging backend and tested both onboarding paths:
/onboarding/developer → clicked "Start from scratch" → redirected to /{org}/{project} (overview). URL did not contain /tool-router. Overview tab was active in nav./onboarding/developer → clicked "Level up my existing agent" → landed on goals page → selected a goal and clicked Continue → redirected to /{org}/{project} (overview).View original video (rec-0b35e7c0201f4089b79665c9e6b58989-edited.mp4)
redirectToPlayground function was fully removed since no other code references it (confirmed via grep). If a playground redirect is ever needed again, it can be re-added.GoalsPageClient.tsx was already using redirectToOverview and required no changes.Link to Devin session: https://app.devin.ai/sessions/62d6eee4daca4faca3d3ec3346d1a925 Requested by: @palash-c
'Current Onboarding flow for old platform should land on overview instead of playground' (DASH-364)
User instruction:
@devin follow the spec
I'll be helping with this pull request! Here's what you should know:
✅ I will automatically:
⚙️ Control Options:
Users who complete the onboarding flow are currently being landed on the playground. Based on session replay observations, this creates a navigation dead-end — users struggle to find their way to core product areas (e.g., projects, API keys, settings) from the playground, leading to unnecessary friction right after signup.
Session recording reference: Watch the session replay
In this session, the user completed onboarding and had to manually navigate through workspace settings to find the API Keys section — clicking around with visible hesitation before landing in the right place. This is a direct consequence of being dropped in the playground with no clear path forward.
After onboarding completes (i.e., ONBOARDING_COMPLETED event fires), redirect the user to the overview section instead of the playground.
This applies to both onboarding flows:
ONBOARDING_COMPLETED with flow = 'developer'ONBOARDING_COMPLETED with flow = 'developer-level-up'ONBOARDING_COMPLETED, user is redirected to the overview section (not the playground).developer and developer-level-up flows.The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| platform-frontend | Preview, Comment | Mar 23, 2026 11:05am |