Skip to main content

Introduction

What Selection Room is, who it is for, and how the docs are organized.

Selection Room is a transparent College Football Playoff selection simulator. It builds a composite ranking from public inputs, selects a 12-team field under the published 5+7 rules, seeds a bracket, and shows its work at every step. The live site is at www.selectionroom.org.

Two ways to use it

Browse the hosted site (no install). Everything on selectionroom.org is open: pick a run from the header switcher, then explore the Dashboard, Rankings, Bubble, Bracket, Validation, and Scenario Lab. Signing in with GitHub lets you launch your own live runs.

Run it locally or contribute. The whole project is open source: a Python engine plus this Next.js app. Start at Getting started and Local development.

Product vs docs

SurfacePurpose
DashboardActive run overview: projected field, matchups, bubble snapshot
RankingsFull composite table with score bars and the team resume drawer
BubbleCut line, last four in / first four out, Selection Stability board
BracketSeeded bracket views with image download
Scenario LabReweight the composite and diff the projected field
ValidationHistorical backtests plus the Model vs Committee comparison
MethodologyIn-app metric reference and live weights
Docs (here)How the product works, what the model claims, and developer contracts

Note

Selection Room is an independent project. It is not affiliated with the College Football Playoff, NCAA, ESPN, or any conference.

Reading order

  1. Using the app for a tour of every page
  2. Model vs committee for how the model compares to the real committee
  3. Methodology for how the ranking is built
  4. Getting started if you want to run it yourself