diff --git a/.huskies/work/1_backlog/488_story_web_ui_shows_project_name_in_browser_tab_with_huskies_favicon.md b/.huskies/work/1_backlog/488_story_web_ui_shows_project_name_in_browser_tab_with_huskies_favicon.md
new file mode 100644
index 00000000..a22a40cc
--- /dev/null
+++ b/.huskies/work/1_backlog/488_story_web_ui_shows_project_name_in_browser_tab_with_huskies_favicon.md
@@ -0,0 +1,21 @@
+---
+name: "Web UI shows project name in browser tab with huskies favicon"
+---
+
+# Story 488: Web UI shows project name in browser tab with huskies favicon
+
+## User Story
+
+As a user running huskies on multiple projects, I want the browser tab to show the project name (e.g. "Reclaimer") instead of the hardcoded "Huskies", and I want a huskies favicon derived from the website logo, so I can distinguish tabs and have proper branding.
+
+## Acceptance Criteria
+
+- [ ] Browser tab title shows the project folder name when a project is open (e.g. `/home/user/reclaimer` → `reclaimer | Huskies`)
+- [ ] Browser tab title shows `Huskies` when no project is open
+- [ ] A huskies-themed SVG favicon is served and shown in the browser tab
+- [ ] The Vite default favicon is replaced by the huskies favicon
+
+## Out of Scope
+
+- Fetching a user-configured display name from the backend (folder name is sufficient)
+- Changing the app name shown in the UI heading
diff --git a/frontend/index.html b/frontend/index.html
index db1e9d62..3b2ac992 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -2,7 +2,7 @@