A tiny GitHub Pages site that captures the current browser/network environment and stores visit history locally in the browser via IndexedDB.
- Public IP
- ISP / ASN
- Approximate geo location
- IP timezone + browser timezone
- User-Agent
- Browser languages
- Platform
- Viewport / screen size / DPR
- Network information from the browser when available
- Referrer
- Local visit history for this same browser
History is stored only in the local browser database (IndexedDB). Nothing is sent to a custom backend.
This project is static HTML/CSS/JS and works directly with GitHub Pages.