Skip to content

Commit

Permalink
Improve introduction (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini authored Mar 6, 2024
1 parent b79afb7 commit a38af80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions src/pages/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a38af80

Please sign in to comment.