For the past couple of weeks I have been developing Wacho, a website where you create movie watch lists that you can share with your friends to add movies you all want to watch. Then, when you get together, simply ask the site for a random movie to watch. You can mark the movies as 'Watched' or 'Skip' them (The lack of the delete button is intentional. This way everyone can see the proposals at any time.), so they don't show up when choosing a movie.
The idea is to make it easier for couples or friends to choose what to watch when they do Watch Parties.
It uses TMDB to fetch movie metadata and I have developed it with Node.js (using sequelize and fastify) for the server side, and with Bootstrap and Lucia.js for the frontend. Also, it is deployed on fly.io with a Postgres database.
What do you think about the project? And did I mention it is open source!?
Wacho