Skip to content

Repository files navigation

Todoist Assistant

Todoist Assistant is a local dashboard and small automation toolkit for Todoist. It keeps a local activity cache, shows what changed, and helps turn an overloaded task list into a clear next step.

What it includes

  • A dashboard for activity, priorities, project hierarchy, and completion trends
  • A project timeline showing weekly activity across the history cached for your account
  • Task Multiplication for expanding labelled work into a finite set of copies
  • Habit tracking and stale-task maintenance automations
  • Continuous observer sync for scheduled local automations
  • An optional, read-only Codex executive review of cached activity and active projects

Dashboard overview

Quick start

Requirements: Python 3.11, uv, Node.js 20+, and a Todoist API token.

git clone https://github.com/mtyrolski/todoist-assistant.git
cd todoist-assistant
cp .env.example .env
# Set API_KEY in .env
make setup
make dashboard

Open the dashboard at http://127.0.0.1:3000.

Useful commands:

make dashboard         # normal dashboard; no Codex request
make dashboard_codex   # enables the on-demand executive review
make update_env        # refresh local Todoist data
make run_observer      # keep cache and short automations current
make test_all          # complete test suite

The executive review runs only when requested from the dashboard. It sends a compact snapshot derived from activity.joblib and active projects to the local Codex CLI in read-only mode; it never changes Todoist. It compares the last week with the previous week, considers completion timing and project concentration, and recommends one focused next step. The project timeline provides the underlying parent-project and subproject history directly in the dashboard.

Scope and data

The dashboard uses the local cache after sync. Todoist is contacted to refresh that cache, not for routine chart rendering. Keep .env private: it contains your Todoist token. The default dashboard does not require Codex. To use the review, install and authenticate the Codex CLI, then start make dashboard_codex.

Project layout

  • todoist/ — Python application, cache, API, dashboard and automations
  • frontend/ — Next.js dashboard
  • configs/ — dashboard and automation configuration
  • core/ — core-only Python package
  • tests/ — unit, API, integration, and packaging checks

Packaging

Windows and macOS packaging remains supported; see Windows installer notes.

Verification

uv sync --locked
make test_all

For focused frontend checks:

npm --prefix frontend run lint
npm --prefix frontend run build

About

AI-powered, local-first Todoist analytics, automations, and dashboard with summaries and chat over cached activity.

Topics

Resources

Stars

31 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages