diff --git a/_data/nav/2_providers.yml b/_data/nav/2_providers.yml
index b52f7df7..11cdfe9b 100644
--- a/_data/nav/2_providers.yml
+++ b/_data/nav/2_providers.yml
@@ -28,8 +28,8 @@ items:
- type: link
title: Video Platforms
icon: fad fa-file-video
- file: legacy_pages/providers/video.html
+ file: _evergreen/video-streaming.html
- type: link
title: VPN Services
icon: fad fa-network-wired
- file: legacy_pages/providers/vpn.html
\ No newline at end of file
+ file: legacy_pages/providers/vpn.html
diff --git a/_data/nav/3_software.yml b/_data/nav/3_software.yml
index 1a8d704b..4d56634b 100644
--- a/_data/nav/3_software.yml
+++ b/_data/nav/3_software.yml
@@ -52,3 +52,7 @@ items:
title: Self-Contained Networks
icon: fad fa-chart-network
file: legacy_pages/software/networks.html
+ - type: link
+ title: Video Streaming
+ icon: fab fa-youtube
+ file: _evergreen/video-streaming.html
diff --git a/_data/software/video-streaming/1_freetube.yml b/_data/software/video-streaming/1_freetube.yml
new file mode 100644
index 00000000..28446a88
--- /dev/null
+++ b/_data/software/video-streaming/1_freetube.yml
@@ -0,0 +1,21 @@
+title: FreeTube
+type: Recommendation
+logo: /assets/img/video-streaming/freetube.png
+description: |
+ FreeTube is a free and open source desktop application for YouTube. Your subscription list and playlists are saved locally on your device.
+
+ FreeTube features SponsorBlock to help you skip sponsored advertisement, and all Youtube advertisements are blocked by default as well.
+
+
+ We recommend against synchronizing your wallet with LBRY Inc. at the moment, as synchronizing encrypted wallets is not supported yet. If you synchronize your wallet with LBRY Inc., you have to trust them to not look at your subscription list, LBC funds, or take control of your channel.
+
+ Only the LBRY desktop client is recommended. Odysee and the F-Droid, Play Store, IOS clients have mandatory synchronization and telemetry.
+
+ While watching and hosting videos, your IP address is visible to the LBRY network. Consider using a VPN if this is in your threat model. You could also disable Save hosting data to help the LBRY network option (⚙️ Settings → Advanced Settings) to avoid exposing your IP and watched videos for a prolonged period of time.
+
+website: 'https://lbry.com/'
+privacy_policy: 'https://lbry.com/privacypolicy'
+downloads:
+ - icon: fab fa-windows
+ url: 'https://lbry.com/get'
+ - icon: fab fa-apple
+ url: 'https://lbry.com/osx'
+ - icon: fab fa-linux
+ url: 'https://lbry.com/linux'
+ - icon: fab fa-github
+ url: 'https://github.com/lbryio'
diff --git a/_data/software/video-streaming/3_newpipe.yml b/_data/software/video-streaming/3_newpipe.yml
new file mode 100644
index 00000000..3452ba00
--- /dev/null
+++ b/_data/software/video-streaming/3_newpipe.yml
@@ -0,0 +1,16 @@
+title: NewPipe
+type: Recommendation
+logo: /assets/img/video-streaming/newpipe.svg
+description: |
+ NewPipe is a free and open source Android application for YouTube, SoundCloud, media.ccc.de, FramaTube, Bandcamp.
+ All of your subscription list and playlists are saved locally on your Android device.
+
+
Notes
+ While NewPipe is available on F-Droid's main repository, we recommend that you use the NewPipe project's own F-Droid repository instead to get faster updates and avoid breakages due to changes in Youtube's API.
+website: 'https://newpipe.net/'
+privacy_policy: 'https://newpipe.net/legal/privacy/'
+downloads:
+ - icon: fab fa-android
+ url: 'https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/'
+ - icon: fab fa-github
+ url: 'https://github.com/TeamNewPipe/NewPipe/'
diff --git a/_includes/legacy/sections/decentralized-video.html b/_includes/legacy/sections/decentralized-video.html
deleted file mode 100644
index 5f4b8b40..00000000
--- a/_includes/legacy/sections/decentralized-video.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
Decentralized Video Platforms
-
-
- If you are currently using a platform like YouTube or Vimeo, you should pick an alternative here.
-
-
-{% include legacy/cardv2.html
- title="PeerTube"
- image="/assets/img/legacy_svg/3rd-party/peertube.svg"
- description='PeerTube, developed by Framasoft, is a free and decentralized alternative to video platforms, with over 400,000 videos published by over 50,000 users and viewed over 10 million times.'
- website="https://joinpeertube.org"
- github="https://github.com/Chocobozzz/PeerTube"
- web="https://joinpeertube.org/#what-is-peertube"
-%}
diff --git a/_includes/legacy/sections/video-frontends.html b/_includes/legacy/sections/video-frontends.html
deleted file mode 100644
index 09bd5962..00000000
--- a/_includes/legacy/sections/video-frontends.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
Frontends and Proxies
-
-
- If you are currently using a platform like YouTube, you can keep watching videos without sharing your IP.
-
-
-{% include legacy/cardv2.html
- title="Invidious"
- image="/assets/img/legacy_svg/3rd-party/invidious.svg"
- description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.'
- labels="color==warning::icon==fas fa-exclamation-triangle::link==https://github.com/iv-org/documentation/blob/master/Always-use-%22local%22-to-proxy-video-through-the-server-without-creating-an-account.md::text==Warning::tooltip==By default, Invidious will not proxy videos through the instance's proxy."
- website="https://invidious.io"
- github="https://github.com/iv-org/invidious"
- web="https://instances.invidious.io"
-%}
diff --git a/assets/img/legacy_svg/3rd-party/invidious.svg b/assets/img/legacy_svg/3rd-party/invidious.svg
deleted file mode 100644
index 1e1c6d2d..00000000
--- a/assets/img/legacy_svg/3rd-party/invidious.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/img/legacy_svg/3rd-party/peertube.svg b/assets/img/legacy_svg/3rd-party/peertube.svg
deleted file mode 100644
index b749f75f..00000000
--- a/assets/img/legacy_svg/3rd-party/peertube.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/assets/img/video-streaming/freetube.png b/assets/img/video-streaming/freetube.png
new file mode 100644
index 00000000..5b40c707
Binary files /dev/null and b/assets/img/video-streaming/freetube.png differ
diff --git a/assets/img/video-streaming/lbry.svg b/assets/img/video-streaming/lbry.svg
new file mode 100644
index 00000000..07e35380
--- /dev/null
+++ b/assets/img/video-streaming/lbry.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/assets/img/video-streaming/newpipe.svg b/assets/img/video-streaming/newpipe.svg
new file mode 100644
index 00000000..3b0a01f5
--- /dev/null
+++ b/assets/img/video-streaming/newpipe.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/collections/_evergreen/video-streaming.html b/collections/_evergreen/video-streaming.html
new file mode 100644
index 00000000..651b9acd
--- /dev/null
+++ b/collections/_evergreen/video-streaming.html
@@ -0,0 +1,14 @@
+---
+layout: evergreen
+title: Video Streaming
+description: "The primary threat when using a video streaming platform is that your streaming habits and subscription lists could be used to profile you. You should combine these tools with a VPN to make it much harder to profile you."
+---
+
+{% for item_hash in site.data.software.video-streaming %}
+{% assign item = item_hash[1] %}
+
+{% if item.type == "Recommendation" %}
+{% include recommendation-card.html %}
+{% endif %}
+
+{% endfor %}
diff --git a/legacy_pages/providers/video.html b/legacy_pages/providers/video.html
deleted file mode 100644
index e2fb7c84..00000000
--- a/legacy_pages/providers/video.html
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: page
-permalink: /providers/video/
-title: "Video Platforms"
-description: "Find a platform to watch and host videos that doesn't pry into your data or monetize your profile."
----
-
-{% include legacy/sections/decentralized-video.html %}
-
-{% include legacy/sections/video-frontends.html %}
diff --git a/legacy_pages/software.html b/legacy_pages/software.html
index 0799c893..50d46400 100644
--- a/legacy_pages/software.html
+++ b/legacy_pages/software.html
@@ -18,6 +18,6 @@ description: "Discover a variety of open-source software built to protect your p