Early access — free while in beta

Building with AI is fast.
Keeping the project together
isn't.

DotPM gives your project a shared brain — priorities, decisions, and what's next — always in sync for your team and every AI tool you use.

Free during beta · No credit card needed · Your code is never read

dotpm.dev — my-startup
Backlog
Set up payment flow
Improve onboarding
In progress
User dashboard v2
Email notifications
Done
GitHub OAuth
Wizard UI
MCP server
Recent decisions

Use GitHub as storage

accepted

Pricing model

proposed

Sound familiar?

You're building something with Cursor, Claude, or ChatGPT. Every session is fast — until you have to re-explain what you're building, why you made that decision last week, and what's actually left to do.

Your team isn't sure what changed. Your AI doesn't remember. Important decisions end up in a Slack thread nobody can find.

DotPM gives your project a memory — so you spend more time building and less time repeating yourself.

The difference is real

Same team. Same AI tools. Very different experience.

Without dotPM
  • Re-explain your project to AI every single session
  • Priorities live in Slack threads nobody can find
  • Decisions get forgotten a week later
  • Docs are always out of date
  • Your team and AI tools are never fully in sync
With dotPM
  • AI picks up exactly where you left off, every time
  • One board everyone (and every AI) can always see
  • Every decision logged, dated, and findable
  • Documentation that updates as you build
  • Your team and AI tools always working from the same truth

Simple by design

No new habits. No complex setup. Works alongside what you already do.

🔗

Connect your project

Link your GitHub project in one click. DotPM reads what you're building and sets everything up.

🧠

One shared brain

Priorities, decisions, status, next steps — one place, always current, visible to everyone.

AI always in context

No more re-explaining. Every AI session starts knowing exactly where your project stands.

🔄

Stays up to date

As you build, the project state updates automatically. Your docs never go stale.

The missing layer between your team and your AI tools.

Jira and Linear are great at tracking work. But they don't talk to your AI tools. Your AI tools are great at writing code. But they forget everything between sessions.

DotPM sits in between — keeping your priorities, decisions, and project state available to everyone and everything, always.

🚫

No more re-explaining to AI

Set it up once. Every session picks up exactly where you left off.

📁

Your work, your files

Everything lives in your project. No lock-in, no external database, no subscription required to access your own data.

🤝

Works with what you use

Cursor, Claude Code, ChatGPT, Copilot — DotPM works alongside all of them.

📄

Docs that don't go stale

Project docs update automatically as you build. No manual maintenance needed.

Build faster with AI.
Without losing the thread.

Context, priorities, decisions, continuity — always available to your team and every AI tool you use.

No credit card · No setup fees · Your data stays yours

For developers

Connect your AI tools directly via MCP

Add DotPM to Claude Code or Cursor in under a minute. Your agent will be able to read your project context, create tasks, log decisions, and update the roadmap from any conversation.

  1. 1

    Get a GitHub personal access token

    Go to github.com/settings/tokens → Generate new token (classic) → select repo scope.

  2. 2

    Add this config to your project

    Claude Code (add to .mcp.json in your project root)

    // .mcp.json (in your project root)
    {
      "mcpServers": {
        "pm-tool": {
          "command": "npx",
          "args": ["pm-tool-mcp"],
          "env": {
            "GITHUB_TOKEN": "ghp_your_token_here",
            "GITHUB_REPO": "your-user/your-repo"
          }
        }
      }
    }

    Cursor (Settings → MCP)

    // Cursor → Settings → MCP
    {
      "pm-tool": {
        "command": "npx pm-tool-mcp",
        "env": {
          "GITHUB_TOKEN": "ghp_your_token_here",
          "GITHUB_REPO": "your-user/your-repo"
        }
      }
    }
  3. 3

    Restart your AI tool

    The MCP server starts automatically. Try asking your agent: "What are the current tasks?"