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

WebDev

1350 readers
2 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
[–] TragicNotCute@lemmy.world 2 points 2 weeks ago (1 children)

Cool concept and that’s definitely the start of the Backrooms (saw it yesterday in theaters), so that’s cool. I will not be returning to the site because of the ads/malware being served.

When trying to seek on the movie, you get tons of pop ups with the classic VPN scare messages. No thanks.

[–] eli6@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

haha thats just whatever movie was on the homepage when i took the screenshot, it pulls the backdrop from tmdb. enjoy the backrooms lol

[–] TragicNotCute@lemmy.world 2 points 2 weeks ago (2 children)

I feel like you didn’t read my full comment. I’d love to see you address the malware and popups.

[–] eli6@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

yeah you were right, my bad. embeds were calling window.open() and the sandbox let it through. removed allow-popups so they cant do that anymore, video still works fine. give it another try if you want

[–] eli6@lemmy.world 1 points 2 weeks ago

i did read it — popup fix is in now. removed allow-popups from the iframe sandbox so embeds cant open new tabs. worth retrying if you want