Spyke
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
Show Lemmy: I built a free streaming site from scratch — vanilla JS, Node, MongoDB, no framework | Spyke