Skip to main content

Feature Toggles

Several parts of tududi are optional and hidden until you turn them on. Profile → Features & Add-ons is where you do that — every toggle here is personal to your account, not instance-wide.


Add-ons

ToggleDefaultTurns on
HabitsOnThe Habits section in the sidebar
Eisenhower MatrixOffThe Eisenhower board under Boards
Kanban BoardOffThe Kanban board under Boards
CalendarOffThe Calendar section
TemplatesOnThe Templates section
Pomodoro TimerOnThe Pomodoro widget in the top bar
What these toggles actually control

Each one shows or hides its section's entry in the sidebar (or, for Pomodoro, the top-bar widget). None of them restrict the underlying page or its data — if you know the direct URL (/habits, /boards/kanban, /calendar, /templates), it opens regardless of the toggle. Treat these as decluttering your navigation, not as an access control or privacy setting.

See Habits, Boards, Calendar, and Templates for what each section does.


Intelligence

A second group of toggles governs smaller, in-context assistive features:

ToggleDefaultEffect
Task Intelligence AssistantOnShows inline guidance while typing a new task name — for example, a nudge if the name is too short to be a clear action
Next Action PromptsOffWhen you open a project, offers to help you set its first next action if it doesn't have one
Next Task SuggestionsOnEnables the "what should I work on next" suggestion on the Today page
Productivity InsightsOnReserved for a future connection to the Productivity Assistant page. In the current release this toggle has no visible effect — the Productivity Assistant page always runs its heuristics regardless of this setting

An About You field for the AI Assistant lives on its own tab rather than here — see AI Assistant.


Technical Implementation Files:

  • Settings UI: /frontend/components/Profile/tabs/FeaturesTab.tsx
  • Defaults: /backend/models/user.js (features column)