Dry Spell
Your prescription vanished. We track who ran out, who's responsible, and what you can do about it.
Channel: Dry Spell Tagline: Your prescription vanished. We track who ran out, who’s responsible, and what you can do about it. Niche: Consumer-facing US drug shortage intelligence — real-time shortage dashboards, manufacturer accountability scorecards, duration timelines, alternative-drug guidance, therapeutic-area impact analysis, and weekly “shortage dispatch” briefings, all auto-generated from FDA’s openAPI and delivered as a beautiful, opinionated, patient-first static site. Target audience: The 130+ million Americans who take at least one prescription drug. Specifically: patients who’ve walked into a pharmacy and been told “we don’t have it” (estimated 15-20 million people affected by shortages annually), caregivers managing complex medication regimens, pharmacists looking for a patient-friendly resource to share, health journalists covering the crisis, patient advocacy organizations, and the massive ADHD community (10M+ US adults) currently experiencing the longest stimulant shortage in history. Why now: Drug shortages in the US have hit crisis levels. The FDA currently tracks 1,693 shortage entries in its database. ADHD medications (Vyvanse, Adderall) have been in continuous shortage since late 2022 — over 3 years now. Chemotherapy drugs like Carboplatin have been rationed in cancer centers. Hospital-essential IV fluids (dextrose, saline) face chronic unavailability. The 2024 ASHP survey found 99% of hospitals experienced at least one drug shortage. Yet the consumer experience of this crisis is: walking into CVS, being told “try back next week,” and Googling into a void. The FDA’s own shortage page is an unusable wall of text with no visualizations, no trend data, and no patient guidance. Nobody owns this beat as a continuously-updated, beautifully-designed data product. The gap is enormous.
Content Example:
Sample Article: “The Adderall Drought Hits 1,200 Days — And Teva Still Won’t Say Why”
Published: Dry Spell Weekly Dispatch #47
The number: 1,200 days. That’s how long mixed amphetamine salts (the generic name for Adderall) have been in continuous shortage in the United States — the longest stimulant supply disruption since the DEA began regulating production quotas in 1971.
If you’re one of the ~10 million American adults with an ADHD prescription, you already know this. You’ve called six pharmacies on a Tuesday morning. You’ve driven 40 miles to a Walgreens that “might have some.” You’ve spent $380 out-of-pocket for a 30-day supply of brand-name Vyvanse because the generic was gone. You’ve rationed your own medication — taking half doses, skipping weekends — and then watched your productivity, relationships, and mental health deteriorate.
But here’s what you probably don’t know: who’s responsible, and why it hasn’t been fixed.
The Manufacturer Scorecard
Dry Spell tracks every FDA shortage entry for amphetamine salts since 2022. Here’s our accountability breakdown:
| Manufacturer | Entries | Avg. Days Short | Current Status | Reliability Grade |
|---|---|---|---|---|
| Teva Pharmaceuticals | 18 | 340 | ⚠️ Limited | D |
| Sandoz (Novartis) | 12 | 280 | ✅ Available | C+ |
| Lannett Company | 9 | 410 | ❌ Unavailable | F |
| Mallinckrodt | 7 | 195 | ⚠️ Limited | C |
Teva controls approximately 30% of the US generic Adderall market. They’ve filed 18 separate shortage notifications with the FDA since the crisis began — more than any other manufacturer. Their stated reason, consistently, is “increased demand.” But DEA production quota data tells a different story: quotas have been raised three times since 2023. The raw material isn’t scarce. The manufacturing capacity is.
Why “Increased Demand” Isn’t the Real Answer
The FDA’s openFDA database reveals a pattern: 87% of stimulant shortage entries cite “increased demand” or “demand increase” as the reason. But when you cross-reference with DEA quota data and manufacturer quarterly earnings calls:
- Teva’s ADHD franchise revenue has increased 23% during the shortage period
- DEA amphetamine quotas were raised by 12% in 2024 and 8% in 2025
- Generic competitors haven’t received accelerated approvals despite emergency need
The real story isn’t demand. It’s that manufacturing-quality failures at key facilities (see: FDA Warning Letter to Lannett’s Seymour, IN plant, June 2024) cascaded through a supply chain that had no redundancy, while surviving manufacturers discovered that scarcity is profitable.
What You Can Do Right Now
Check availability: Use Dry Spell’s live tracker (updated daily from FDA data) to see which specific NDC codes are available from which manufacturers.
Alternative medications currently NOT in shortage:
- Methylphenidate ER (Concerta/generic) — different mechanism, but many patients respond well
- Atomoxetine (Strattera/generic) — non-stimulant, no DEA quota issues
- Viloxazine (Qelbree) — newer non-stimulant, rarely shorted
Talk to your doctor about: dose-form switching (XR ↔ IR availability differs), authorized generics (sometimes available when regular generics aren’t), and 90-day fills when stock appears.
Data sources: openFDA Drug Shortages API (last sync: 2026-04-05), FDA FAERS, DEA ARCOS quota data
Data Sources:
- openFDA Drug Shortages API (
api.fda.gov/drug/shortages.json) — 1,693 entries, updated daily. Primary data: drug name, availability status, posting date, manufacturer info. Free, no auth required (240 req/min). Tested and working. - openFDA Drug Enforcement API (
api.fda.gov/drug/enforcement.json) — 28,679 recall entries. Correlate shortages with manufacturing failures and GMP violations. Free. - openFDA Drug Adverse Events API (
api.fda.gov/drug/event.json) — FAERS data. Track adverse event spikes when patients forced-switch during shortages. Free. - FDA Warning Letters — public, scrapeable at fda.gov. Manufacturing facility violations that cause shortages.
- PubMed/OpenAlex — peer-reviewed research on health outcomes during drug shortages (e.g., cancer mortality increases during chemo drug shortages).
- Medicare Part D data (data.cms.gov) — utilization and spending patterns showing demand signals.
- ASHP Drug Shortages — reference data (web-scraped), for cross-validation with FDA numbers.
Automation Pipeline:
- Schedule: Daily at 06:00 UTC (GitHub Actions cron)
- Collect: Fetch full FDA Drug Shortages API dump (paginated), Drug Enforcement API (last 30 days), Warning Letters RSS. ~500 API calls total, well within free limits.
- Process: Compare today’s snapshot with yesterday’s (stored in repo as JSON). Detect: new shortages, resolved shortages, status changes, duration milestones (100 days, 365 days, etc.). Cross-reference shortage drugs with enforcement/recall data. Calculate manufacturer reliability scores.
- Generate: AI writes daily dispatch articles for significant changes. Generates weekly deep-dive on one drug/category. Auto-creates/updates individual drug pages with current status + historical trend. Generates charts (shortage duration bar charts, manufacturer scorecards, therapeutic area heatmaps) using Recharts/D3.
- Publish: Astro static site build → deploy to GitHub Pages. Update sitemap for SEO. Push to RSS feed.
Tech Stack:
- Static site: TypeScript + Astro (content-heavy, SEO-optimized, fast)
- Image generation: Recharts/D3.js for data visualizations (server-rendered to SVG/PNG). AI (DALL-E/Flux) for hero images and article illustrations
- Data collection: Node.js scripts fetching from openFDA REST API + HTML scraping for FDA Warning Letters
- Data storage: JSON files in repo (daily snapshots), processed into Astro content collections
- CI/CD: GitHub Actions (daily cron + on-push)
- Hosting: GitHub Pages (free) or Cloudflare Pages (free tier)
Monetization Model:
- Donations/tips: Buy Me a Coffee, Ko-fi — “Help us keep tracking the drugs your pharmacy can’t find.” Emotional, personal connection for affected patients.
- Newsletter premium tier: Free weekly dispatch + paid tier with personalized shortage alerts for YOUR specific medications. $5/month × subscribers.
- Affiliate: GoodRx referral links on drug pages (GoodRx pays per referral). Telehealth platform partnerships (prescribers who help patients find alternatives).
- Sponsorship: Patient advocacy organizations, pharmacy benefit managers, pharmacy chains (controversial but lucrative). Health journalism grants.
- Telegram/Substack: Cross-post dispatch with Stars/paid subscriptions.
- Projected month-1 revenue: $200-500 (donations from ADHD community — highly engaged, highly frustrated)
- Projected month-6 revenue: $3,000-8,000 (newsletter growth + GoodRx affiliate + organic search traffic compounding)
Growth Mechanics:
- SEO: Individual pages for every shorted drug targeting “[drug name] shortage 2026” queries. These are high-intent, low-competition keywords. Google will index hundreds of pages.
- Reddit: Share dispatches in r/ADHD, r/pharmacy, r/medicine — these communities are desperate for this information. Not spamming — genuinely useful.
- Social: Shareable infographics (“Top 10 Most-Shorted Drugs This Month” charts). TikTok/Reels clips reading the weekly dispatch.
- Newsletter capture: “Enter your medication → get alerted when shortage status changes.” Killer lead magnet.
- Journalist resource: Become the citation source for drug shortage reporting. When NPR or NYT writes about shortages, they link to Dry Spell.
Channel Soul & Personality
Name: Dry Spell — a drought metaphor for when your medicine supply dries up. Memorable, slightly dark humor, immediately understood.
Mascot: A grumpy, world-weary pharmacy pill bottle character named Script — cracked, half-empty, wearing a hard hat. Drawn in a clean editorial illustration style (think New Yorker meets infographic). Script appears in article headers, delivers snarky commentary, and appears on the 404 page holding a “BACK-ORDERED” sign.
Voice: The exhausted but furious patient advocate who happens to have a data science degree. Not neutral. Not “both sides.” Takes the patient’s side, names manufacturers, demands accountability — but backs everything with data. Think ProPublica meets an angry pharmacist’s blog.
Signature phrases:
- “FDA says ‘available.’ Your pharmacy says ‘LOL.’”
- “The manufacturer scorecard doesn’t lie.”
- “Another quarter, another ‘increased demand’ excuse.”
Running segments:
- “The Dry Spell 10” — weekly top-10 longest-running active shortages, ranked
- “Fresh Drought” — new shortages reported this week
- “Rain Check” — resolved shortages (rare, celebrate them)
- “The Excuse Report” — categorizing manufacturer-stated reasons for shortages with BS-detector commentary
- “Script’s Take” — the mascot’s snarky one-liner summary at the top of each dispatch
Visual style: Clean, medical-white backgrounds. Data visualizations in a distinctive teal + coral palette. Drug molecule diagrams as decorative elements. Pill bottle iconography throughout. Typography: clean sans-serif (Inter) for body, editorial serif (Source Serif) for headlines.
The opinion: Dry Spell believes drug shortages are a predictable result of market consolidation, regulatory inertia, and perverse incentives — not inevitable natural disasters. The channel takes the position that transparency is the first step to fixing a broken supply chain. Every manufacturer gets a grade. Every excuse gets fact-checked.
Launch Complexity: 3/5 (API is straightforward and well-documented; main complexity is designing the drug page template and manufacturer scoring algorithm; 2-3 weeks to MVP) Content Quality Score: 5/5 (genuinely life-affecting information that doesn’t exist in this form; sample article demonstrates investigative quality) Automation Score: 5/5 (FDA API updates daily with structured data; comparison/delta detection is straightforward; drug pages auto-generate from templates) Revenue Potential: 5/5 (massive affected audience, high emotional investment, clear path to newsletter monetization + affiliate revenue + becoming authoritative source) Total: 18/20
Why This Will Work: Psychology: When your medication disappears, the emotional response is fear, frustration, and helplessness. Dry Spell converts helplessness into information and agency. “I can’t get my Adderall” becomes “Here’s exactly why, here’s who’s responsible, here’s what to do.” That transformation — from anxious Googling to informed action — creates intense loyalty and willingness to donate/subscribe.
Market logic: 130M+ Americans take prescription drugs. 15-20M are affected by shortages annually. The ADHD community alone (10M+ adults) has been in crisis for 3+ years with no dedicated resource. Reddit threads about drug shortages get thousands of upvotes. The data is free, the audience is massive, and the competition is a government webpage from 2004.
Risk & Mitigation:
- FDA API changes/downtime: Low risk (openFDA has been stable for years). Mitigation: local data cache, graceful degradation.
- Medical advice liability: Dry Spell provides information, not medical advice. Clear disclaimers. “Talk to your doctor” on every alternative suggestion. This is journalism, not healthcare.
- Manufacturer pushback: Possible. All data is public record. Accuracy is the defense. Mitigation: cite every claim to source data.
- Scope creep: Start US-only. Expand to EU (EMA shortages) and UK (NHS) later as separate channels in the same brand.