diff --git a/portmaster/news.yaml b/portmaster/news.yaml
new file mode 100644
index 0000000..239b16c
--- /dev/null
+++ b/portmaster/news.yaml
@@ -0,0 +1,21 @@
+cards:
+  - title: Company Journey Update
+    url: https://safing.io/about/?source=Portmaster
+    body: |
+      Safing is on its way to become a sustainable company. [Subscribe today](https://safing.io/pricing?source=Portmaster) and take a stake in a long and fruitful future of high quality privacy software!
+    footer: |
+      Progress shows the percentage of costs Safing can cover with revenue only, based on the last three full months.  
+      Updated: October 2023
+    progress:
+      percent: 62
+      color: yellow
+
+  - title: Bi-Weekly Live Stream
+    url: https://www.youtube.com/c/safingio
+    body: |
+      Join our bi-weekly live stream where we discuss all things Portmaster and answer questions live from the community!
+
+      [Next: Thursday, October 19th on YouTube.](https://www.youtube.com/c/safingio)
+
+      Get talking during the event in our [Discord room](https://discord.gg/safing).  
+      Watch [previous live streams on Youtube](https://www.youtube.com/c/safingio).
diff --git a/watcher.yml b/watcher.yml
index 064198f..cb734cf 100644
--- a/watcher.yml
+++ b/watcher.yml
@@ -11,3 +11,9 @@ artifacts:
     validator: yaml-object
     min-backoff: 10m
     max-backoff: 1h
+  - url: https://raw.githubusercontent.com/safing/intel-data/master/portmaster/news.yaml
+    scope: intel/portmaster
+    name: news.yaml
+    validator: yaml-object
+    min-backoff: 10m
+    max-backoff: 1h