Put the cure on your site.
Everything on Negative Resistance is open. Drop a self-updating widget into any page, pull the raw data from a free public API, or follow the Wire in your feed reader. No keys. No signup. No maintenance — the data keeps itself current.
Three widgets. Zero maintenance.
Every widget is a single line of HTML. They update themselves from the live Cure Protocol — you paste once and never touch them again. Copy a snippet, drop it into any page, CMS, or newsletter.
The Cure Search
A search box that turns any disease name into a real-time status report on AI, CRISPR, and gene-therapy research — with 20-language translation, timeline estimates, and the organizations leading each fight.
- AI-generated status report for any condition
- Live research pulled from the Cure Protocol
- Auto-translates into 20 languages
- Links back to the full protocol
<iframe
src="https://negativeresistance.com/embed/search"
width="100%"
height="600"
style="border:none;border-radius:12px;"
title="Cure Protocol Search"
></iframe>Signal of the Week
A single card featuring the most important signal of the week — its lifecycle status, which form of capital it moves, and why it matters. It refreshes itself. You paste it once.
- Always shows the current top signal
- Updates automatically — zero maintenance
- Compact card, fits any sidebar
- Deep-links to the full story
<iframe
src="https://negativeresistance.com/embed/signal"
width="100%"
height="340"
style="border:1px solid #1a2233;border-radius:12px;max-width:520px;"
title="Signal of the Week"
></iframe>The Cure Tracker
A compact, auto-updating dashboard showing progress toward cures across disease frontiers — stage badges, progress bars, and the latest milestone, all in one widget.
- Progress across every disease frontier
- Stage badges + live progress bars
- Latest milestone, refreshed every 3h
- One number for humanity’s progress
<iframe
src="https://negativeresistance.com/embed/tracker"
width="100%"
height="700"
style="border:1px solid #1a2233;border-radius:12px;max-width:520px;"
title="Cure Tracker"
></iframe>Build on the data directly.
Free, public, and unauthenticated. One JSON endpoint gives you global trial counts, a per-disease breakdown, the latest cure research, and platform stats. CORS is enabled — call it straight from the browser.
https://negativeresistance.com/api/v1/hope| PARAM | VALUES | DEFAULT | DESCRIPTION |
|---|---|---|---|
include | trials, research, stats | all | Comma-separated list of data blocks to return. |
disease | any string | — | Filter research articles by disease name (e.g. sickle+cell). |
limit | 1–20 | 5 | Max number of research articles to return. |
GET https://negativeresistance.com/api/v1/hopeGET https://negativeresistance.com/api/v1/hope?include=trialsGET https://negativeresistance.com/api/v1/hope?include=research&disease=sickle+cell&limit=10GET https://negativeresistance.com/api/v1/hope?include=stats{
"_meta": {
"api": "The Last Economy Wire — Hope Signal API",
"version": "1.0",
"documentation": "https://negativeresistance.com/embed",
"license": "Free for any use. Attribution appreciated."
},
"trials": {
"globalActiveTrials": 41762,
"byDisease": [
{ "id": "oncology", "label": "Cancer", "activeTrials": 8134 },
{ "id": "neurology", "label": "Neurodegenerative Disease", "activeTrials": 1290 },
{ "id": "endocrinology", "label": "Type 1 Diabetes", "activeTrials": 412 }
],
"source": "ClinicalTrials.gov",
"message": "Right now, tens of thousands of trials are running to cure human disease. The window is still open."
},
"research": {
"count": 1,
"articles": [
{
"title": "Base editing corrects sickle-cell mutation in patient stem cells",
"url": "https://...",
"source": "Nature Medicine",
"significance": "high"
}
]
},
"stats": {
"totalWireSignals": 1355,
"totalCureResearch": 563,
"languages": 20
}
}Attribution appreciated but not required. License: free for any use.
Follow the Wire in any reader.
Every reframed signal and cure-research update, delivered to the reader of your choice. Auto-discovery is enabled — most readers find the feed from any page on the site.
https://negativeresistance.com/feed.xmlEvery request served is a question asked about curing human disease.
The window is still open.
Explore the full protocol, or start reading the Wire.