Remove route-level wrapper classes in favor of Tailwind-first layout, let the Den dashboard span the full viewport width, and flatten the workspace shell so it reads as one app instead of stacked cards. Also tighten the circular add control and reduce nested border noise across the worker surfaces.
Keep the Open in Web action visible before readiness, add subtle preparing-state motion, and reinforce that browser access is actively being set up for the selected worker.
Turn the loading CTAs into stronger full-width actions, replace the harsh spinner with softer pulse treatments, and move runtime plus connection controls under a single advanced settings accordion. This keeps the dashboard closer to the calmer onboarding language while preserving the same worker controls.
Trim extra onboarding chrome, make worker intent suggestions chain together, and align the Den worker shell with the calmer card and neutral-action patterns from the updated signup flow.
* feat(web): redesign Den onboarding with stepper and auto provisioning
Guide new Den signups through email, intent, and initializing steps while creating the first worker automatically in the background. This aligns the flow with the calmer operator-inspired shell and adds a desktop CTA during provisioning.
* refactor(web): restyle Den onboarding with app-like Tailwind UI
Shift the new Den onboarding away from custom CSS toward Tailwind composition and a calmer OpenWork app-inspired shell. Tighten the stepper, intent, and loading screens so the flow feels closer to the desktop product.
* refactor(web): simplify Den onboarding flow
Reshape Den onboarding into a normal account entry followed by worker naming, intent capture, and a calmer provisioning state. Swap in the landing mark, remove explicit step numbering, and add desktop-time CTAs for the app and Discord while first-run provisioning completes.
Add a low-friction support module in the General tab with Send feedback as the primary action plus Discord and issue-report links. Route all links through the platform external-link helper so behavior is consistent in desktop and web builds.
* docs: record Den value section CTA plan
* fix(landing): align Den value section CTAs with hero style
* fix(landing): neutralize remaining Den icon accents
* fix(landing): add premium gradient to Den badges
* fix(landing): add more breathing room to Den badge rail
* fix(landing): tighten Den badge medallions
* fix(landing): prevent Den badge clipping
* fix(landing): move Den capability rail higher
---------
Co-authored-by: jcllobet <jcllobet@users.noreply.github.com>
* fix(den): lighten admin backoffice delivery
Keep the admin panel fast by loading billing status on demand, show clearer upstream failure states, and retry Den deploys once when Render returns a transient update_failed so backend rollouts are less brittle.
* chore: drop workflow edit from admin follow-up
Give internal operators a protected Den dashboard with seeded allowlist access plus signup, worker, and billing visibility so user support no longer requires direct database inspection.