diff --git a/.veda/ui b/.veda/ui
index f8067b7d1..cfefa9c7e 160000
--- a/.veda/ui
+++ b/.veda/ui
@@ -1 +1 @@
-Subproject commit f8067b7d15e48f17d34f001b45e141f1801b2937
+Subproject commit cfefa9c7ee7537ccedd00b1b0724f7d3a415b485
diff --git a/package.json b/package.json
index 10d77b2f1..e6aa693d9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "veda-config",
   "description": "Configuration for Veda",
-  "version": "0.10.0",
+  "version": "0.11.0",
   "source": "./.veda/ui/app/index.html",
   "license": "Apache-2.0",
   "scripts": {
diff --git a/stories/recent-fires.stories.mdx b/stories/recent-fires.stories.mdx
new file mode 100644
index 000000000..397a13d17
--- /dev/null
+++ b/stories/recent-fires.stories.mdx
@@ -0,0 +1,45 @@
+---
+id: "recent-fires"
+name: Recent fires
+description: "Showing large fires that were burning when the fire atlas was last updated"
+featured: true
+media:
+  src: ::file ./recent-fires.webp
+  alt: A vehicle exiting a burning forest
+  author:
+    name: Marcus Kauffman
+    url: https://unsplash.com/photos/-iretlQZEU4
+pubDate: 2023-08-10
+taxonomy:
+  - name: Topics
+    values:
+      - EIS
+---
+
+<Block>
+  <Prose>
+    Showing large fires that were burning when the fire atlas was last updated.
+    Only includes fires with an area greater than 2.
+
+    You can learn more about how to access [this data](https://firenrt.delta-backend.com/collections/public.eis_fire_snapshot_perimeter_nrt) directly in this [VEDA documentation page](https://nasa-impact.github.io/veda-docs/notebooks/tutorials/mapping-fires.html).
+
+  </Prose>
+</Block>
+
+<Block type="wide">
+  <Figure>
+    <Embed
+      height="1200"
+      src="https://nasa-impact.github.io/veda-interactive-fire/voici/render/embed.html"
+    />
+  </Figure>
+</Block>
+
+<Block>
+  <Prose>
+    ⚠️ This visualization was created using a [jupyterlite-pyodide-kernel](https://github.com/jupyterlite/pyodide-kernel) and
+    [voici](https://voici.readthedocs.io/en/latest/). It is rendered client-side (in your browser!) via the magic of [Wasm](https://webassembly.org/).
+    This is an exciting and rapidly evolving space which means that this
+    visualization is highly experimental and likely to break. ⚠️
+  </Prose>
+</Block>
diff --git a/stories/recent-fires.webp b/stories/recent-fires.webp
new file mode 100644
index 000000000..f078df260
Binary files /dev/null and b/stories/recent-fires.webp differ