Docs / Get Started / Scoring Zone

The one-score fantasy football co-pilot for our league.

Scoring Zone

Scoring Zone is a self-hosted fantasy football analytics app built around a single composite player score called PigPro. It ingests data from Yahoo Fantasy, Sleeper, FFC, nflverse, and Firecrawl-scraped news, then distills everything into one 0โ€“10 number per player with a transparent component breakdown.

The editorial docs are public. Admin and operator pages (pipeline health, LLM costs, schema browser) require signing in.

Start here

  • Quickstart โ€” First 10 minutes: log in, find the top-ranked RB, draft him, open his trading card.
  • What is PigPro? โ€” The seven components that feed the composite, what each one measures, and what the tiers mean.
  • The formula โ€” Exact weights, backtest results (2022+2023 โ†’ 2024), rookie-features uplift.
  • Trading card โ€” Every field on the PigPro player card, explained.

Reference

  • API reference โ€” Every /api/* endpoint, auto-generated from the Flask route table.
  • Glossary โ€” Fantasy and football acronyms (ADP, VOR, PPR, PFR, GSIS, etc.) plus our own jargon.

Ask AI

Hit the Ask AI button in the top-right of any docs page to ask a question in plain English. It searches these docs, cites the page(s) it pulled from, and logs the cost to the feature docs_ask_ai โ€” see /admin/llm-costs for running spend.

Why a docs site at all?

The app got dense enough that "how does PigPro actually work?" and "what does this endpoint return?" are real questions even for the person who built it. This is the single place those answers live.