New Real‑time Planning Poker

Simple, shareable tools for agile teams

Kick off estimations in seconds with our no‑login Planning Poker app. Create a game, share the link, and estimate together in real time. More focused agile tools are on the way.

poker.agiletoolsonline.com
Planning Poker app player view screenshot

Why teams like it

Real‑time voting

Fast, reliable updates via WebSockets. See players join, vote, and reveal instantly.

Multiple decks

Fibonacci, T‑shirt sizing, Powers of 2, Linear (1‑10), or create your own custom deck.

Watcher mode

Observers can reveal votes and start new rounds. Great for stakeholders.

Zero friction

No login, just a shareable game URL. Works beautifully on desktop and mobile.

Light & dark modes

Built‑in theme toggle ensures a comfortable experience day or night.

Docker‑ready

Self‑host with a tiny production image, health checks and graceful shutdowns.

Create

Enter your name, pick a deck, and the app generates a unique URL for your session.

Share

Send the URL to teammates. They join as players or watchers—no accounts required.

Estimate

Everyone selects a card privately. When ready, reveal and discuss results.

Repeat

Start a new round with a click and keep your momentum.

Popular decks

Fibonacci T‑Shirt Sizing Powers of 2 Linear (1‑10) Custom Decks

Self‑host in minutes

Deploy via Docker or Docker Compose.

Via Docker:


docker run -d \
  --name planning-poker \
  -p 3001:3001 \
  -e PORT=3001 \
  --restart unless-stopped \
  -v /path/to/data:/app/data \
  andrewbusbee/planning-poker:latest

Via Docker Compose:


services:
planning-poker:
  image: andrewbusbee/planning-poker:latest
  ports:
    - "3001:3001"
  environment:
    - PORT=3001
  restart: unless-stopped
  volumes:
    - /path/to/data:/app/data

Prefer HTTPS and custom domains? Place it behind your reverse proxy (nginx, Traefik) for SSL termination.

More tools are coming

Agile Tools Online is a growing collection of small, fast utilities for agile teams. Planning Poker is just the beginning—stay tuned for more!