Retro-inspired, modular new tab dashboard built for focus and speed.
- Open
edge://extensions(orchrome://extensions) - Enable Developer Mode
- Click Load unpacked
- Select the
extensionfolder
Sync your todo widget with Todoist using a personal API token.
- Go to Settings > Advanced > Todo Widget
- Enable Sync with Todoist
- Paste your API token (Settings > Integrations > Developer on todoist.com)
- Grant host permission when prompted
Due dates — add natural language dates when creating tasks:
| Input | Task | Due |
|---|---|---|
meet john tomorrow at 2pm |
meet john | tomorrow at 2pm |
buy groceries next monday |
buy groceries | next monday |
call mom every friday |
call mom | every friday |
submit report jan 15 |
submit report | jan 15 |
Todoist's NLP handles parsing. Local mode still supports time-only syntax (e.g. standup 9am).
- Node.js v16+
- Python 3
- Install dependencies:
npm install
- Build:
npm run build
The build script automatically syncs assets into the extension/ folder.
- Package:
python scripts/package_addon.py
Output: terminal-start-v1.0.0.zip
npx playwright test
Runs e2e tests against the extension using Chromium.
- Hover over the top right section for settings.
- API tokens are stored locally in your browser and never sent anywhere except the Todoist API.

