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
Repository scaffold
This baseline now includes database-backed registration, credentials login, a seeded single-admin path, and protected player/admin areas.
Private coworker pool
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
Data model ready
Core tables for users, games, minute slots, picks, rollovers, admin actions, and wallet ledger entries are defined in `prisma/schema.prisma`.
Deployment-aware
`.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 major work items are auth, persisted game sync, transactional checkout, and admin resolution with payout and refund flows.