diff --git a/README.md b/README.md
index 5370ea092..1fb4893e6 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ The key features are:
 <a href="https://docs.withcoherence.com/configuration/frameworks/?utm_medium=advertising&utm_source=fastapi&utm_campaign=docs#fastapi-example" target="_blank" title="Coherence"><img src="https://fastapi.tiangolo.com/img/sponsors/coherence.png"></a>
 <a href="https://www.mongodb.com/developer/languages/python/python-quickstart-fastapi/?utm_campaign=fastapi_framework&utm_source=fastapi_sponsorship&utm_medium=web_referral" target="_blank" title="Simplify Full Stack Development with FastAPI & MongoDB"><img src="https://fastapi.tiangolo.com/img/sponsors/mongodb.png"></a>
 <a href="https://konghq.com/products/kong-konnect/register?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=fast-api" target="_blank" title="Kong Konnect - API management platform"><img src="https://fastapi.tiangolo.com/img/sponsors/kong.png"></a>
+<a href="https://zuplo.link/fastapi-gh" target="_blank" title="Zuplo: Scale, Protect, Document, and Monetize your FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/zuplo.png"></a>
 <a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython-v2.jpg"></a>
 <a href="https://github.com/deepset-ai/haystack/" target="_blank" title="Build powerful search from composable, open source building blocks"><img src="https://fastapi.tiangolo.com/img/sponsors/haystack-fastapi.svg"></a>
 <a href="https://databento.com/" target="_blank" title="Pay as you go for market data"><img src="https://fastapi.tiangolo.com/img/sponsors/databento.svg"></a>
diff --git a/docs/en/data/sponsors.yml b/docs/en/data/sponsors.yml
index 272944fb0..244d98a9a 100644
--- a/docs/en/data/sponsors.yml
+++ b/docs/en/data/sponsors.yml
@@ -29,6 +29,9 @@ gold:
   - url: https://konghq.com/products/kong-konnect/register?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=fast-api
     title: Kong Konnect - API management platform
     img: https://fastapi.tiangolo.com/img/sponsors/kong.png
+  - url: https://zuplo.link/fastapi-gh
+    title: 'Zuplo: Scale, Protect, Document, and Monetize your FastAPI'
+    img: https://fastapi.tiangolo.com/img/sponsors/zuplo.png
 silver:
   - url: https://training.talkpython.fm/fastapi-courses
     title: FastAPI video courses on demand from people you trust
diff --git a/docs/en/data/sponsors_badge.yml b/docs/en/data/sponsors_badge.yml
index 00cbec7d2..d8a41fbcb 100644
--- a/docs/en/data/sponsors_badge.yml
+++ b/docs/en/data/sponsors_badge.yml
@@ -28,3 +28,5 @@ logins:
   - bump-sh
   - andrew-propelauth
   - svix
+  - zuplo-oss
+  - Kong
diff --git a/docs/en/docs/img/sponsors/zuplo-banner.png b/docs/en/docs/img/sponsors/zuplo-banner.png
new file mode 100644
index 000000000..a730f2cf2
Binary files /dev/null and b/docs/en/docs/img/sponsors/zuplo-banner.png differ
diff --git a/docs/en/docs/img/sponsors/zuplo.png b/docs/en/docs/img/sponsors/zuplo.png
new file mode 100644
index 000000000..7a7c16862
Binary files /dev/null and b/docs/en/docs/img/sponsors/zuplo.png differ
diff --git a/docs/en/overrides/main.html b/docs/en/overrides/main.html
index 83fe27068..2a51240b2 100644
--- a/docs/en/overrides/main.html
+++ b/docs/en/overrides/main.html
@@ -82,6 +82,12 @@
         <img class="sponsor-image" src="/img/sponsors/kong-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="Zuplo: Scale, Protect, Document, and Monetize your FastAPI" style="display: block; position: relative;" href="https://zuplo.link/fastapi-web" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/zuplo-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}