A lightweight browser detection tool hosted on GitHub Pages. Opens in any browser and instantly shows:
- Browser name and version (Chrome, Firefox, Safari, Edge, Opera, Brave, Vivaldi, Samsung)
- Full detection details as JSON — engine, OS, platform, mobile flag, and raw user agent string
Single index.html with zero dependencies. Parses navigator.userAgent to identify the browser, rendering engine, and operating system. Results are displayed with syntax-highlighted JSON.
Built with Claude Code