diff --git a/docs/images/logo-spatialys.png b/docs/images/logo-spatialys.png
new file mode 100644
index 0000000000..681ea5d499
Binary files /dev/null and b/docs/images/logo-spatialys.png differ
diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css
index 4e61293930..36e738e723 100644
--- a/docs/source/_static/theme_overrides.css
+++ b/docs/source/_static/theme_overrides.css
@@ -68,3 +68,27 @@ div.math {
.deprecated {
font-style: italic;
}
+
+/* For service_providers.rst */
+img.img-logos {
+ float: left;
+ margin-right: 10px;
+ margin-bottom: 10px;
+}
+
+/* For service_providers.rst */
+div.service-provider {
+ margin: 50px;
+}
+
+/* For service_providers.rst */
+div.service-provider::after {
+ content: "";
+ clear: both;
+ display: table;
+}
+
+/* For service_providers.rst */
+div.service-provider-description {
+ display: table;
+}
diff --git a/docs/source/community/index.rst b/docs/source/community/index.rst
index 72ed6287aa..7de4cd71ac 100644
--- a/docs/source/community/index.rst
+++ b/docs/source/community/index.rst
@@ -15,6 +15,7 @@ contributor the community is always very welcoming.
contributing
code_contributions
code_of_conduct
+ service_providers
rfc/index
.. Below section commented. to be refreshed for FOSS4G 2023
diff --git a/docs/source/community/service_providers.rst b/docs/source/community/service_providers.rst
new file mode 100644
index 0000000000..ab708fd3ed
--- /dev/null
+++ b/docs/source/community/service_providers.rst
@@ -0,0 +1,145 @@
+.. _service_providers:
+
+*****************************************************************************
+PROJ Service Providers
+*****************************************************************************
+
+PROJ is developed and supported by a rich ecosystem of businesses and
+individuals around the world.
+
+In this page we provide a list of service providers who
+can assist you in getting the best out of your PROJ investment.
+Their services can range from training and technical support to help you
+get started, all the way to specialized development and support services
+to advance the software and support your organization's mission-critical
+applications.
+
+
+.. note::
+
+ This list is non-exhaustive, and there are quite likely other service
+ providers in your region of the world who are not listed here.
+ If you think your organization should be listed here, please submit a
+ pull request to add it to this page.
+
+.. note::
+ We take responsibility for the accuracy, reliability or completeness
+ of the provided information for Core Contributors only.
+
+.. only:: html
+
+ .. note::
+ Service Providers order is randomized on page load.
+
+Core Contributors
+-----------------
+
+Core Contributor organizations have PROJ Committers and/or PSC members
+as part of their team and as such they are the closest to the core development
+of the software and are usually the best to go to for support.
+
+They are close enough to the architecture to know what is possible, and to
+ensure that any improvement to be made to PROJ gets done in the right
+way and will be included in future releases of the software.
+
+They wrote the software that you use, so you can trust them to help you get
+the most out of it.
+
+.. container:: service-provider
+
+ |logo_spatialys|
+
+ .. container:: service-provider-description
+
+ `Spatialys`_ (France) is a company founded by Even Rouault that is dedicated
+ to providing to its clients the best of its expertise around Open Source
+ geospatial software - such as GDAL/OGR, PROJ, MapServer, and QGIS - and Open standards.
+
+Contributors
+------------
+
+The Contributors listed here usually have power users and experienced
+integrators as part of their team who are recognized in the PROJ
+community for their contributions to various aspects of the software over
+the years and are very well positioned to assist you with PROJ.
+
+.. container:: service-provider
+
+ None listed yet.
+
+
+Other Service Providers
+-----------------------
+
+The service providers in this category offer services around PROJ
+and related Open Source technologies.
+
+.. container:: service-provider
+
+ None listed yet.
+
+.. raw:: html
+
+
+
+.. seealso::
+ Search for PROJ service providers with the `OSGeo Service Providers `__
+
+How to Add a Company
+--------------------
+
+The steps to add a company to the service providers list are outlined in the
+`GDAL RFC 79 document `__
+
+.. ###########
+.. Core Contributors - use max(width=200px,height=200px) for logo
+.. ###########
+
+.. _`Spatialys`: http://www.spatialys.com/
+.. |logo_spatialys| image:: ../../images/logo-spatialys.png
+ :class: img-logos
+ :height: 200 px
+ :target: `Spatialys`_
+
+.. ###########
+.. Contributors - use max(width=150px,height=150px) for logo
+.. ###########
+
+
+.. ###########
+.. Other service providers - use max(width=100px,height=100px) for logo
+.. ###########