Drag-and-drop planning
Move work from the inbox into real days, keep priority order by position, and see each day as a clear workload.
Personal planning for actual work
A calm productivity workspace where todos, meeting notes, AI suggestions, focus mode, tags, search, and Codex workflows finally live in the same place.
Features
TodoBase is built around the daily loop: capture fast, sort later, plan honestly, focus deeply, and keep useful context attached.
Move work from the inbox into real days, keep priority order by position, and see each day as a clear workload.
Open one day, check off the work that matters, and keep completed items visible without cluttering the week.
Capture notes in Markdown, tag them, search them, and turn follow-ups into todos when the conversation ends.
Let TodoBase draft structured todo suggestions from meeting notes, including descriptions, estimates, and reference links.
Filter planning and notes by text or tag, then jump around the app from a Cmd K command palette.
Create scoped MCP tokens so Codex can read, create, and update your todos, planning days, tags, and notes.
Workflow
The app keeps the shape of the work visible, from unplanned inbox items to comments and references on the finished todo.
01
Add todos with descriptions, estimates, reference URLs, tags, and Markdown details.
02
Use the inbox, search, and tag filters to decide what belongs in the week.
03
Drag cards into a day and reorder them so the top of each column reflects priority.
04
Open a single day, complete tasks, and leave updates on the work itself.
Connected planning
TodoBase exposes a bearer-authenticated MCP endpoint, so a trusted Codex session can help create todos, update planning days, maintain tags, and capture meeting notes.
MCP endpoint
Codex can help keep the board current
tools/list
create_todo(title, planned_on, tags)
update_todo(completed: true)
create_meeting_note(body)