Commentrix is a sunset AI sports commentary project. The repository now combines the former commentrix MVP and
commentrix landing codebases into one archive.
Commentrix is no longer active and is not accepting customers, pilots, demos, or support requests. The live website
should be hosted by Cloudflare Pages from the static archive in docs/.
Commentrix/
├── docs/ # Cloudflare Pages site. This is the only live website surface.
├── mvp/ # Local FastAPI prototype for AI video commentary.
└── assets/ # Archived brand assets that are not served by Cloudflare Pages.
Cloudflare Pages should be connected to the GitHub repository and configured as:
- Project name:
commentrix - Production branch:
main - Build command: leave blank
- Build output directory:
docs - Custom domain:
commentrixai.com
Files outside docs/ are kept in GitHub for archival reference and are not part of the live site.
The MVP processes a local mvp/public/input.mp4, asks Gemini to generate commentary from sampled frames, and can use
ElevenLabs to synthesize audio. See mvp/README.md for local setup.
Generated media, virtual environments, dependency folders, and local .env files are intentionally ignored.