safetwitch/README.md
2023-04-08 22:09:35 +00:00

1.5 KiB

SafeTwitch

SafeTwitch is a privacy respecting frontend for twitch.tv

The main advantages of SafeTwitch are:

  • Private: Every request is proxied through the server, and no logs are kept.
  • Lightweight: Compared to twitch, SafeTwitch is optimized for speed and usability.

Okay, but why?

It is impossible to use Twitch without being bombarded with tons of ads, multiple trackers, and enourmous page sizes and loading times. This project aims to fix these issues, by removing all trackers, have much smaller page sizes, and very fast loading times.

Features

User features

  • No connection to twitch/amazon
  • Lightweight on server and client
  • No Ads or tracking
  • No outside connections, only connection is the instance
  • Uses Vue for a speedy experience
  • No identifiable logs are kept (see logs)
  • Much smaller pages compared to Twitch (<600kb compared to >8.2mb)
  • Follow streamers locally to have a more personalized feel
  • Infinite scrolling

Technical features

  • Public API
  • No official APIs are used
  • No rate limiting
  • Uses a custom Twitch webscraper

So, what is logged?

You may have caught the "No identifiable logs are kept", When the server encounters an error, a log is kept. The log only includes the error message, the time, and an id, which is also given to the user so the instance owner can investigate the issue. This is mainly only used for debugging, and can be disabled in the config.