A Next.js app designed to help users assess how easily their device can be tracked online.
Note
Disclaimer: This project, while not biased, is meant as a marketing campaign to sponsor the Eyed Out Browser.
- Browser Fingerprint Detection: Identifies unique features of your browser and device to estimate your trackability.
- Privacy Score: Provides a score (ranging from 0 to 100) indicating how easily your device can be tracked; a higher score signifies better privacy.
- Privacy Recommendations: Offers practical tips for protecting your privacy, such as using privacy-focused browsers or blocking tracking methods.
To run the development server locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/eyed-fingerprint.git
cd eyed-fingerprint
- Install the dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- The browser fingerprint detector will analyze your device’s fingerprint.
- You will receive a privacy score to help you understand your device's identifiability.
- View detailed explanations of the device data being tracked.
- Get privacy tips and discover ways to enhance your online privacy.
To learn more about Next.js, check out the following resources:
- Next.js Documentation - Explore Next.js features and API.
- Learn Next.js - An interactive tutorial on Next.js.
You can also visit the Next.js GitHub repository for feedback and contributions.
To deploy this Next.js app, we recommend using the Vercel Platform, which is optimized for Next.js applications.
For more information about deploying a Next.js app, refer to the Vercel deployment documentation.
This project is licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute this software as long as you adhere to the terms of the license.
For optimal privacy protection, consider using the Eyed Out Browser. It is designed to block tracking methods, disguise your online identity, and protect you from intrusive ads and privacy violations.
This is my first Next.js app, so it may not have the polish or perfection you'd expect from a fully production-ready project.
I created this app as a personal experiment to dive into Next.js, learn about web development, and explore privacy protection technologies.
My goal was to tinker with new technologies, improve my skills, and build something functional.