diff --git a/www/index.html b/www/index.html
index 37c3856..a9f6333 100644
--- a/www/index.html
+++ b/www/index.html
@@ -43,6 +43,9 @@
             <div class="item">
                 <a href="https://git.platypush.tech/platypush/platypush/-/wikis/home">Wiki</a>
             </div>
+            <div class="item">
+                <a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">App</a>
+            </div>
         </div>
 
         <div class="right is-mobile">
@@ -195,7 +198,9 @@
                 <div class="content">
                     <tt>backend.http</tt> also provides a web panel that will allow you to easily control all of your
                     integrations from a single place, on top of exposing a simple JSON-RPC API that allows you to
-                    control your integrations from any place and any script.
+                    control your integrations from any place and any script. The web interface is responsive, works on
+                    any device, and you can easily use it to control multiple instances through the
+                    <a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">mobile app</a>.
                 </div>
             </div>
         </section>
@@ -376,6 +381,9 @@
             <div class="item">
                 <a href="https://git.platypush.tech/platypush/platypush/-/wikis/home" target="_blank">Wiki</a>
             </div>
+            <div class="item">
+                <a href="https://f-droid.org/en/packages/tech.platypush.platypush/" target="_blank">App</a>
+            </div>
         </div>
     </main>
 </body>