Sidebar navigation is a vertical menu, usually on the left, that displays your app's main navigation options. It stays visible as users navigate, making it easy to jump between sections. Common in dashboards, admin panels, and complex apps with many sections. Works well on desktop but often collapses to a hamburger menu on mobile.
Use sidebar navigation when you have 6+ main navigation items, need persistent navigation visibility (dashboards, tools, SaaS apps), or have hierarchical navigation with nested submenus. It's ideal for complex apps where users switch between sections frequently. Avoid for simple marketing sites or mobile-first apps where screen space is limited.
Navigation Patterns
Persistent side menu—always visible navigation, primary actions, app-level controls, desktop standard