diff --git a/docs/content/_index.md b/docs/content/_index.md
index e4f8e7eb2..a5948e89a 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -9,7 +9,7 @@ type = "home"
**No cloud, no limits, no compromise.**
{{% notice tip %}}
-**⭐ 33.3k+ stars on GitHub!**
+**[⭐ Star us on GitHub](https://github.com/mudler/LocalAI)** - 33.3k+ stars and growing!
**Drop-in replacement for OpenAI API** - modular suite of tools that work seamlessly together or independently.
diff --git a/docs/hugo.toml b/docs/hugo.toml
index 0f415f3f8..4ac94bd26 100644
--- a/docs/hugo.toml
+++ b/docs/hugo.toml
@@ -60,6 +60,12 @@ enableEmoji = true
landingPageName = ' Home'
# Menu shortcuts
+[[languages.en.menu.shortcuts]]
+ name = ' Star us on GitHub'
+ identifier = 'star-github'
+ url = 'https://github.com/mudler/LocalAI'
+ weight = 5
+
[[languages.en.menu.shortcuts]]
name = ' GitHub'
identifier = 'github'