Updated README to describe plans

This commit is contained in:
FifthWit 2025-02-25 13:39:23 -06:00
parent ff0f2854c1
commit a9dc167967

View file

@ -1,2 +1,14 @@
# backend
Backend for sudo-flix
# Open-Backend
Open-Backend is a Fork of [sudo-flix's backend](https://github.com/sussy-code/backend) It is detached from the fork network as this project is more ambitious and aims to provide the film backend services to any site not just sudo-flix. Though features needed for P-Stream or sudo-flix are priorities.
## Features planned:
- [x] Saving and encryoted Febbox/Trakt keys
- [ ] Recommendation algorithm using Python, and maybe Weaviate
- [ ] Discover api, to make finding new content easier
- [ ] Adding email support incase user loses account
- [ ] Sophisticated Admin dashboard
- [ ] Supporting Client library for end-to-end typesafety along with allowing devs to use the backend smoothly
If you are interested in contributing feel free to PR!