nowfound

Alternatives

Products that do what I took back Video.js after 16 years and we rewrote it to be 88% smaller does

What do you do when private equity buys your old company and fires the maintainers of the popular open source project you started over a decade ago? You reboot it, and bring along some new friends to do it. Video.js is used by billions of people every month, on sites like Amazon.com, Linkedin, and Dropbox, and yet it wasn’t in great shape. A skeleton crew of maintainers were doing their best with a dated architecture, but it needed more. So Sam from Plyr, Rahim from Vidstack, and Wes and Christain from Media Chrome jumped in to help me rebuild it better, faster, and smaller. It’s in beta…

  1. 1IV

    Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work.

    2022 · playcode.io

  2. 2WA

    Hey all, creator of Video.js and co-founder of Mux & Zencoder here. My team and I built this. I hope you like the themes we’ve built so far, and maybe even get inspired to build your own. I know Web Components are in a bit of a drama cycle right now. I’m happy to see them get any attention really. I’ve been pretty bullish on them since ~2013 when I started working with them, at least in the context of a widget like a video player. I’ve even given many related talks on them like this one (https://www.youtube.com/watch?v=N6Mh84SRoDg). I would never push them for a large app or…

    2024 · player.style

  3. 3PJ
  4. 4OS

    Hey everyone, for the past like six months I've been working on a portfolio project. I got tired of doing easy projects, so I decided to tackle something bigger and more challenging. That's when I came up with the idea of a video editor. This piece of work is intended to showcase my skills and land me a job, but I like to think when working on projects that my idea is so cool that people will like to use it, and I treat every project like a startup idea. Also I havent seen many open source video editors especially on web so that was one of the points why I decided to make that and not…

    2024

  5. 5NJ

    Hey HN, I'm Sindre, CTO of Scrimba (YC S20). We originally launched Scrimba to make video learning more interactive for aspiring frontend developers. So instead of passively watching videos, you can jump in an experiment with the code directly inside the video player. Since launch, almost two million people have used Scrimba to grow their skills. However, one limitation is that we've only supported frontend code, as our interactive videos run in the browser, whereas most of our learners want to go fullstack—building APIs, handling auth, working with databases, and so forth. To fix this, we…

    2025

  6. 6RC

    Hey HN! We’re building Revideo (https://github.com/redotvideo/revideo), an open source framework for programmatic video editing. Revideo lets you create video templates in Typescript and render them with dynamic inputs through an API. It also comes with a component that lets you preview your projects in the browser and integrate video editing functionality into web apps. The project is useful for anyone who wants to build apps that automate certain video editing tasks. A lot of companies in the space build their own custom stack for this, like Opus…

    2024 · github.com

  7. 7AV

    Hello HN, Video content is more popular than ever, but the toolkit for creating such content is a bit behind. You usually have to rely on a server for rendering whenever you want to create a video editing project in the browser. This means uploading content to a server, coding complex filters and effects, and more. My friend and I spent a year developing an SDK that handles all these complexities and offers an easy-to-use interface for developers. The SDK works entirely in the browser, manages memory efficiently so it can run even on a 7-year-old Android device, supports GLSL effects and…

    2024 · rendley.com

  8. 8
    Vidds199

    Fast and easy template-based video creation in the browser

    2021

  9. 9TJ
  10. 10
    Vidds 2176

    Fast, easy, free video creation in your browser

    2022

  11. 11

    A fast, <1kb virtual DOM

    2021

  12. 12

    Made a video game in < 15 min

    2022

  13. 13
    PlayJS138

    Playground JavaScript web, now with superpowers

    2023

  14. 14IM

    It's an open source video editor designed for motion effects and versatility. developed with electronjs &#x2F; TypeScript, FFmpeg, Litjs. I'm currently focusing on making it easier to edit long-form videos. Specifically, adding subtitles to podcast episodes or creating short-form content from YouTube videos. And I’m also developing several extensible utilities. For example, recording video with a floating webcam—similar to Loom—or using LLMs to make cut editing easier. To make all this possible, I believe the first step is to build a versatile, general-purpose video editor. Demo :…

    2025 · github.com

  15. 15
    Rescript144

    A free, open source, Descript alternative. Runs in-browser.

    Jul 2026 · github.com

  16. 16SJ

    Hi HN! I created this lib in the need of a simple and tiny framework to easily do AJAX-style navigation &#x2F; replacement of fragments in the page, in a web application. For people who don't want to use client-side-rendering and complex frameworks à la React, there are nowadays a few "HTML-over-the-wire" libraries, like HTMX, Unpoly or this super-tiny one Swap.js :) One other key thing is that no external tool is needed: no bundler, no webpack, no TypeScript compiler, no minification needed. Just write HTML, JS (+ your preferred server-side language: PHP, Python, etc.) and it works. The…

    2023 · github.com

  17. 17RA

    I wanted to have a framework that would let me build web apps faster than ever before. I didn’t care if it was a little hacky or didn’t use best practices — I wanted to be able to get a multi-user application out the door in hours instead of months. I researched the CMS space for months before deciding to build something from scratch. My goal was to be 90% done building a web app once I had the static HTML and CSS finished. I’m not a big fan of building out API endpoints over and over again for every new app, fiddling with a database, or doing lots of config. What I ended up with was a…

    2020

  18. 18IC

    I wanted an open-source video editor template for React. Found no good ones. reactvideoeditor.com is paid. So ended up building this. It is powered by Remotion, provides non-linear video editing support, live preview and local exporting for now. If you're building a tool where you need to give customers a video editor in the browser, this can be helpful. MIT licensed. Let me know what you guys think, feel free to drop by and make a PR&#x2F;Issue. https:&#x2F;&#x2F;github.com&#x2F;robinroy03&#x2F;videoeditor

    2025 · github.com

  19. 19IM

    Repo here: https:&#x2F;&#x2F;github.com&#x2F;aidenybai&#x2F;million My name is Aiden Bai and I'm really interested in HCI research, particularly within user interface (UI) and web development. At the time of writing this, I'm a student at Camas High School. In July 2021, Million.js began as an experiment with Virtual DOM because I was curious with how UI libraries worked. I was frustrated with the lack of a modern, fast, and modular Virtual DOM library for JavaScript. Virtual DOM had been around for almost a decade, yet many Virtual DOM libraries still struggle with render speed compared to…

    2022

  20. 20IH

    Hello HN, I had some christmas free time over the last two weeks (Merry Christmas btw ;-)) and used that time to completely recreate the website of my app[1]. I used all the fancy new tools. I didn't know some of them when I started. What was my goal? * Pretty website * Blazing fast * Mobile first * SSR * Webp support * Generally all the best website practices (high lighthouse score) What did I use? * Tailwindcss (https:&#x2F;&#x2F;tailwindcss.com&#x2F;) * Tailwind Components (https:&#x2F;&#x2F;tailwindui.com&#x2F;) * React (https:&#x2F;&#x2F;reactjs.org&#x2F;) * ViteJs…

    2021

  21. 21IB

    The one-liner: You give it a script, it generates a portrait video in 10 minutes. No stock footage, no templates—it writes code that renders as video. ## Why I built this We were building game dev courses at Outscal and needed to produce a lot of video content fast. Traditional video production was slow. AI video generators looked weird. So we tried a different approach: what if video was just code? Turns out it works. We can replicate specific art styles, and the output is consistent and editable. ## What it can do - Generate 30-60 second shorts from a script - Match specific visual styles…

    Dec 2025 · github.com

  22. 22TL

    Today we launched a Typescript library for building video processing applications that can run completely client-side This project has been started in March 2023 with the mission of creating the "video processing toolkit for the area of AI". During an extensive research period, we quickly decided to fully embrace WebGPU, which offers a substantial performance improvement over its predecessor WebGL and technologies alike. In combination with WebCodecs, these two technologies lead to unprecedented rendering capabilities on the web and pave the way for the next generation of video processing…

    2024 · github.com

  23. 23VJ

    2012 · github.com

  24. 24WV

    Hey everyone, my friend and I created a GitHub Wrapped video for developers to showcase their activity on the platform in a more fun way. The implementation is open-source (https:&#x2F;&#x2F;github.com&#x2F;rendleyhq&#x2F;github-wrapped-2024) if you're interested in how it was built. To get a bit geeky, we used masks, keyframe animations, luma key shaders to remove the background from the confetti video, and some other techniques. Also, everything is rendered directly in the browser!! I'm curious to hear your thoughts on the rendering performance, especially if you're running this on your…

    2024 · rendley.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →