Spyke

Posts

opensource·Open Sourcebyeli6

ELI6 Movies — open source free streaming site built with vanilla JS + Node.js, $0/month to run

ELI6 Movies is a free streaming site I built — vanilla JS frontend, Node.js/Express backend, MongoDB.

Runs entirely on free tiers (Vercel + Render + Atlas M0). Zero cost to deploy yourself.

Features: episode notifications, smart server failover, watchlist, i18n (EN/IT/RU), mobile-first.

→ Watch now

ELI6 Movies — open source free streaming site built with vanilla JS + Node.js, $0/month to runhttps://eli6movies.vercel.app/Open linkView original on lemmy.world
webdev·WebDevbyeli6

Show Lemmy: I built a free streaming site from scratch — vanilla JS, Node.js, MongoDB, $0/month stack

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.

Show Lemmy: I built a free streaming site from scratch — vanilla JS, Node.js, MongoDB, $0/month stackhttps://eli6movies.vercel.app/Open linkView original on lemmy.world
webdev·WebDevbyeli6

Show Lemmy: I built a free streaming site from scratch — vanilla JS, Node, MongoDB, no framework

Been working on this for a few months. ELI6 Movies is a full-stack streaming webapp:

  • Frontend: vanilla JS + CSS on Vercel (no framework, no build step)
  • Backend: Node.js + Express + MongoDB on Render
  • Auth: JWT with per-device session revocation
  • Email: password reset + verification via Resend (native fetch, zero new deps)
  • Analytics: custom dashboard — page views, geo, devices, live sessions
  • No ads, no paywall, no account needed to browse

Full write-up on dev.to: https://dev.to/eli6_4649fc5be59e2aeb2736/i-built-a-free-streaming-site-from-scratch-no-ads-no-framework-no-bs-32o6

Would love feedback — what would you have done differently?

https://eli6movies.vercel.app/Open linkView original on lemmy.world

You reached the end