Workspace overlay onboarding (UserJot-style)
In progress· by laama.fusion· 7 days ago
Show a non-blocking "Create your workspace" overlay on first sign-in for users who have no orgs yet. Should never block the dashboard — it sits on top, can be dismissed, and re-appears in the dashboard as a setup card.
- Mirror the UserJot copy: name, optional website, subdomain.
- Reuse the existing org+project creation actions.
- Track completion in the user profile so we don't show it twice.
Comments (1)
- laama.fusion· 6 days ago
Branch is up. The plan is to render this as an absolutely-positioned card over
/appwhenorgs.length === 0, so the new portal shell stays visible behind it. We'll persistdismissed_setuponprofilesso refresh doesn't re-show.
Sign in to leave a comment.