diff --git a/_data/navigation.yml b/_data/navigation.yml
index b95ad00..5b830d5 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -27,6 +27,8 @@ sidebar:
         url: '/blog'
       - title: "Community"
         url: '/community'
+      - title: "Conventions"
+        url: '/conventions'
       - title: "Implementations"
         url: '/implementations'
       - title: "Office Hours"
diff --git a/conventions/index.md b/conventions/index.md
new file mode 100644
index 0000000..7946eab
--- /dev/null
+++ b/conventions/index.md
@@ -0,0 +1,28 @@
+---
+layout: single
+author_profile: false
+title: Zarr Conventions
+sidebar:
+  title: "Content"
+  nav: sidebar
+---
+
+<font size="4">
+The Zarr storage format is used in various domains and has active communities
+for each field. These communities have established several conventions on top
+of Zarr.<br><br>
+
+Here are some of the conventions that are currently in use:<br>
+
+<ul>
+<li><a href="https://anndata.readthedocs.io/en/latest/">Anndata</a></li>
+<li><a href="https://github.com/openssbd/bdz">BDZ</a></li>
+<li><a href="https://github.com/zarr-developers/geozarr-spec">GeoZarr</a></li>
+<li><a href="https://docs.unidata.ucar.edu/nug/current/nczarr_head.html">NCZarr</a></li>
+<li><a href="https://github.com/ome/ome-zarr-py">OME-Zarr</a></li>
+<li><a href="https://docs.xarray.dev/en/stable/internals/zarr-encoding-spec.html">Xarray</a></li>
+</ul>
+
+If you're working on/know a new convention and want to add it to the list, feel free
+to send a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>.
+</font>