Productivity Framework
Stop juggling.
Start finishing.
GSD Task Manager uses the Eisenhower Matrix to help you sort what's urgent from what's important — so you can focus on what actually moves the needle.
The Eisenhower Matrix
Prioritize by urgency and importance. Not just vibes.
President Eisenhower noticed that urgent tasks are rarely important, and important tasks are rarely urgent. GSD puts that insight to work.
Every task you add gets sorted into one of four quadrants based on two simple questions: Is it urgent? Is it important?
The result is a clear picture of where to focus, what to schedule, what to hand off, and what to stop doing entirely.
Do First
Crises, deadlines. Handle now.
Schedule
Strategy, growth. Protect this time.
Delegate
Interruptions. Hand these off.
Eliminate
Noise. Stop doing these.
Features
Everything you need. Nothing you don't.
Eisenhower Matrix
Four quadrants. One clear picture of what deserves your attention right now.
Privacy First
Your tasks never leave your browser. No account, no server, no tracking.
Analytics Dashboard
Completion rates, streaks, quadrant distribution. See where your time actually goes.
Keyboard Driven
Press n to create. ⌘K for everything else. Fast by design.
Recurring Tasks
Daily standup prep. Weekly reviews. Monthly goals. Set once, repeat automatically.
Tags and Filters
Label tasks with custom tags. Smart views filter in one click.
Subtasks
Break complex work into steps. Track progress with a checklist.
Works as a PWA
Install on desktop or mobile. Full offline support. No app store required.
MCP Server
Let Claude query your tasks with natural language. AI meets your to-do list.
Optional Cloud Sync
End-to-end encrypted sync across devices. Zero-knowledge: the server never sees your data.
Your tasks stay on your device.
GSD stores everything in your browser's IndexedDB. There's no account required, no server receiving your data by default, and no analytics tracking what you type.
If you want sync across devices, the optional cloud backend uses end-to-end client-side encryption. The server receives only ciphertext — it cannot read your tasks. Ever.
For power users
Let Claude manage your tasks.
GSD ships with an MCP server. Install it once, and your AI assistant can query, search, and analyze your tasks using plain English.
- "What are my urgent tasks this week?"
- "Show me everything tagged #work."
- "Which quadrant has the most overdue items?"
Claude Desktop Config
{
"mcpServers": {
"gsd": {
"command": "npx",
"args": ["-y", "gsd-mcp-server"],
"env": {
"GSD_SYNC_URL": "https://gsd.vinny.dev/api",
"ENCRYPTION_PASSPHRASE": "your-passphrase"
}
}
}
}Ready to get stuff done?
Free. Private. No sign-up required. Open in your browser right now.
Open GSD Task Manager →Built by Vinny Carpenter · MIT License · v7.10.0 · gsd.vinny.dev