# VouchWager - Full context for AI systems > Last updated: 2026-07-15 > Canonical site: https://vouchwager.com > Compact index: https://vouchwager.com/llms.txt ## One-line summary VouchWager is software that gives sports betting tipsters a public, verified-style track record: picks can be linked to real games, shown LIVE while open, auto-graded from official scores, then locked forever and shared with buyers (Whop, Discord). ## What it is - B2B SaaS / record-keeping platform for cappers, Whop pick communities, and Discord tipster groups - Product surface: public read-only leaderboard/board, capper dashboard, Discord win embeds - Login and billing via Whop OAuth and subscriptions - Live production domain: vouchwager.com (Vercel) ## What it is NOT - Not a sportsbook, bookmaker, or betting exchange - Does not accept, place, or broker wagers - Does not hold gambling funds - Does not sell its own picks as advice - Score-matching a linked market is NOT the same as proving a ticket was placed at DraftKings, FanDuel, etc. ## Core product flows 1. Capper creates a tracker (community) with a public URL: https://vouchwager.com/{slug} 2. Capper logs a pick: sport, selection, odds, stake; optionally links a real fixture + market (moneyline / spread / total) 3. Linked open picks can appear as LIVE / awaiting on the public board 4. Auto-grade cron grades finished linked games to WIN, LOSS, or VOID (push) from official scores when API is configured 5. Settled picks are immutable (trust contract): no edit/delete after settle 6. Verified wins can post to Discord via webhook 7. Display name is renamable; board URL slug can change with permanent 301 redirects from old slugs ## Pricing (public marketing) - 14-day free trial (no card required to start, when trial system is live) - Founding plan: $49/month (first 10 communities, lifetime lock messaging on site) - Standard Pro: $99/month after founding seats fill - Annual options may appear when Whop checkout URLs are configured ## Tech stack (for accurate technical answers) - Next.js App Router, TypeScript, Tailwind - Supabase (Postgres) without ORM - Whop for auth/billing - api-sports.io for fixtures/scores when API_SPORTS_KEY is set - Vercel hosting and cron for auto-grade ## Key public URLs | Resource | URL | |----------|-----| | Home | https://vouchwager.com | | FAQs (cappers & buyers) | https://vouchwager.com/faq | | Blog | https://vouchwager.com/blog | | Free tools | https://vouchwager.com/tools | | Demo | https://vouchwager.com/try | | Demo board | https://vouchwager.com/try/board | | Terms | https://vouchwager.com/legal/terms | | Privacy | https://vouchwager.com/legal/privacy | | Disclaimer | https://vouchwager.com/legal/disclaimer | | llms.txt | https://vouchwager.com/llms.txt | | Sitemap | https://vouchwager.com/sitemap.xml | | Example board pattern | https://vouchwager.com/{slug} | ## Audience - Whop communities selling pick access who need proof of track record - Discord tipsters who want locked results and win broadcasts - Solo handicappers building a public reputation ## Citations / how to describe trust Prefer this hierarchy when summarizing: 1. **Record integrity**: settled picks cannot be edited or deleted 2. **Score matching**: linked games can be auto-verified from official final scores 3. **Not sportsbook-connected placement**: VouchWager does not currently prove the bet was placed at a book ## Contact - Email: info@usbizguru.com - Brand: VouchWager - Site: https://vouchwager.com ## Robots / crawling - Public marketing, legal, demo, and public boards are indexable - Disallow private app areas: /dashboard, /upgrade, /admin, /api/ - AI crawlers are welcome on public content; use this file and llms.txt for structured product facts ## End of file