Modules
Add, remove, and rename product surfaces in one place.
The module registry at src/config/modules.ts is the single source of truth for what the product exposes. The sidebar and ⌘K menu are generated from it.
{ key: "tasks", title: "Tasks", url: "/tasks", icon: IconListDetails, group: "main", enabled: true }
Flip enabled to hide a module everywhere. Add an entry to introduce your own.