Authenticated UI clone of https://app.superdesign.dev/, built with React + Vite + Tailwind CSS.
npm install
npm run devnpm run build- App shell + authenticated navigation patterns
- Home route (
/) with hero/composer/discovery/onboarding panel - Projects route (
/teams/:teamId/projects) with project cards + overflow action - Prompt library route (
/library?...) with list + preview layout - Project canvas route (
/teams/:teamId/projects/:projectId) with editor shell, chat panel, zoom menu - Settings route (
/teams/:teamId/settings) with Profile/Team/Referral tabs - Popovers/menus: team switcher, profile menu, onboarding state, zoom dropdown
- Exploration + route research:
RESEARCH_NOTES.md - Phase 2 implementation report:
docs/PHASE2_CLONE_REPORT.md - Captured authenticated screenshots/snapshots:
docs/reference