diff --git a/packages/instant-meilisearch/README.md b/packages/instant-meilisearch/README.md
index f7feb7d7..81b0a857 100644
--- a/packages/instant-meilisearch/README.md
+++ b/packages/instant-meilisearch/README.md
@@ -747,7 +747,7 @@ The `geoSearch` widget displays search results on a Google Map. It lets you sear
- ✅ templates: The templates to use for the widget.
- ✅ cssClasses: The CSS classes to override.
-[See our playground for a working example](./playgrounds/geo-javascript/src/app.js) and this section in our [contributing guide](./CONTRIBUTING.md#-geo-search-playground) to set up your `Meilisearch`.
+Check out our [geosearch demo](https://github.com/meilisearch/demos/tree/main/src/geo-javascript) for a working example.
#### Requirements
@@ -776,7 +776,7 @@ importLibrary('maps').then(() => {
Replace `YOUR_GOOGLE_MAPS_API_KEY` with your Google API key.
-See [code example in the playground](./playgrounds/geo-javascript/src/app.js)
+Check out our [geosearch demo](https://github.com/meilisearch/demos/tree/main/src/geo-javascript) for a working example.
### Usage
diff --git a/playgrounds/geo-javascript/.env.example b/playgrounds/geo-javascript/.env.example
deleted file mode 100644
index aa0d283e..00000000
--- a/playgrounds/geo-javascript/.env.example
+++ /dev/null
@@ -1 +0,0 @@
-VITE_GOOGLE_MAPS_API_KEY="insert your Google Maps API key here"
diff --git a/playgrounds/geo-javascript/.gitignore b/playgrounds/geo-javascript/.gitignore
deleted file mode 100644
index 4c49bd78..00000000
--- a/playgrounds/geo-javascript/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.env
diff --git a/playgrounds/geo-javascript/README.md b/playgrounds/geo-javascript/README.md
deleted file mode 100644
index 3d57a2af..00000000
--- a/playgrounds/geo-javascript/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Javascript GeoSearch Playground
-
-The provided Google Maps API Key is limited to 300 requests per day, so it might be down sometimes. In which case, please create a new [Google API Key](https://developers.google.com/maps/documentation/javascript/get-api-key) and add it in the `.env` file at the root of the playground: `/playgrounds/geo-javascript`.
-
-The same dataset is [downloadable here](https://github.com/meilisearch/datasets/tree/main/datasets/world_cities) if you want to try it out on your own Meilisearch.
-
-## Project setup
-
-```
-yarn install
-```
-
-### Compiles and hot-reloads for development
-```
-yarn dev
-```
-
-### Compiles and minifies for production
-```
-yarn build
-```
diff --git a/playgrounds/geo-javascript/index.html b/playgrounds/geo-javascript/index.html
deleted file mode 100644
index 4a9adbcd..00000000
--- a/playgrounds/geo-javascript/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-