The product sidebar defaults 'Build', 'CI/CD', 'Sales & Revenue', and 'Customers' all open simultaneously. With 7 sections and ~18 nav items visible at once on a typical product, this causes significant cognitive overload and requires excessive scrolling on shorter screens. Users are forced to scan too much to find their destination.
Category: navigation File: src/components/product-sidebar.tsx Recommendation: Default all sections to collapsed, and auto-expand only the section that contains the currently active route. Persist user-collapsed state in localStorage so power users don't repeatedly collapse sections. Also consider grouping 'Sales & Revenue' + 'Customers' + 'Marketing' into a single 'Revenue & Growth' top-level group to reduce section count from 7 to 5.