{"id":50742921,"url":"https://github.com/bytebury/guesser","last_synced_at":"2026-06-10T18:30:25.457Z","repository":{"id":317950007,"uuid":"1069271833","full_name":"bytebury/guesser","owner":"bytebury","description":"A Planning Poker Application to help drive conversations on user story estimates with your teammates.","archived":false,"fork":false,"pushed_at":"2026-05-22T02:38:21.000Z","size":914,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-22T11:47:40.290Z","etag":null,"topics":["estimate","guess","planit","planitpoker"],"latest_commit_sha":null,"homepage":"https://guesser.up.railway.app/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytebury.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-10-03T17:04:31.000Z","updated_at":"2026-05-22T02:38:38.000Z","dependencies_parsed_at":"2025-10-04T05:30:44.176Z","dependency_job_id":null,"html_url":"https://github.com/bytebury/guesser","commit_stats":null,"previous_names":["bytebury/guess.rs","bytebury/guess"],"tags_count":0,"template":false,"template_full_name":"bytebury/tea","purl":"pkg:github/bytebury/guesser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebury%2Fguesser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebury%2Fguesser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebury%2Fguesser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebury%2Fguesser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytebury","download_url":"https://codeload.github.com/bytebury/guesser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebury%2Fguesser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34165482,"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-06-10T02:00:07.152Z","response_time":89,"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":["estimate","guess","planit","planitpoker"],"created_at":"2026-06-10T18:30:24.692Z","updated_at":"2026-06-10T18:30:25.453Z","avatar_url":"https://github.com/bytebury.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# guesser\n\n\u003e Proudly built in the [🍕 state](https://portal.ct.gov/).\n\n## About\nTired of planning poker apps with limitations, ads, or high prices, we built our own simplified tool. It focuses on straightforward estimates, helping teams concentrate and fostering thoughtful discussions to unlock deeper work insights.\n\nTry it out at https://guesser.up.railway.app.\n\n## Local development\n\n```sh\n./dev.sh\n```\n\nThis generates a `.env` (see `.env.example` for reference) and a local SQLite DB under `db/`, then starts the server with `cargo watch`.\n\n## Deploy to Railway\n\nThe app ships with everything needed to deploy on Railway as a single service backed by SQLite on a Railway Volume. SQLite + a small volume is the cheapest option — no separate managed database to pay for.\n\n1. **Create a new Railway project** from this repo. Railway will detect `railway.json` and `Dockerfile` and use the Dockerfile builder.\n2. **Attach a Volume to the service** with mount path `/data`. This is where the SQLite file lives across deploys.\n3. **Set environment variables** in the service (Variables tab):\n   - `DATABASE_URL=sqlite:///data/database.db`\n   - `APP_NAME=Guess`\n   - `APP_WEBSITE_URL=https://\u003cyour-railway-domain\u003e`\n   - `JWT_SECRET=\u003csomething secret\u003e`\n   - `COOKIE_URL=\u003cyour-railway-domain\u003e`\n   - `GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET`, `GOOGLE_CALLBACK_URL` (if using Google auth)\n   - `STRIPE_SECRET`, `STRIPE_WEBHOOK_SECRET`, `STRIPE_PRICE_ID` (if using Stripe)\n\n   `PORT` is injected by Railway automatically — don't set it.\n4. **Deploy.** The app auto-creates the SQLite file and runs migrations on startup.\n\n### Why SQLite on a volume?\nRailway charges for compute time and volume storage. A managed Postgres instance is a second always-on service. For a small/medium app, SQLite + WAL on a persistent volume costs less and is plenty fast. If you outgrow it, swap `DATABASE_URL` for a Postgres URL and migrate the schema — `sqlx` supports both, though the queries here are SQLite-flavored and would need review.\n\n## Attributions\n* https://weirder.earth/@dzuk/102711286545743862 (Icons)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebury%2Fguesser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytebury%2Fguesser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebury%2Fguesser/lists"}