This project is no longer under active development. It has been superseded by cfb-app (CFB Team 360), the full-FBS analytics dashboard backed by the cfb-database Supabase warehouse. Live at https://v0-production-data-application.vercel.app — Sooners fans, start at
/oufor Sooner Mode.Assets ported to cfb-app (July 2026): the rivals/head-to-head page, the standalone team-compare page, CSV export, the accessibility patterns (route error boundaries, empty states, chart aria labels, table semantics), and the query-layer test discipline (mocked-client fixtures/snapshots). The OU identity lives on as cfb-app's opt-in Sooner Mode theme.
This repo's DuckDB ingestion stack duplicated the cfb-database warehouse and could not deploy serverless; it is kept for reference only.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.