fork of Vytal for personal experiments
Find a file
2021-09-08 21:07:47 -04:00
.github Update FUNDING.yml 2021-08-29 13:50:13 -04:00
backend Added Throttle to django rest api 2021-08-29 14:21:29 -04:00
frontend Renamed DataBlock to PredictionBlock 2021-09-08 21:07:47 -04:00
.gitignore Update 2021-07-20 21:09:25 -04:00
LICENSE Create LICENSE 2021-08-29 01:12:47 -04:00
README.md Removed video 2021-08-28 15:24:00 -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