diff --git a/README.md b/README.md
index a47901d49a..9bc6622289 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,23 @@
# rp2350js — RP2350 (Hazard3 RISC-V) emulator
A fork of [wokwi/rp2040js](https://github.com/wokwi/rp2040js) that emulates the **RP2350**
-(Raspberry Pi Pico 2) **Hazard3 RISC-V** cores, with a corrected and tested RISC-V instruction
-core.
+(Raspberry Pi Pico 2) **Hazard3 RISC-V** cores — a corrected, test-gated RISC-V core that boots the
+A2 bootrom and runs real firmware instruction-by-instruction, with no hardware in the loop.
+
+
+
+
+
+ PGA2350 carrier · main
+ |
+
+
+ PGA2350 carrier · mini
+ |
+
+
+
+*This isn't a demo reel — it's a readout. The light show is the **`ghostshow`** firmware's [`effects.c`](https://github.com/GhostRoboticsLab/CustomPCB_ghost/tree/main/pga2350-carrier/firmware/ghostshow), and every WS2812 bit that drives it is produced by this engine stepping the Hazard3 core through the RP2350 bootrom, SIO, timers, and PIO. The boards are the [GhostLabs PGA2350 carriers](https://github.com/GhostRoboticsLab/CustomPCB_ghost) this emulator was built to bring up.*
> **Status: early but real.** The RISC-V core boots and runs RV32IMAC + Zba/Zbb/Zbs/Zcb code and
> passes a verified instruction-correctness suite. The RP2350 peripheral layer is now multi-chip
@@ -15,6 +30,16 @@ core.
> skipped.** Some RP2350 PIO features not yet exercised by firmware remain deferred — see
> **[ROADMAP.md](./ROADMAP.md)**.
+## Why a digital twin
+
+The point of a digital twin is to fail in software, not silicon. This engine is the brain inside the
+[PGA2350 carrier](https://github.com/GhostRoboticsLab/CustomPCB_ghost)'s simulation: the firmware boots
+here — A2 bootrom → Hazard3 core → the WS2812 chain on GP28 — long before a board is reflowed, so a
+wrong `MUL`, a dropped timer IRQ, or a mis-based PIO pin-window surfaces as a **red test**, not a dead
+pixel on a soldered-down module. A Vite + TypeScript dashboard in the carrier repo drives this engine
+headless, reconstructs the GP28 bitstream into 24 live pixels, and plays exactly the show above in a
+browser. Same firmware binary, same instruction core — emulated here, reflowed there.
+
## Lineage & credit
Three links in a chain, all MIT, all credited (see **[CREDITS.md](./CREDITS.md)**):
diff --git a/docs/ghostshow-main.gif b/docs/ghostshow-main.gif
new file mode 100644
index 0000000000..35b634d174
Binary files /dev/null and b/docs/ghostshow-main.gif differ
diff --git a/docs/ghostshow-mini.gif b/docs/ghostshow-mini.gif
new file mode 100644
index 0000000000..323292ba42
Binary files /dev/null and b/docs/ghostshow-mini.gif differ