← Back to demo hub · About this demo

What's real, what's mocked

A plain-English tour of everything behind SportAI, and exactly which parts of the product you're seeing on this public demo site.

The 30-second version

SportAI is a platform for college-basketball-and-beyond analytics. It has three working pillars today: game predictions (which team will cover the spread, which total will hit), draft scouting (which NBA prospects are undervalued), and biomechanics (which players are showing injury-risk movement patterns on film). Everything is tied together by an internal team wiki, a receipts page that keeps the models honest, and an automated research loop that retrains models nightly.

What you can click right now

SectionStatusWhat it shows
Dashboard Demo data The real NCAA prediction UI — fully interactive, backed by a small mock API Worker that serves sample games and prospects.
Draft (False Floor) Demo data Real big-board and compare screens, hitting the same mock Worker with a sample 2025-class prospect list.
Team Wiki Full content All 292 D1 team profiles, auto-compiled from the production wiki markdown.
Receipts Live Cloudflare Pages site that already tracks every model prediction vs. the actual outcome.
Biomechanics Preview page Static explainer — the full pipeline needs GPU + video and is runnable on the workstation.

What lives behind the curtain (not on this demo)

How the pieces fit together

Think of it as three concentric circles. The inner circle is the data and the models — game histories, player stats, pose skeletons, trained XGBoost binaries. These stay on proprietary storage (UNAS + local SSD) and never leave the founder's control. The middle circle is the API layer — FastAPI routers that expose predictions, watchlists, and draft scouts, plus the False Floor read-only adapter that lets external apps consume draft data without touching the main DB. The outer circle is what you see in this demo — the dashboard, the wiki, and the receipts page, which are designed to be shareable and auth-gated separately.

Where it's going

If you want to go deeper: the comprehensive project breakdown lives at backend/autoresearch/Comprehensive_Project_Breakdown.md inside the repo. For anything demo-related, use the hub home — every section has a working back link.