safetwitch/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-08 22:09:35 +00:00
# SafeTwitch
SafeTwitch is a privacy respecting frontend for [twitch.tv](https://twitch.tv/)
2023-03-25 22:15:22 +00:00
2023-04-08 22:09:35 +00:00
The main advantages of SafeTwitch are:
2023-03-25 22:15:22 +00:00
- Private: Every request is proxied through the server, and no logs are kept.
2023-04-08 22:09:35 +00:00
- Lightweight: Compared to twitch, SafeTwitch is optimized for speed and usability.
2023-03-25 22:15:22 +00:00
</br>
2023-03-27 15:31:44 +00:00
# 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.
2023-03-25 22:15:22 +00:00
# Features
### User features
- [x] No connection to twitch/amazon
2023-03-27 15:31:44 +00:00
- [x] Lightweight on server and client
2023-03-25 22:15:22 +00:00
- [x] No Ads or tracking
- [x] No outside connections, only connection is the instance
- [x] Uses [Vue](https://vuejs.org/) for a speedy experience
2023-04-11 20:05:47 +00:00
- [x] No logs
2023-03-25 22:15:22 +00:00
- [x] Much smaller pages compared to Twitch (<600kb compared to >8.2mb)
2023-03-27 15:31:44 +00:00
- [x] Follow streamers locally to have a more personalized feel
- [x] Infinite scrolling
2023-03-25 22:15:22 +00:00
### Technical features
- [x] Public API
- [x] No official APIs are used
2023-04-08 22:09:35 +00:00
- [x] No rate limiting
2023-03-25 22:15:22 +00:00
- [x] Uses a custom Twitch webscraper