29 lines
726 B
Markdown
29 lines
726 B
Markdown
# Vytal
|
|
|
|
Check it out here: https://vytal.io.
|
|
|
|
## About
|
|
|
|
Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode.
|
|
|
|
A hash will be generated from your device data. Even if you clear cookies, change your IP or use private mode the hash will stay the same. You can enter a signature and turn on a VPN or private mode to test it out.
|
|
|
|
Vytal contains no ads and signup is not required.
|
|
|
|
## Dev
|
|
|
|
This application is built with a react frontend and a django backend.
|
|
|
|
Backend Django setup:
|
|
|
|
```
|
|
cd backend
|
|
python manage.py runserver
|
|
```
|
|
|
|
Frontend React setup:
|
|
|
|
```
|
|
cd frontend
|
|
yarn run start
|
|
```
|