Estimate your story points faster and easier with this free agile scrum sprint planning poker app. Open source and privacy focused.
Based on NextJs, tRPC, Drizzle and Mantine UI components.
Mostly using Websocket communication utilizing Ably as Websocket service and self-hosted MariaDB using my sideproject-docker-stack.
All "personal" data is stored only in the visitors local storage.
- Install any Node 20 version (exact 20.11.1) and Docker and Docker Compose and Doppler CLI
- Clone sideproject-docker-stack
- Request access to the Doppler Dev projects
sideproject-docker-stack
andfree-planning-poker
- Run
sideproject-docker-stack
by following the instructions in the README - Set up the
free-planning-poker
Doppler project by runningdoppler setup
- Install dependencies with
npm ci
andnpm run postinstall
- Run
doppler run -- npm run dev
- Activate venv with
source .venv/bin/activate
- Install packages
python3 -m pip install -r requirements.txt
- Run Flask app in dev mode
doppler run -- flask run --debug