Bay County Disc Golf Leaderboard
Member leaderboards for the 501(c)(3), with PDGA ratings scraped monthly because PDGA has no public API.
ShippedNext.jsPrismaPostgresAuth.jsCheerio

PDGA renders a player’s current rating server-side, so the sync is a fetch and a parse rather than a headless browser. A scheduled job walks every member, reads their rating, and writes a snapshot deduped by the as-of date, so re-running the same month is a no-op.
Login is gated by an admin-approval workflow, which is the right amount of friction for a club of a few hundred people.
More Software & AI