diff --git a/content/about/newsletter.md b/content/about/newsletter.md
index 12169649..77893456 100644
--- a/content/about/newsletter.md
+++ b/content/about/newsletter.md
@@ -2,12 +2,5 @@
 title = "Newsletter"
 +++
 
-The CodeRefinery newsletter is sent out every few months.
-Subscribers will be informed about upcoming workshops, hackathons and
-other events, as well as other interesting developments like new training
-material, community building activities and general project
-updates.
-
-Here you can browse the [archive of all previous
-newsletters](https://tinyletter.com/coderefinery/archive).  To sign up, please
-visit [tinyletter.com/coderefinery](https://tinyletter.com/coderefinery).
+Our newsletter was on a service called TinyLetter which got discontinued
+February 2024. We are working on setting up a different solution.
diff --git a/templates/index.html b/templates/index.html
index b86b24dc..095acfcd 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,14 +24,8 @@
     {{ provides.content | safe }}
   </div>
 
-  <div class="uk-child-width-expand@s uk-margin-large-bottom" uk-grid>
-    <div class="uk-width-1-3@m">
-      {% include "index/newsletter.html" %}
-    </div>
-
-    <div class="uk-margin-large-left">
-      {% include "index/join.html" %}
-    </div>
+  <div class="uk-margin-large-bottom">
+    {% include "index/join.html" %}
   </div>
 
   <div class="uk-visible@m uk-margin-large-bottom">
diff --git a/templates/index/newsletter.html b/templates/index/newsletter.html
deleted file mode 100644
index 72711920..00000000
--- a/templates/index/newsletter.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<h2>Newsletter</h2>
-
-<p>
-  This is a low traffic newsletter about our events and updates: One email every 1 or 2 months
-  (<a href="https://tinyletter.com/coderefinery">archives</a>).
-</p>
-
-<form action="https://tinyletter.com/coderefinery"
-      method="post"
-      target="popupwindow"
-      onsubmit="window.open('https://tinyletter.com/coderefinery', 'popupwindow', 'scrollbars=yes,width=600,height=600');return true">
-
-  <div class="uk-child-width-expand@s uk-text-center" uk-grid>
-    <div class="uk-width-2-3@m">
-      <input class="uk-input" type="text" placeholder="your email address" aria-label="email" id="tlemail" />
-    </div>
-    <div>
-      <input class="uk-button uk-button-primary" type="submit" value="Subscribe" />
-    </div>
-  </div>
-
-</form>