ReLink is a lightweight open source desktop app that registers itself as your default browser, intercepts every link click, and dispatches it to Chrome, Firefox, Edge, Brave, or any installed browser based on rules you define. This deep dive walks through the C# codebase and shows how it applies the Singleton, Facade, Strategy, and Observer patterns – along with honest notes on where the design could go further.