Improve introduction (#161)

This commit is contained in:
Misha Bragin
2024-03-06 11:18:04 +01:00
committed by GitHub
parent b79afb777e
commit a38af80e54
2 changed files with 13 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -7,19 +7,26 @@ export const description =
# Introduction to NetBird
NetBird is a simple and fast alternative to corporate VPNs built on top of [WireGuard®](https://www.wireguard.com/) making it easy to create secure private networks for your organization or home.
It requires near zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, vpn gateways, and so forth. {{ className: 'lead' }}
<p>
<img src="/docs-static/img/open-source-zero-trust-networking.png" alt="high-level-dia" className="imagewrapper"/>
</p>
NetBird is an Open-Source Zero Trust Networking platform that allows you to create secure private networks for your
organization or home. We designed NetBird to be simple and fast, requiring near-zero configuration effort and leaving
behind the hassle of opening ports, complex firewall rules, VPN gateways, etc.
<Note>
NetBird is an **open-source** project and can be self-hosted
NetBird is an **[open-source](https://github.com/netbirdio/netbird)** project and can be self-hosted
</Note>
There is no centralized VPN server with NetBird - your computers, devices, machines, and servers connect to each other directly over a fast encrypted tunnel.
NetBird can connect machines running anywhere in just a few clicks.
It literally takes less than 5 minutes to deploy a secure peer-to-peer VPN with NetBird. {{ className: 'lead' }}
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' }}
<div className="not-prose mb-16 mt-6 flex gap-3">
<Button href="/how-to/getting-started" arrow="right" children="Getting started" />
<Button href="https://app.netbird.io/install" arrow="right" children="Get started" />
<Button href="https://github.com/netbirdio/netbird" variant="outline" children="Explore Github" />
</div>