TL;DR I built Pokor , a real-time planning poker tool for distributed engineering teams, because every existing one either capped participants, stories, or sessions, or gave no clear answer about where the data lived. The core is free and unlimited. Below is what's actually interesting under the hood: the realtime layer, the deploy flow, the Docker setup, and a few integration stories (one painful, one cursed). Why I built it Every planning poker tool I tried came with a catch. The free ones capped participants, stories, or sessions right when sprint planning got busiest. The ones that didn't gave no real answer about where the data lived or how it might be used later. So I decided to build my own, on my own terms. What it does The core is genuinely unlimited and free: sessions, participants, stories, no auto-deletion after N days.…