Hey HN, in the last few weeks me and my team were looking for a planning poker tool with the following features:<p>- Authless<p>- Clean interface<p>- Simple Flow<p>- Anonymous Comments<p>- A way to separate votes and comments per topic/ticket<p>Unfortunately we couldn't find a free $ tool with those features. So i took advantage of it and started doing something on my own to play around with go and websockets.<p>It is open source and the code is available at: (Nothing too fancy really)<p><a href="https://github.com/zebaroni/scrumbluff">https://github.com/zebaroni/scrumbluff</a><p>So you are welcome to open PR with new features or fork it to add your own team business rules...<p>My plan is to leave it free of charges since im taking advantage of fly.io free tier and i don't mind getting a cheap vps if it scales (which is not my objective).<p>Hope it can help you like it helped my team.