Real‑time voting
Fast, reliable updates via WebSockets. See players join, vote, and reveal instantly.
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.
Fast, reliable updates via WebSockets. See players join, vote, and reveal instantly.
Fibonacci, T‑shirt sizing, Powers of 2, Linear (1‑10), or create your own custom deck.
Observers can reveal votes and start new rounds. Great for stakeholders.
No login, just a shareable game URL. Works beautifully on desktop and mobile.
Built‑in theme toggle ensures a comfortable experience day or night.
Self‑host with a tiny production image, health checks and graceful shutdowns.
Enter your name, pick a deck, and the app generates a unique URL for your session.
Send the URL to teammates. They join as players or watchers—no accounts required.
Everyone selects a card privately. When ready, reveal and discuss results.
Start a new round with a click and keep your momentum.
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.
Agile Tools Online is a growing collection of small, fast utilities for agile teams. Planning Poker is just the beginning—stay tuned for more!