Collapsible nav rail with sections.
App sidebar with collapsible sections, active-route highlight, keyboard nav, and a footer popover for account / theme / sign out. Adapts to mobile with a slide-out drawer below ~640px.
import { Sidebar } from "@/components/ui/sidebar";
<Sidebar sections={sections} activeHref={pathname} />components/ui/ folder. You own the code.