diff --git a/README.md b/README.md
index 6ab9ea6..30b626e 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,33 @@ A procedural-materials swatch grid — Principled metal and dielectric, the emis
and the cross-version `set_specular` shim. Doubles as a live proof of the EEVEE engine-id
mapping (`BLENDER_EEVEE` on 5.x, `BLENDER_EEVEE_NEXT` on 4.2-4.5).
+
+
+
+
+
+ |
+
+
+### [turntable](examples/turntable/)
+
+A slotted-actions Z-rotation turntable keyed through the cross-version channelbag path
+(`get_channelbag_for_slot`). Witnesses the slotted-actions fix: ensure-helper channelbag on
+5.x, `strip.channelbag` on 4.4/4.5.
+
+ |
+
+
+
+
+ |
+
+
+### [gn-sdf-remesh](examples/gn-sdf-remesh/)
+
+A Geometry Nodes SDF remesh (`MeshToSDFGrid` → `GridToMesh` at the SDF zero-level).
+Witnesses the fix that an SDF grid is meshed with **Grid to Mesh**, not Volume to Mesh.
+
|
diff --git a/examples/gn-sdf-remesh/preview.webp b/examples/gn-sdf-remesh/preview.webp
new file mode 100644
index 0000000..abf29a7
Binary files /dev/null and b/examples/gn-sdf-remesh/preview.webp differ
diff --git a/examples/turntable/preview.webp b/examples/turntable/preview.webp
new file mode 100644
index 0000000..3e27814
Binary files /dev/null and b/examples/turntable/preview.webp differ