Three decades of congressional gerrymandering — explore how redistricting shaped partisan outcomes in every US state from 1992 to 2024.
🌐 Live site: districtdrift.org
| Desktop | Mobile |
![]() |
![]() |
District Drift is a free, nonpartisan, public-interest website that documents the history of congressional redistricting in the United States across five cycles: 1992, 2002, 2012, 2022, and 2024.
It is backward-looking — a historical record for the general public, journalists, and educators showing how congressional maps have been drawn and who benefited. Both parties have gerrymandered; this site shows all of it.
Key features:
| Layer | Technology |
|---|---|
| Frontend | SvelteKit (static output) |
| Maps | MapLibre GL JS + PMTiles |
| Charts | D3.js (direct SVG) |
| Pipeline | Python + GeoPandas + Tippecanoe |
| Hosting | Cloudflare Pages + Cloudflare R2 |
See CONTRIBUTING.md for full setup instructions.
# Pipeline (Python)
cp .env.example .env # add your free NHGIS API key
uv run python -m pipeline.download
uv run python -m pipeline.process
uv run python -m pipeline.tile
# Frontend
cd web && npm install && npm run dev
CC BY-NC-SA 4.0 — free to use and adapt with attribution, non-commercial only. Copyright © 2026 Kana Nadarajan