DEV Community

kodakro
kodakro

Posted on

I built a free Planning Poker tool with Next.js and Socket.io

🚀 I built a free Planning Poker tool for agile teams.

While working with distributed teams, we needed a simple and fast Planning Poker app for story estimation.

So I built one using:
• Next.js
• Socket.io for realtime voting
• Redis for session storage
• TailwindCSS for the UI

Features:
✔ realtime votes
✔ Fibonacci cards
✔ average calculation
✔ simple room sharing

You can try it here:
https://www.codesmarter.dev/planning-poker

Feedback welcome!

Top comments (0)