SPENDING
// defense + law-enforcement spending · FY12–FY26
Interactive dashboard of U.S. federal defense (Budget Function 050) and civilian law-enforcement spending, FY2012 through FY2026. FY range slider, category toggles, line / stacked bar / doughnut charts, KPIs, and a written report with full bibliography.
- > Prerendered static site — no runtime backend
- > Raw CSV + rendered markdown report shipped with the UI
- > Source of truth is a typed TS module derived from the CSV
> methodology
Numbers come from OMB Historical Tables, BEA NIPA, Congressional Budget Justifications, and the Bureau of Justice Statistics. Defense spending uses Budget Function 050 (national defense). Civilian law-enforcement covers DOJ, DHS components (CBP, ICE), and federal grants to state / local LE agencies. Each FY ties back to a primary source linked inline in the report.
> data shape
- >CSV is the source of truth; a typed TS module is derived from it at build time.
- >Fully prerendered — every chart and KPI is static at deploy. No runtime backend.
- >The same CSV is downloadable from the site for independent reproduction.
Open the live dashboard at https://spending.blackmesalabs.org.