safetwitch/README.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2023-03-09 18:50:04 +00:00
# twitch-frontend
2023-03-21 12:51:11 +00:00
twitch-frontend is a privacy respecting frontend for [twitch.tv](https://twitch.tv/)
2023-03-09 18:50:04 +00:00
The main advantages of twitch-frontend are:
- Private: Every request is proxied through the server, and no logs are kept.
- Lightweight: Compared to twitch, twitch-frontend is optimized for speed and usability. Scraping is the only current speed issue, but improves with caching
</br>
# Features
### User features
- [x] No connection to twitch/amazon
- [x] No Ads or tracking
2023-03-21 12:51:11 +00:00
- [x] No outside connections, only connection is the instance
- [x] Uses [Vue](https://vuejs.org/) for a speedy experience
- [x] No identifiable logs are kept (see [logs](#so-what-is-logged))
- [x] Much smaller pages compared to Twitch (<600kb compared to >8.2mb)
2023-03-09 18:50:04 +00:00
### Technical features
- [x] Public API
- [x] No official APIs are used
2023-03-21 12:51:11 +00:00
- [x] Uses a custom Twitch webscraper
2023-03-09 18:50:04 +00:00
2023-03-21 12:51:11 +00:00
## 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.