Navigation Add-Ons
Navigation Add-Ons
Section titled “Navigation Add-Ons”Use these when the app feels hard to move through.
The menu
Section titled “The menu”- Collapsible sidebar
- Sidebar groups
- Nested nav
- Top nav
- Breadcrumbs
- Recently viewed pages
- Favorites / pinned pages
- Command palette
- Global search
- Mobile bottom nav
- Route-level loading states
- Page title bar with actions
- User / account menu
- Workspace switcher
- Organization switcher
The prompt
Section titled “The prompt”Review the app navigation.
Recommend the best navigation model for this product. Consider:- sidebar (collapsible, grouped, nested)- top nav (with or without mega menu)- breadcrumbs- command palette (Cmd+K)- mobile nav (drawer or bottom nav)- workspace / org switching
Explain the tradeoffs before coding.
For the recommended model, describe:- the sidebar/top-nav structure (full label list)- where favorites and recently viewed live- whether a command palette is needed (and what's in it)- whether breadcrumbs add value (and where)- what changes for mobile- what loading states the navigation needs
Then propose 3 directions:- minimal (lowest change)- modern SaaS (recommended for most teams)- power-user (command palette + favorites + advanced shortcuts)Sequencing the work
Section titled “Sequencing the work”Don’t do all 15 at once. A typical sequence:
- Sidebar with groups — base structure.
- Breadcrumbs — instant orientation win for nested pages.
- Command palette — Cmd+K for power users.
- Mobile drawer or bottom nav — when phone usage matters.
- Recently viewed / favorites — once nav has settled.
- Workspace / org switcher — only if multi-tenant is real.
HackerX assistant