Pokero makes planning poker effortless. Start a session in seconds, invite your team, and estimate together without distractions.
✅ No logins
✅ No clutter
✅ Just fast, fun, accurate planning
👉 Try it live: https://pokero.dev
-
🔮 Real-time planning poker estimation
-
🔗 Shareable session links — no signup required
-
🎨 Clean, distraction-free UI
-
⚡️ Built with lightning-fast web tech
-
📱 Responsive and team-friendly on all devices
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
git clone https://github.com/brendan-sadlier/pokero.git
cd pokero
npm install
npm run dev
npx partykit dev
🎉 That’s it! No environment variables needed.
pokero/
├── src/ # Frontend source
│ ├── components/ # UI Components (Shadcn + custom)
│ ├── lib/ # Utility files
│ ├── pages/ # App pages + routing
│ ├── types/ # Data Types
│ └── ...
├── partykit/ # Real-time server logic
├── public/ # Static assets
└── package.json
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
You are free to use, modify, and share this project for non-commercial purposes, as long as you:
- Provide attribution to Brendan Sadlier
- Share any derivative works under the same license
- Do not use the project, name, or code for commercial gain
🔗 Full license: https://creativecommons.org/licenses/by-nc-sa/4.0/
