diff --git a/README.md b/README.md
index 2a7761b..7a5df15 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,12 @@ Fully client-side with direct image loading, no server required.
[^1]: The raster reprojection has not been tested on polar projections or when spanning the antimeridian.
+## Examples
+
+- **[Land Cover](https://developmentseed.org/deck.gl-raster/examples/land-cover/)**: 1.3GB NLCD land cover COG with custom colormap
+- **[NAIP Client-side Mosaic](https://developmentseed.org/deck.gl-raster/examples/naip-mosaic/)**: Client-side mosaic of [NAIP](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-aerial-photography-national-agriculture-imagery-program-naip) COGs, loaded directly from [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/dataset/naip). No server involved. Switch between true color, false color infrared, and NDVI renderings
+- **[COG Basic](https://developmentseed.org/deck.gl-raster/examples/cog-basic/)**: RGB aerial imagery with automatic reprojection
+
## Quick Start
```typescript
diff --git a/examples/cog-basic/README.md b/examples/cog-basic/README.md
index 55c70bc..b761e35 100644
--- a/examples/cog-basic/README.md
+++ b/examples/cog-basic/README.md
@@ -2,6 +2,8 @@
This example demonstrates how to use the `COGLayer` to visualize a Cloud-Optimized GeoTIFF (COG) in deck.gl.
+Deployed to .
+
## Features
- Loads and displays RGB imagery from a GeoTIFF file
diff --git a/examples/land-cover/README.md b/examples/land-cover/README.md
index e04f1f9..5e3c280 100644
--- a/examples/land-cover/README.md
+++ b/examples/land-cover/README.md
@@ -2,6 +2,8 @@
This example visualizes a 1.3GB land cover dataset using deck.gl and the `COGLayer`.
+Deployed to .
+
## Setup
1. Install dependencies from the repository root:
diff --git a/examples/naip-mosaic/README.md b/examples/naip-mosaic/README.md
index caf365d..801e4f3 100644
--- a/examples/naip-mosaic/README.md
+++ b/examples/naip-mosaic/README.md
@@ -2,6 +2,8 @@
This example demonstrates how to use the `MosaicLayer` to visualize a client-side mosaic of Cloud-Optimized GeoTIFFs (COGs) in deck.gl.
+Deployed to .
+
## Setup
1. Install dependencies from the repository root: