Repository scaffold

Rangers home-game pool, now wired for login and approval.

This baseline now includes database-backed registration, credentials login, a seeded single-admin path, and protected player/admin areas.

Private coworker pool

Exact-minute picks, locked before first pitch.

The scaffold is aligned to your current rules: Rangers regular-season home games, Central Time display, rollover ladder pricing, admin-managed balances, and exact-minute resolution with automatic winner credit.

Night 1 pricing: $1 per pick

Current rules

Pick limit
5 picks
Betting window
Opens 3h before, closes 30m before
Allowed guesses
Start +90m to +5h
Public host
bet.robert4.net

Data model ready

Prisma schema

Core tables for users, games, minute slots, picks, rollovers, admin actions, and wallet ledger entries are defined in `prisma/schema.prisma`.

Deployment-aware

Env template

`.env.example` now targets the live `bet.robert4.net` domain, while the reverse proxy can continue forwarding traffic to 10.10.1.129:3000 internally.

Implementation path

Next steps

Next major work items are auth, persisted game sync, transactional checkout, and admin resolution with payout and refund flows.