diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e369ae4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,45 @@
+# Signal Elsewhere
+
+An interactive educational experience about money, technology, food, and health — built as a Capacitor Android app.
+
+## Development
+
+The app is a single-page HTML/JS application. No build step is needed for the web version.
+
+```bash
+# Serve locally for development
+python3 -m http.server 8080
+# or
+npx serve .
+```
+
+Open `http://localhost:8080` in your browser.
+
+## Android Build
+
+```bash
+# Install dependencies
+npm install
+
+# Copy web assets to Android
+npx cap copy
+
+# Sync Capacitor config
+npx cap sync android
+
+# Open in Android Studio
+npx cap open android
+```
+
+From Android Studio, build and run on a device or emulator.
+
+## Structure
+
+- `index.html` — main application source
+- `www/` — production web directory (copied to Android)
+- `android/` — Android project (Capacitor)
+- `capacitor.config.json` — Capacitor configuration
+
+## License
+
+ISC
diff --git a/index.html b/index.html
index 1573aab..5453cb3 100644
--- a/index.html
+++ b/index.html
@@ -2423,7 +2423,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; }
html+='
| US DEBT | $11.9T | $35T+ |
';
html+='| BTC ADOPTION | NONE | ETFs, NATIONS, FORTUNE 500 |
';
html+='| GOLD CONFISCATION RISK | LOW | REAL (CBDCs RISING) |
';
- html+='🟠BTC $100K+
WALL STREET OWNS IT
🥇GOLD $3K+
STILL THE SAFE HAVEN
📉DOLLAR DOWN
70% SINCE 2000
';
+ html+='';
vis.innerHTML=html;
vis.classList.add('visible');
showNextBtn('next4f');showNextBtn('sources4f');showNextBtn('back4f');
@@ -5984,11 +5984,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; }
+'| BTC ADOPTION | NONE | ETFs, NATIONS, FORTUNE 500 |
'
+'| GOLD CONFISCATION RISK | LOW | REAL (CBDCs RISING) |
'
+''
- +''
- +'
\uD83D\uDFE0BTC $100K+
WALL STREET OWNS IT
'
- +'
\uD83E\uDD47GOLD $3K+
STILL THE SAFE HAVEN
'
- +'
\uD83D\uDCC9DOLLAR DOWN
70% SINCE 2000
'
- +'
';
+ +'';
s4.querySelector('.s4visual').classList.add('visible');
document.getElementById('next4f').style.cssText = '';
showNextBtn('next4f');
diff --git a/www/index.html b/www/index.html
index 1573aab..5453cb3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2423,7 +2423,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; }
html+='| US DEBT | $11.9T | $35T+ |
';
html+='| BTC ADOPTION | NONE | ETFs, NATIONS, FORTUNE 500 |
';
html+='| GOLD CONFISCATION RISK | LOW | REAL (CBDCs RISING) |
';
- html+='🟠BTC $100K+
WALL STREET OWNS IT
🥇GOLD $3K+
STILL THE SAFE HAVEN
📉DOLLAR DOWN
70% SINCE 2000
';
+ html+='';
vis.innerHTML=html;
vis.classList.add('visible');
showNextBtn('next4f');showNextBtn('sources4f');showNextBtn('back4f');
@@ -5984,11 +5984,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; }
+'| BTC ADOPTION | NONE | ETFs, NATIONS, FORTUNE 500 |
'
+'| GOLD CONFISCATION RISK | LOW | REAL (CBDCs RISING) |
'
+''
- +''
- +'
\uD83D\uDFE0BTC $100K+
WALL STREET OWNS IT
'
- +'
\uD83E\uDD47GOLD $3K+
STILL THE SAFE HAVEN
'
- +'
\uD83D\uDCC9DOLLAR DOWN
70% SINCE 2000
'
- +'
';
+ +'';
s4.querySelector('.s4visual').classList.add('visible');
document.getElementById('next4f').style.cssText = '';
showNextBtn('next4f');