{"id":51604471,"url":"https://github.com/raiderrobert/pokr-planning","last_synced_at":"2026-07-12T00:33:02.992Z","repository":{"id":370239058,"uuid":"1293868200","full_name":"raiderrobert/pokr-planning","owner":"raiderrobert","description":"🃏 Real-time planning poker powered by Cloudflare Workers + Durable Objects","archived":false,"fork":false,"pushed_at":"2026-07-08T16:45:12.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-08T18:21:17.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raiderrobert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-08T16:25:59.000Z","updated_at":"2026-07-08T16:45:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/raiderrobert/pokr-planning","commit_stats":null,"previous_names":["raiderrobert/pokr-planning"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/raiderrobert/pokr-planning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Fpokr-planning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Fpokr-planning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Fpokr-planning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Fpokr-planning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raiderrobert","download_url":"https://codeload.github.com/raiderrobert/pokr-planning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Fpokr-planning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35378722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-12T00:33:02.871Z","updated_at":"2026-07-12T00:33:02.987Z","avatar_url":"https://github.com/raiderrobert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🃏 Pokr Planning\n\nReal-time planning poker for teams, powered by Cloudflare Workers + Durable Objects.\n\n## Features\n\n- **Real-time sync** — WebSocket-based, everyone sees updates instantly\n- **Hidden votes** — Votes stay secret until the facilitator reveals\n- **Card flip animation** — Staggered reveal with 3D card flips\n- **Stats on reveal** — Average, median, spread, and consensus detection\n- **Zero infrastructure** — No database, no server. Durable Objects handle everything at the edge.\n- **Ephemeral rooms** — Rooms exist while people are in them, then vanish\n- **Mobile friendly** — Responsive design, works on any device\n\n## Quick Start\n\n```bash\nnpm install\nnpm run dev\n# → http://localhost:8787\n```\n\n## Deploy\n\n```bash\nnpx wrangler login\nnpx wrangler deploy\n```\n\n\u003e **Note:** Durable Objects require the Cloudflare Workers Paid plan ($5/month).\n\n## How It Works\n\nEach room is a [Durable Object](https://developers.cloudflare.com/durable-objects/) instance that:\n- Accepts WebSocket connections from participants\n- Stores votes in WebSocket attachments (survives hibernation)\n- Broadcasts state changes to all connected clients\n- Automatically hibernates when idle\n\nThe entire app is a single Worker (~500 lines) that serves the frontend HTML and routes WebSocket connections to the appropriate Durable Object.\n\n## Card Values\n\n`0` `½` `1` `2` `3` `5` `8` `13` `21` `?` `☕`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiderrobert%2Fpokr-planning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraiderrobert%2Fpokr-planning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiderrobert%2Fpokr-planning/lists"}