P2P Planning Poker

Coordinate real-time planning poker sessions completely peer-to-peer over WebRTC. No central database, no subscriptions, no tracking, and complete E2E cryptographic privacy.

Host a Session

Generate a serverless, end-to-end encrypted room. Your device will sign a genesis token establishing you as the administrator.

Join a Session

Paste the full invitation URL shared by your colleague. The key embedded in the URL hash is never sent to the signaling servers.

The Multi-Dimensional Voting Model

Multi-Dimensional Story Point Estimation

Traditional planning poker asks for direct, abstract story points. We vote on three real-world axes, which are automatically compiled and rounded up to the nearest Fibonacci number.

Effort Sizing

Ideal Days

Select estimated days of pure, uninterrupted execution. Supports any integer between 1-10 plus a 0.5 option.

Architecture Multiplier

Complexity Level

High (1.25x), Medium (1.0x), Low (0.75x). Accounts for architectural complexity and refactoring needs.

Project Risk Multiplier

Risk Level

High (1.25x), Medium (1.0x), Low (0.75x). Accounts for volatility, unfamiliar codebases, and third-party APIs.

Security Specification

Cryptographic local-first design

Our client application separates network transport from validation. A localized domain bridge intercepts, cryptographically audits, and refines incoming WebRTC streams into a trusted local state.

Zero Data Retention:No servers store your tickets, names, or votes.
Ed25519 PKI Identity:Every browser runs its own secure identity certificate stored locally.
End-to-End Encryption:Traffic is AES-GCM encrypted prior to signaling broadcast.
E2E AES-GCM

Browser WebRTC streams are fully encrypted.

IndexedDB PKI

Permanent device identity saved locally.

Awareness API

Ephemeral online heartbeats to prevent log bloat.

Causal Maps

Isolated namespaces to prevent cross-user tampering.