mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
A privacy respecting frontend for twitch.tv
.vscode | ||
docker | ||
public | ||
src | ||
.dockerignore | ||
.env | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.json | ||
env.d.ts | ||
index.html | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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 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