diff --git a/_data/navigation.yml b/_data/navigation.yml
index 67d09e8..b95ad00 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -13,27 +13,27 @@ sidebar:
         url: '#description'
       - title: "Applications"
         url: '#applications'
-      - title: "Adopters"
-        url: "/adopters"
-      - title: "Office Hours"
-        url: "/office-hours"
       - title: "Features"
         url: '#features'
       - title: "Sponsorship"
         url: "#sponsorship"
-      - title: "Slides"
-        url: "/slides"
       - title: "Videos"
         url: "#videos"
-      - title: "ZEPs"
-        url: '/zeps'
-      - title: "Community"
-        url: '/community'
+  - title: Subpages
+    children:
+      - title: "Adopters"
+        url: "/adopters"
       - title: "Blog"
         url: '/blog'
-  - title: Other sites
-    children:
-      - title: "Specification"
-        url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
+      - title: "Community"
+        url: '/community'
       - title: "Implementations"
-        url: https://github.com/zarr-developers/zarr_implementations
+        url: '/implementations'
+      - title: "Office Hours"
+        url: "/office-hours"
+      - title: "Slides"
+        url: "/slides"
+      - title: "Specification"
+        url: https://zarr-specs.readthedocs.io/
+      - title: "ZEPs"
+        url: '/zeps'
diff --git a/implementations/index.md b/implementations/index.md
new file mode 100644
index 0000000..ada126f
--- /dev/null
+++ b/implementations/index.md
@@ -0,0 +1,48 @@
+---
+layout: single
+author_profile: false
+title: Zarr Implementations
+permalink: /implementations/
+sidebar:
+  title: "Content"
+  nav: sidebar
+---
+
+<font size="4">
+Zarr is a data storage format based on an open-source <a
+href="https://zarr-specs.readthedocs.io/">specification</a>, making
+implementations across several languages possible. It is used in various
+domains, including geospatial, bio-imaging, genomics, data science, and HPC. 🌏🔬🧬<br><br>
+
+Implementations are listed (in alphabetical order) as follows:<br><br>
+</font>
+
+| C          | C++            | Java          | Javascript    | Julia     | Python        | R      | Rust      |
+|------------|----------------|---------------|---------------|-----------|---------------|--------|-----------|
+| [NetCDF-C] | [GDAL]         | [JZarr]       |  [Zarr.js]    | [Zarr.jl] | [Zarr-Python] | [Rarr] | [Rust-N5] |
+|            | [Tensorstore]  | [N5-Zarr]     |  [Zarr-js]    |           |               |        | [Zarr]    |
+|            | [Xtensor-Zarr] | [NetCDF-Java] |               |           |               |        |           |
+|            | [Z5]           |               |               |           |               |        |           |
+
+[NetCDF-C]: https://github.com/Unidata/netcdf-c
+[GDAL]: https://gdal.org/drivers/raster/zarr.html
+[JZarr]: https://github.com/bcdev/jzarr
+[Zarr.js]: https://github.com/gzuidhof/zarr.js
+[Zarr.jl]: https://github.com/JuliaIO/Zarr.jl
+[Zarr-Python]: https://github.com/zarr-developers/zarr-python
+[Rarr]: https://github.com/grimbough/Rarr
+[Rust-N5]: https://github.com/aschampion/rust-n5
+[Tensorstore]: https://github.com/google/tensorstore/
+[N5-Zarr]: https://github.com/saalfeldlab/n5-zarr
+[Zarr-js]: https://github.com/freeman-lab/zarr-js
+[Zarr]: https://github.com/sci-rs/zarr
+[Xtensor-Zarr]: https://github.com/xtensor-stack/xtensor-zarr
+[NetCDF-Java]: https://github.com/Unidata/netcdf-java
+[Z5]: https://github.com/constantinpape/z5
+
+<font size="4">
+→ Feel free to add any missing implementations by sending a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>. 🤝🏻<br><br>
+
+→ Get involved in various Zarr implementations by fixing bugs, resolving issues, improving documentation, or contributing to the codebase.
+If you've been doing any of these activities recently, we invite you to join our <a href="https://zarr.dev/community-calls/">community meetings</a> and share your work with us. We'd be delighted to showcase your efforts. 💪🏻
+</font>
\ No newline at end of file