Skip to content

Commit c56954a

Browse files
committed
netbird showcase
1 parent 3440ae5 commit c56954a

5 files changed

Lines changed: 45 additions & 15 deletions

File tree

27 KB
Loading
58.7 KB
Loading
42.7 KB
Loading

docs/src/content/docs/community/showcase/index.mdx

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Check out the
5252
href: "/community/showcase/filehound",
5353
title: "FileHound Export Utility",
5454
},
55+
{
56+
thumbnail: import("../../../../assets/showcase-images/happytools.webp"),
57+
href: "/community/showcase/happytools",
58+
title: "HappyTools",
59+
},
5560
{
5661
thumbnail: import("../../../../assets/showcase-images/hiposter.webp"),
5762
href: "/community/showcase/hiposter",
@@ -98,6 +103,11 @@ Check out the
98103
href: "/community/showcase/mollywallet",
99104
title: "Molly Wallet",
100105
},
106+
{
107+
thumbnail: import("../../../../assets/showcase-images/netbird-peers-view.webp"),
108+
href: "/community/showcase/netbird",
109+
title: "NetBird",
110+
},
101111
{
102112
thumbnail: import("../../../../assets/showcase-images/october.webp"),
103113
href: "/community/showcase/october",
@@ -108,6 +118,16 @@ Check out the
108118
href: "/community/showcase/optimus",
109119
title: "Optimus",
110120
},
121+
{
122+
thumbnail: import("../../../../assets/showcase-images/packsmith-logo.webp"),
123+
href: "/community/showcase/packsmith",
124+
title: "Packsmith",
125+
},
126+
{
127+
thumbnail: import("../../../../assets/showcase-images/peirato-s-piano-keyboard-screenshot-2.png"),
128+
href: "/community/showcase/peirato-s-piano-keyboard",
129+
title: "Peirato's Piano Keyboard",
130+
},
111131
{
112132
thumbnail: import("../../../../assets/showcase-images/portfall.webp"),
113133
href: "/community/showcase/portfall",
@@ -190,21 +210,6 @@ Check out the
190210
thumbnail: import("../../../../assets/showcase-images/ytd.webp"),
191211
href: "/community/showcase/ytd",
192212
title: "Ytd",
193-
},
194-
{
195-
thumbnail: import("../../../../assets/showcase-images/happytools.webp"),
196-
href: "/community/showcase/happytools",
197-
title: "HappyTools",
198-
},
199-
{
200-
thumbnail: import("../../../../assets/showcase-images/packsmith-logo.webp"),
201-
href: "/community/showcase/packsmith",
202-
title: "Packsmith",
203-
},
204-
{
205-
thumbnail: import("../../../../assets/showcase-images/peirato-s-piano-keyboard-screenshot-2.png"),
206-
href: "/community/showcase/peirato-s-piano-keyboard",
207-
title: "Peirato's Piano Keyboard",
208213
}
209214
]}
210215
/>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: NetBird
3+
description: "A desktop application built with Wails"
4+
---
5+
6+
![NetBird Peers View](../../../../assets/showcase-images/netbird-peers-view.webp)
7+
8+
![NetBird Profiles](../../../../assets/showcase-images/netbird-profiles-edit.webp)
9+
10+
![NetBird Settings](../../../../assets/showcase-images/netbird-settings-language.webp)
11+
12+
[NetBird](https://netbird.io/) combines a configuration-free, WireGuard-based
13+
peer-to-peer private network with a centralized access control system, making it
14+
easy to build secure private networks for your organization or home.
15+
16+
Its desktop app was rebuilt from scratch with Wails, offering a compact Default
17+
view for the essentials and an expandable Advanced mode to
18+
browse peers and resources, manage multiple profiles, and configure the client,
19+
all natively across macOS, Windows, and Linux.
20+
21+
Read more about the GUI in the
22+
[blog post](https://netbird.io/knowledge-hub/new-desktop-app-release-candidate)
23+
or
24+
[view the source code](https://github.com/netbirdio/netbird/tree/main/client/ui)
25+
on GitHub.

0 commit comments

Comments
 (0)