ai lobbying tracker — live on cloudflare
autonomous daily fec data pipeline tracking five ai super pacs through the 2026 midterms. cloudflare workers + kv. three data tables per pac. nothing to maintain, nothing to redeploy.
shipped the ai lobbying tracker at sunshine.fm/super-pacs/ — an autonomous, append-only public log tracking five ai super pac spending to shape congress through the 2026 midterms.
started with fec committee id confirmation across both networks: the pro-ai side (leading the future c00916114, think big c00923417, american mission c00916692) and the pro-regulation side (jobs and democracy pac c00928374, defending our values pac c00928390, both anthropic-backed via public first action). all five confirmed live and filing.
architecture decision: cloudflare workers + kv instead of github actions. cron-triggered worker fetches fec api data for all five pacs daily at 5:25am pst, writes to kv, static page reads from kv at request time. nothing to maintain, nothing to redeploy. the worker is the only scheduled component — cloudflare handles the rest.
page built with full seo/geo/ai instrumentation: dataset json-ld schema, agent-context comment block, citeable claims section, llms.txt entry, sitemap at priority 0.8. three data tables per pac: independent expenditures, top donors, money out. fec explainer strip for context. network groupings labeled pro-ai and pro-regulation.
tools: claude, claude code, cloudflare workers, cloudflare kv, cloudflare pages, fec open api, wrangler.