fork of Vytal for personal experiments
Find a file
2021-08-26 15:40:04 -04:00
backend Fixed webgl issue 2021-08-26 15:40:04 -04:00
frontend Fixed webgl issue 2021-08-26 15:40:04 -04:00
.gitignore Update 2021-07-20 21:09:25 -04:00
README.md Added main file for functions 2021-08-23 20:31:52 -04:00

Vytal

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.

This application is built with a react frontend and a django backend.

Vytal contains no ads and signup is not required.

Check it out at https://vytal.io

Dev

Backend Django setup:

cd backend
python manage.py runserver

Frontend React setup:

cd frontend
yarn run start