diff --git a/_includes/nav.html b/_includes/nav.html
index 18e6c3d4..3baed858 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -47,6 +47,7 @@
File Encryption
File Sharing
Instant Messenger
+ Team chat
Password Manager
Productivity Tools
Secure File Sync
diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html
new file mode 100644
index 00000000..bec8af64
--- /dev/null
+++ b/_includes/sections/teamchat.html
@@ -0,0 +1,40 @@
+
Private friendly Team chat applications
+
+
+ If you are currently using an team chat like Slack you should pick an alternative here.
+
+
+{% include cardv2.html
+title="Rocket.chat"
+image="/assets/img/tools/rocket.chat.png"
+description="Rocket.chat is open source platform for team communication. It has optional federation and experimental E2EE. Experimental "
+website="https://rocket.chat/"
+forum=""
+github="https://github.com/rocketchat/"
+android=""
+ios=""
+mac=""
+windows=""
+linux=""
+%}
+
+{% include cardv2.html
+title="Keybase"
+image="/assets/img/tools/keybase.png"
+description='Blah blah blah. experimental (GitHub issue)'
+website="https://keybase.io/"
+forum=""
+github="https://github.com/Keybase"
+android=""
+ios=""
+mac=""
+windows=""
+linux=""
+web=""
+%}
+
+Worth Mentioning
+
+
+ - Mattermost - No E2EE A free and open-source Slack clone.
+
\ No newline at end of file
diff --git a/pages/software/teamchat.html b/pages/software/teamchat.html
new file mode 100644
index 00000000..e554ff97
--- /dev/null
+++ b/pages/software/teamchat.html
@@ -0,0 +1,8 @@
+---
+layout: page
+permalink: /software/teamchat/
+title: "Team chat"
+description: "Discover private ways to chat with your team without letting big businesses read your messages."
+---
+
+{% include sections/teamchat.html %}