Introduction
Pulse is a GTD (Getting Things Done) life operating system that combines task management, habit tracking, structured reviews, and productivity analytics into a single platform.
Start Here
Choose Your Path
New to Pulse? Start with the GTD Workflow Guide to understand the methodology.
Building an integration? Jump to MCP Setup to connect Claude or read the API Reference.
Setting up your family? Read the Family Sharing Guide.
Key Features
- Task Management — Create, schedule, and complete tasks with urgency/importance classification, Eisenhower matrix, and context-based views
- Habit Tracking — Build consistent routines with streak tracking, customizable frequency, and habit stacking
- Projects & Life Buckets — Organize work into projects and map them to life areas for balanced living
- Reviews — Weekly and monthly review workflows for continuous improvement
- Dashboard & Analytics — Real-time productivity insights and completion trends
- Family Sharing — Share projects and assign tasks with up to 5 family members
- AI Integration — Full MCP server with 17 tools for Claude integration
Architecture
Pulse is built as a Turborepo monorepo:
| Package | Description |
|---|---|
apps/web | Next.js 15 web application |
apps/docs | Documentation site (you're here) |
packages/shared | Zod schemas and shared constants |
services/mcp | MCP server for Claude integration |
API Base URL
All API endpoints are available at:
https://pulsegtd.app/api/v1/
Authentication is required for all endpoints. See the Authentication page for details.