Planning Poker
Real-time story point estimation for agile teams. Create a room, share the link, vote together. No signup required for the free tier.
Start a Session Now
Create a room instantly. Share the link with your team. No account needed.
How It Works
1. Create a Room
Choose your estimation scale, add stories from your backlog, and get a shareable link. Takes 10 seconds.
2. Vote Together
Team members join via the link and vote simultaneously. Votes stay hidden until the facilitator reveals them.
3. Reach Consensus
See the distribution, discuss outliers, re-vote if needed. Set the final estimate and move to the next story.
Why Planning Poker?
Planning poker reduces estimation bias. When everyone votes simultaneously before seeing others' choices, junior devs aren't anchored by senior estimates. Studies show teams using planning poker produce more accurate estimates than open discussion.
Our implementation runs on edge servers worldwide. Each room is a dedicated stateful instance with persistent storage, so your session survives brief disconnections. Real-time sync via WebSocket means you see votes, joins, and reactions instantly.
Stats
Features
Multiple Scales
Fibonacci, Modified Fibonacci, T-shirt (XS-XXL), Powers of 2, or define your own custom scale.
Anonymous Voting
Hide who voted what until reveal. Prevents anchoring bias and promotes honest estimation.
Auto-Reveal
Automatically show votes when everyone has voted. No more "is everyone done?" moments.
Emoji Reactions
React with emojis during the session. Lighten the mood without interrupting the flow.
Discussion Timer PRO
Time-box discussions per story. Configurable presets: 1, 2, 5, or 10 minutes. Keep planning on track.
Velocity Charts PRO
Track story points over sprints. Visualize your team's estimation accuracy and velocity trends.
Team Management PRO
Create teams, invite members, and run sessions under your team context for shared history.
Session History PRO
Review past sessions, see per-story estimates, and export results to CSV, Excel, or Markdown.
Quick Start
# Create a room
curl -X POST https://poker.findutils.com/api/rooms \
-H "Content-Type: application/json" \
-d '{"sessionName":"Sprint 42","scale":"fibonacci","stories":[{"title":"Login page"},{"title":"API auth"}]}'
# Response
{
"roomId": "abc12345",
"adminToken": "a31d6b88c640...",
"url": "/play#room=abc12345"
}Use Cases
Sprint Planning
Estimate your sprint backlog with the whole team. Import stories from Jira or Linear, vote on each, and export the results.
Backlog Refinement
Use during refinement to size new stories before they enter the sprint. Quick sessions with async support for distributed teams.
Remote Teams
Built for distributed teams. Share a link, join from anywhere. No software to install, works in any browser.
Technical Estimation
Not just for story points. Use custom scales for risk assessment, t-shirt sizing, or any relative estimation technique.