Preferencias de Cookies

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Learn more
New Version 2.0

The new era of productivity.

pomod integrates advanced agile planning and native Pomodoro focus control. Automate task assignments by connecting your Git commits and PRs.

pomod.io/active_sprint
In progress 2
Priority

Integrate Stripe gateway

⏱️ 21:05 MM
Done 1
Core

Design tab icons

git: master AG

Visualize your entire development ecosystem

Navigate through the different views custom built with pure code for maximum speed.

01 / Task Management

Scrum Board & Workflows

Manage sprint progress with a high-fidelity Scrum board tailored for coding workflows. Customize transition rules to lock or permit task state movements, keeping sprint boards perfectly aligned with your actual coding rules.

02 / Sprint Metrics

Sprint Planning & Analytics Dashboards

Monitor sprint burndowns, velocity metrics, committed vs. completed story points, scope creep estimation accuracy parameters, and Cumulative Flow Diagrams (CFD) to identify bottlenecks.

03 / Planning & Roadmap

Interactive Gantt Timeline & Roadmaps

Organize milestones, filter backlog tasks by assignee, category, or priority, and check live Epic completion progress directly inside a responsive timeline drawer. Keep your stakeholders updated without context switching.

04 / Financial & Tax Compliance

Automated Invoicing & Verifactu Compliance

Automatically pre-fill billing drafts based on time logged in a project. Ensure 100% legal compliance with Spanish Antifraude regulations through cryptographic chaining, digital signatures, S3 WORM storage, and official AEAT validator QR codes.

05 / Ecosystem

Integrations (Slack & VCS)

Auto-snooze and update your Slack status when focus blocks are active. Connect your boards directly to GitHub, GitLab, or Bitbucket to automatically transition tickets and log work milestones using commit or branch events.

End-to-end optimized productivity

Advanced features built to integrate invisibly into your daily coding workflow.

1. Deep Focus

Run uninterrupted 25-minute blocks of time directly on your active tasks and tickets.

2. Git Connection

Define and distribute developable hours per member in interactive velocity charts.

3. Honest Metrics

Connect commits, PRs, and branches from GitHub, GitLab, and Bitbucket natively to your boards.

💡 Integrations & Automation

Designed for Developers

Sync your workflow without leaving your local environment. Control pomod.io using our powerful Command Line Interface (CLI) or connect autonomous AI assistants (like Claude Desktop) using the official Model Context Protocol (MCP) server.

Command Line Interface (CLI)

Install the global client to track sprints, list priorities, and manage boards directly from your local terminal.

# Install global CLI
npm install -g @pomodio/cli

# Login with your PAT
pomodio login --token <token>

MCP Server (Claude Desktop)

Connect autonomous AI agents to read, create, and update your sprints by adding the pomod.io server to your configuration:

"pomodio": {
  "command": "npx",
  "args": ["-y", "@pomodio/mcp-server"],
  "env": {
    "POMODIO_PAT": "<your_token>"
  }
}