About this project
Unidentified Analytics is a dead-simple tracking system designed for low-stakes analytics in hobby projects. It records how many times a given namespace has been called and shows hits per IP address, with no cookies, sessions, user tracking, account creation, login, or passwords required.
Usage is straightforward: make a GET request to the /touch/ endpoint with a namespace parameter, then view statistics at the /stats/ page. The service can be invoked from shell scripts using curl, embedded in markdown documents as invisible images, triggered via JavaScript fetch, or integrated into React components with useEffect hooks.
Examples include calling the tracker silently in the background with nohup in bash scripts, embedding a tracking pixel in README.md files, or adding lightweight analytics to command-line tools and web applications without any configuration or setup overhead.
The service is hosted at unidentifiedanalytics.web.app and supports multiple programming languages and platforms out of the box.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.