diff --git a/public/docs-static/img/open-source-zero-trust-networking.png b/public/docs-static/img/open-source-zero-trust-networking.png
index dc11336d..e478285f 100644
Binary files a/public/docs-static/img/open-source-zero-trust-networking.png and b/public/docs-static/img/open-source-zero-trust-networking.png differ
diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index 4fdb38ea..b03f4205 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -139,8 +139,9 @@ export const docsNavigation = [
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
- { title: 'Management Geolocation', href: '/selfhosted/geo-support' },
+ { title: 'Management geolocation', href: '/selfhosted/geo-support' },
{ title: 'Troubleshooting', href: '/selfhosted/troubleshooting' },
+ { title: 'Self-hosted vs. Cloud-hosted NetBird', href: '/selfhosted/self-hosted-vs-cloud-netbird' },
],
diff --git a/src/pages/introduction.mdx b/src/pages/introduction.mdx
index d4790733..b629f354 100644
--- a/src/pages/introduction.mdx
+++ b/src/pages/introduction.mdx
@@ -16,13 +16,14 @@ organization or home. We designed NetBird to be simple and fast, requiring near-
behind the hassle of opening ports, complex firewall rules, VPN gateways, etc.
- NetBird is an **[open-source](https://github.com/netbirdio/netbird)** project and can be self-hosted
+ NetBird is an **[open-source](https://github.com/netbirdio/netbird)** project and can be self-hosted.
+ See a comparison between the self-hosted and cloud-hosted versions [here](/selfhosted/self-hosted-vs-cloud-netbird).
There is no centralized VPN server with NetBird - your computers, devices, machines, and servers connect to each other directly over a fast encrypted tunnel.
It creates a high-performance point-to-point [WireGuard®](https://www.wireguard.com/) overlay network that connects machines running anywhere in just a few clicks.
-It literally takes less than 5 minutes to deploy a secure point-to-point VPN with NetBird. {{ className: 'lead' }}
+It literally takes less than 5 minutes to deploy a secure point-to-point VPN with NetBird.
diff --git a/src/pages/selfhosted/self-hosted-vs-cloud-netbird.mdx b/src/pages/selfhosted/self-hosted-vs-cloud-netbird.mdx
new file mode 100644
index 00000000..844b6cdf
--- /dev/null
+++ b/src/pages/selfhosted/self-hosted-vs-cloud-netbird.mdx
@@ -0,0 +1,55 @@
+# Self-hosted vs. Cloud-hosted NetBird
+
+NetBird can be used in two ways: self-hosted and cloud-hosted (SaaS). The self-hosted version is a standalone version
+that can be installed on your own servers while the cloud-hosted version is a SaaS (Software as a Service) that is hosted
+on our servers.
+
+Often times, the question arises: what is the difference between the two? This post gives a short overview of the
+differences between the two versions.
+
+## Installation and Maintenance
+
+NetBird platform is a combination of [multiple components](/about-netbird/how-netbird-works) that make it possible for
+machines to establish direct point-to-point connections and for network administrators to manage the network,
+e.g., control network access.
+
+When running the self-hosted version, you are responsible for installing and maintaining all the components as well as backing up
+and securing the data.
+The cloud-hosted NetBird only requires you to install the client software (NetBird agent) on your machines and log them in to the network.
+The cloud-hosted version is more suitable for organizations that want a hassle-free solution that is easy to set up and maintain.
+
+## Features
+
+While the self-hosted and cloud-hosted versions share the same core connectivity features, the cloud-hosted version has
+some additional features that are targeted at business customers and help with network automation and management. These features include:
+
+- **[Event streaming](https://docs.netbird.io/how-to/activity-event-streaming)** to 3rd party platforms and SIEM systems.
+- **[Integrations with EDR](https://docs.netbird.io/how-to/endpoint-detection-and-response)** like CrowdStrike and others.
+- **[Users and groups provisioning](https://docs.netbird.io/how-to/idp-sync)** from your identity provider (IdP).
+- **[Peer approval](/how-to/approve-peers)** to join the network.
+- **[User invites](/how-to/add-users-to-your-network#direct-user-invites)**.
+
+## Geo Distributed Relay Servers
+
+NetBird uses relay servers to establish connections between machines when a direct point-to-point connections isn't possible.
+
+When using the cloud-hosted version, you benefit from the geo-distributed relay server clusters that are located in multiple regions
+around the world ensuring that your machines can always establish a connection. The NetBird agents pick the closest relay server.
+
+When using the self-hosted version, you need to set up your own relay servers. This a complex task and requires additional
+maintenance effort.
+
+## Highly Available Management Layer
+
+When using the cloud-hosted version, you benefit from highly available control plane servers (Management) providing stability for
+your critical network infrastructure.
+
+## Get started
+
+
+
+
+- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
+- Follow us [on Twitter](https://twitter.com/netbird)
+- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A)
+- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub