Web Dashboard

milk-pm

Turn your RTM lists into a project management dashboard. TODOs, backlog, bugs, and decisions — all your projects at a glance.

Live
Counts
RTM
Backend
Web
Platform
View on GitHub Get Started

Features

What milk-pm does

Project Cards

Each project gets a card showing TODOs, backlog, bugs, and decisions. Scan all your projects in seconds.

Live Counts

Real-time task counts pulled directly from RTM. No stale data — always see your current status.

Status Colors

Visual indicators show project health. Green for on-track, orange for attention needed, red for blocked.

Direct Links

Click any project card to jump straight to that project's GitHub repo. Fast context switching.

See it in action

Get started in 5 minutes

1
Prerequisites

You'll need:

2
Clone and Setup
# Clone the repository git clone https://github.com/donkitchen/milk-pm.git cd milk-pm # Install dependencies npm install # Copy environment template cp .env.example .env
3
Configure Environment

Edit .env with your RTM credentials:

RTM_API_KEY=your_api_key RTM_SHARED_SECRET=your_shared_secret RTM_AUTH_TOKEN=your_auth_token

If you've already set up milk-mcp, you can copy credentials from ~/.milk-mcp/config.json

4
Run the Dashboard
# Start the development server npm run dev # Open in browser http://localhost:3000

Your projects will appear automatically — any RTM list following the milk-mcp naming convention shows up as a project card.