Enterprise dashboard in-app migration
Apr 2026Brought the Enterprise UI out of a separate iframe-hosted repo and into the main app as native routes.
The Enterprise dashboard was a standalone project served inside the main product through an iframe. That meant separate auth, separate theme, separate deploy cadence, and a cross-origin wall that blocked any deeper UX integration.
- Migrated routes and components from the standalone repo into the main Next.js app.
- Unified auth so Enterprise inherits the same session and workspace context as the rest of the product.
- Re-platformed the UI on the shared design system, removing a parallel set of styles and primitives.
- Wired enterprise-aware routing so admins land on the right shell without per-feature flags.
One auth layer, one design system, no cross-origin tax. Faster loads and a real path to deeper UX for enterprise clients.
