Rust Belt
Every bridge you cross has a safety score. Now you can see it.
Channel: Rust Belt
Tagline: Every bridge you cross has a safety score. Now you can see it.
Niche: Consumer-facing US bridge safety intelligence — transforming the federal government’s National Bridge Inventory (620,000+ bridges, updated annually since 1992) into a searchable, beautifully-designed, county-level bridge safety report card with individual bridge scorecards, deterioration trend charts, repair-spending accountability, and “worst bridges near you” rankings. Not engineering reports — human-readable safety journalism powered by government data.
Target audience: Daily commuters who cross bridges (156M+ Americans commute by car), local journalists covering infrastructure, truckers/logistics planners needing load-posting data, municipal accountability activists, real estate researchers (property near a structurally deficient bridge?), concerned parents, and the 1.5M+ r/CatastrophicFailure crowd who devour bridge collapse content but have nowhere to check their own bridges.
Why now: The 2021 Infrastructure Investment & Jobs Act pledged $40B for bridge repairs — the largest investment since the Interstate Highway System. We’re now 5 years in. Did it work? The 2025 NBI data just dropped. For the first time, we can compare pre-IIJA and post-IIJA condition data at scale. ~42,000 bridges were rated “structurally deficient” in 2023. Did that number drop? Every journalist will be asking. Meanwhile, the Francis Scott Key Bridge collapse in March 2024 and the I-35W anniversary still echo in public consciousness. Trust in infrastructure is low. But the data to verify is locked in government CSVs that require engineering degrees to parse. Nobody is translating this into something a commuter can understand. That changes now.
Content Example
Sample Article: “Your Commute’s Weakest Link: The 50 Most-Crossed Bridges in America Rated ‘Poor’”
There’s a number the government assigns to every bridge you drive over. It’s called a sufficiency rating — a score from 0 to 100 that captures structural adequacy, serviceability, and how essential the bridge is. Above 80? You’re fine. Below 50? The bridge is eligible for federal replacement funding. Below that, and you should probably know about it.
We pulled the 2025 National Bridge Inventory data — all 621,478 structures — and cross-referenced condition ratings with average daily traffic counts. The result: a ranked list of the most heavily-used bridges in America that the federal government rates as structurally deficient.
#1: I-95 Girard Point Bridge, Philadelphia, PA
Daily crossings: 123,700 | Deck condition: 4/9 (Poor) | Year built: 1973 | Last major repair: 2019The Girard Point Bridge carries I-95 over the Schuylkill River in South Philadelphia. It was built in 1973 — when Gerald Ford was Vice President and the speed limit was 55. Over 123,000 vehicles cross it every day. Its deck condition rating of 4 means “advanced section loss, deterioration, spalling, or scour.” PennDOT has allocated $312M for rehabilitation, with construction expected to begin in 2027. Until then, 45 million annual crossings occur over a deck that scores one point above “serious.”
The bridge isn’t about to fall. A “structurally deficient” rating does not mean “unsafe” — it means the bridge requires significant maintenance, rehabilitation, or replacement. But here’s the thing: the last time this bridge’s deck was rated “good” was 1996. That’s 29 years of documented decline before major rehab funding was secured.
#2: I-10 Twin Span Bridge, New Orleans, LA
Daily crossings: 58,200 | Superstructure condition: 4/9 (Poor) | Year built: 2009 | Sufficiency: 54.3Built after Katrina destroyed the original span, the replacement bridge is already showing superstructure deterioration after just 16 years — a reminder that coastal exposure accelerates every timeline. Louisiana’s average bridge age is 42 years; the national average is 44.
The Accountability Gap
The Infrastructure Investment & Jobs Act promised to repair 15,000 bridges by 2030. As of the 2025 NBI data, the number of bridges rated “poor” has declined from 42,966 (2023) to [auto-fill from latest data]. That’s progress — but at the current rate, it will take [calculated] years to clear the backlog. And every year, approximately 1,800 bridges cross the threshold from “fair” to “poor.”
We’re tracking every dollar spent and every bridge condition change, state by state, year over year. This isn’t advocacy — it’s arithmetic.
Data: FHWA National Bridge Inventory 2025 | FHWA Bridge Condition Tables | USASpending.gov
Data Sources:
- FHWA National Bridge Inventory (NBI) — 621,000+ bridges, annual updates, free CSV/XML downloads per state. Fields include lat/lon, condition ratings (0-9), sufficiency rating, ADT, year built, repair cost estimates. Historical data back to 1992.
- NBI ArcGIS Feature Server — REST API at geo.dot.gov, queryable, spatial search, GeoJSON output, no auth needed
- FHWA Bridge Condition Summary Tables — Pre-computed state-level aggregates at fhwa.dot.gov/bridge/britab.cfm
- USASpending.gov API — Federal infrastructure spending by state/program to correlate with repair outcomes
- Census Bureau API — Population data for per-capita bridge condition scoring
- ARTBA Annual Bridge Report — Advocacy group reports with useful trend data (scrape-friendly press releases)
Automation Pipeline:
- Schedule: Weekly build (Sundays) + daily delta-check for NBI data updates
- Collect: GitHub Action downloads NBI state files, parses XML/CSV into normalized JSON, merges with historical archive. Queries USASpending API for infrastructure grants. Pulls Census population data.
- Process: AI synthesizes county-level and state-level report cards — calculates grades (A-F based on % poor/% fair/trend direction/spending per bridge), generates narrative summaries, identifies “most improved” and “most deteriorated” counties, ranks worst bridges by traffic volume × condition score
- Generate: Leaflet heatmaps (condition by county), D3 sparklines (condition trends 1992-present), SVG report card templates, per-bridge pages with photo embeds from Mapillary/Google Street View static images
- Publish: Astro static site build → GitHub Pages. 620k+ individual bridge pages (incremental builds). County index pages. State dashboards. National scoreboard.
Tech Stack:
- Static site: TypeScript + Astro (content collections perfect for 620k pages, incremental builds)
- Maps: Leaflet + MapLibre GL (free, open-source)
- Charts: D3.js for sparklines and trend charts
- Image generation: SVG template-based report cards (no AI image gen needed — the data IS the visual)
- Data collection: Node.js scripts (fetch, parse xml2js, normalize)
- Data storage: Git-committed JSON files + SQLite for queries
- CI/CD: GitHub Actions (weekly cron + manual trigger)
- Hosting: Cloudflare Pages (better for 620k pages than GitHub Pages — unlimited bandwidth)
Monetization Model:
- Donations (primary): Buy Me a Coffee / Ko-fi — “Help us keep bridge data free and accessible.” Local journalism model. People donate when the data personally affects them.
- Newsletter (premium tier): Weekly “Bridge Brief” email — top 10 condition changes, upcoming closures, IIJA spending tracker. Free tier gets monthly summary; $5/mo gets weekly deep-dives.
- Affiliate: Safety-related products (dashcams, emergency kits, insurance comparison) — contextual, not spammy. “If your commute crosses a bridge rated 3/9, you might want a dashcam.”
- Sponsorship: Civil engineering firms, infrastructure advocacy groups (ARTBA, ASCE), trucking companies — native content partnerships.
- Data licensing: Clean, normalized, API-accessible bridge data that government provides in unusable formats. Charge B2B users ($99/mo) for API access.
- Projected month-1 revenue: $200-500 (donations + early newsletter signups, seeded by viral “worst bridges” launch content)
- Projected month-6 revenue: $2,000-5,000 (SEO traction on 620k pages, newsletter at 5,000+ subscribers, first sponsorship deal)
Launch Complexity: 3/5 — NBI data parsing is well-documented; the main complexity is building 620k pages efficiently (Astro handles this) and the historical data archive.
Content Quality Score: 5/5 — This is data journalism. Real government data, real accountability, real safety information. Every article cites specific bridge IDs, condition codes, spending figures. Zero AI slop risk because the content IS the data.
Automation Score: 5/5 — NBI updates annually, but the pipeline processes it automatically. Weekly builds catch any mid-year corrections. No manual intervention needed after initial setup.
Revenue Potential: 5/5 — 156M commuters × anxiety about bridge safety = massive organic audience. 620k indexable pages = SEO goldmine. Infrastructure spending accountability = journalist amplification. Newsletter/donation/affiliate all viable.
Total: 18/20
Channel Soul & Character
Name: Rust Belt — not just a regional reference, but a literal description of what’s happening to America’s bridges. Rust. Corroding. Crumbling. The name is provocative, memorable, and immediately communicates the problem.
Mascot: A grumpy, weathered steel I-beam character called “Girder” — wearing a hardhat, looking tired, occasionally holding up a “HELP” sign. Drawn in a technical-illustration style with cross-hatched shading. Think: if a bridge could talk, and it’s been asking for repairs since 1987.
Voice: Dry, sardonic, data-obsessed infrastructure journalist. Like a building inspector who moonlights as a stand-up comedian. Concerned but not alarmist. Trusts the data, not the press releases. Signature move: comparing bridge ages to pop culture milestones (“This bridge was built the year Jaws came out. The shark is in better shape.”)
Opinion: Rust Belt takes a clear stance: bridge conditions should be as transparent as restaurant health inspections. Every commuter deserves to know the safety score of the bridges they cross daily. The data exists. The government collects it. It should be readable by anyone, not just engineers.
Running bits:
- “Bridge of the Week” — most interesting/alarming bridge featured with full scorecard
- “The Scorecard” — monthly state-by-state grade updates
- “Girder’s Complaint Box” — reader-submitted bridge concerns, investigated with NBI data
- “Built the Same Year As…” — matching bridge construction years to cultural events for visceral age context
- “The Money Trail” — tracking IIJA dollars from appropriation to actual repair outcomes
Visual style: Industrial-clean. Charcoal gray backgrounds, safety-orange accents, engineering-blueprint typography (monospace headers). Maps use a custom palette: greens for good, ambers for fair, deep reds for poor. Report cards look like official inspection forms — but actually readable.
Why This Will Work:
- Fear + utility = engagement. People click “is this bridge safe?” the same way they click “is this food recalled?” — visceral personal relevance.
- 620,000 indexable pages — every bridge gets a page with lat/lon, year built, condition history. That’s 620k chances to rank for “[bridge name] condition” or “bridges near [town]” searches. Long-tail SEO paradise.
- News cycle amplifier. Every bridge collapse, every infrastructure vote, every ASCE report card generates a search spike. Rust Belt is the permanent landing page for that anxiety.
- IIJA accountability angle = journalist goldmine. Reporters need someone to do the data analysis they don’t have time for. Rust Belt becomes the citation source.
- Emotional mascot + dry humor = shareability. Girder screenshots go viral on infrastructure Twitter.
Risk & Mitigation:
- Risk: NBI data updates only annually → could feel stale. Mitigation: Weekly builds rotate featured content, trend analysis, and newsletter content. Staleness is perception — frame it as “the annual checkup” and fill gaps with spending/accountability analysis.
- Risk: “Structurally deficient ≠ unsafe” — could cause panic. Mitigation: EVERY page includes a clear explainer box: “What these ratings mean (and don’t mean).” Responsible journalism, not fearmongering. This is critical for credibility.
- Risk: 620k pages = massive build. Mitigation: Astro content collections + Cloudflare Pages handles this. Incremental builds only regenerate changed bridges. Pre-tested at scale by other large static sites.
- Risk: Competition from state DOTs improving their portals. Mitigation: Rust Belt’s value is the NATIONAL view + trend data + accountability layer. Individual state portals can’t do cross-state comparisons or historical trends the same way.