this post was submitted on 02 Jun 2026
0 points (50.0% liked)

WebDev

1350 readers
10 users here now

Community for all things Web Development related.

founded 3 years ago
MODERATORS
 

Built ELI6 Movies as a side project to push how far a free-tier stack can go.

Tech:

  • Frontend: pure HTML/CSS/vanilla JS on Vercel (free)
  • Backend: Node.js/Express on Render (free)
  • DB: MongoDB Atlas M0 (free)
  • Metadata: TMDB API
  • Video: third-party embeds with smart server failover

Interesting bits:

  • Multi-server failover via postMessage detection
  • Episode email notifier
  • Tiered TMDB cache
  • i18n (EN/IT/RU)
  • Android TV spatial navigation

→ Watch now

Happy to answer questions about the architecture.

you are viewing a single comment's thread
view the rest of the comments

Thanks for exposing yourself to that mess.

I didn’t even go to the repo because of the hypothetical potential for infection! 🤣

It’s encouraging to see people that recognize the glaring issues with these sloppy piggies popping up everywhere.