Production readyProductivityv1.0.0 · updated Jul 14, 2026
Eisenhower Matrix Task Manager icon

Open Source Eisenhower Matrix Task Manager Template

A calm local-first task manager for deciding what is important and urgent.

A polished Eisenhower Matrix task manager template with a fast task list, visual four-quadrant matrix, completed history, local persistence, PWA install support, and Create My App guidance.

Runnable Agent-ready Install-ready Deploy-ready
foundationbase.app/demo/eisenhower-matrixOpen full demo →

This is the real app, not a mockup. Whatever you enter in the demo stays in your browser and belongs to nobody.

What you get

One zip. Everything to own it.

Eisenhower Matrix Task Manager helps users decide what deserves attention instead of storing an endless list. It includes quick capture with Important and Urgent toggles, automatic Do/Schedule/Delegate/Eliminate placement, synced list and matrix views, a detail drawer, completion with undo, completed-task history, daily focus suggestions, IndexedDB persistence, JSON export/import, offline PWA support, and agent-readable customization docs.

  • Task List, Matrix, Completed, Settings, and Create My App views
  • Fast quick-entry form with live quadrant preview
  • Important and Urgent as the source of truth for quadrant placement
  • Desktop drag-and-drop plus accessible move controls for every matrix card
  • Daily Focus section for urgent, overdue, scheduled, and suggested important work
  • IndexedDB persistence, JSON export/import, reset, schema normalization, PWA install support, and offline shell
eisenhower-matrix.zipMIT
eisenhower-matrix/├── app/the running Next.js app├── agent/START_HERE, PROJECT_MAP, RULES, RECIPES, TESTS, DEPLOY├── CLAUDE.mdread automatically by Claude Code├── AGENTS.mdread automatically by Codex├── .cursor/rules/loaded automatically by Cursor└── README.mdrun it, then make it yours

Inside the app

What the running app actually looks like
Eisenhower Matrix Task Manager: Task list
Task listA focused list with daily focus suggestions, quadrant badges, filters, sorting, search, and quick task actions.

Customize with AI

Your agent already knows this codebase.

Includes README, QUICKSTART, CUSTOMIZE, DEPLOY, AGENTS, DATA, CONTRIBUTING, tests, centralized task types, quadrant helpers, storage helpers, and PWA assets.

CodexClaude CodeCursorChatGPT

Prompts written against this app

Rename the four quadrants for my workflow while preserving the underlying Important/Urgent logic.
Add recurring tasks and weekly review prompts.
Add optional reminders without requiring accounts or cloud sync.
Add AI task classification as an optional assistant, not a dependency.

Run it

5 min to your own copy.

  1. 01Create your editable app copy and unzip it.
  2. 02Run npm install.
  3. 03Run npm run dev and open http://localhost:3000.
  4. 04Read README.md, QUICKSTART.md, CUSTOMIZE.md, DATA.md, and AGENTS.md before customizing.
  5. 05Deploy your own URL and install that URL as your app.
Full walkthrough, including deploy and install →
Where your data lives

Task data stays in this browser by default.

IndexedDB is the primary storage layer, with localStorage fallback.

Export/import JSON is included for backups, portability, and migration testing.

Honest limitation

The demo can be installed as a PWA from the Foundation Base URL.

After customization, deploy your own copy and install your own URL.

Verification receiptchecked Aug 2, 2026 at c11c184 · v1.0.0
Demo renderscaptured 2026-07-26, 46 KBpassed
Package installs and buildsinstalled, typechecked and built in 71s on node v24.13.0passed
Source package complete38 files, 78 KBpassed
Agent instructions included5 handoff files presentpassed
No network calls in app sourcestatic scan clean: no network calls, eval, or secrets in app sourcepassed
License matches the packageMIT, matching the file in the packagepassed

Questions people ask

Where is task data stored?

Task data is stored locally in IndexedDB by default, with a localStorage fallback and JSON export/import for portability.

Can I move tasks without drag and drop?

Yes. Every task card includes accessible move controls, and the detail drawer can change the task quadrant directly.

Does this require accounts or a backend?

No. Version one is a local-first individual app with no required backend, accounts, payments, or cloud sync.

If this isn’t quite right

All Productivity foundations →

Take Eisenhower Matrix Task Manager and make it yours.

Free, MIT, 5 min to running. The demo above is exactly what lands in your folder.