Alternatives
Products that do what CodeVideo – Two years in the making to build an event-sourced IDE does
Hi everyone! I originally created CodeVideo as a little side project using FFMPEG WASM in the browser as an experiment, but it's since grown into my vision for a completely automated software educational course production system. The idea is that you create the educational content once, then can export the course to multiple formats - as a video (of course!), but also as an interactive webpage, a blog post, or even a book, PDF, or PowerPoint! Basically a "create once, ship everywhere" concept. Things will get more interesting as I incorporate stuff like spell check (for speech) and abstract…
- 1

- 2IM
Hey HN, I've been working on this side project for the past month. It generates a step-by-step tutorial guide for YouTube videos that you can follow along without watching long videos. Best suited for tutorial videos but can work for other videos aswell. No BS. Just straight to the point. The guides are generated from pure transcript so you don't have to worry about it being AI. It's my first project as a total beginner. Something I had to do inorder to get out of tutorial hell. Please let me know if you have any suggestions or if you face any problems or bugs. I would try to fix them to the…
2024 · stepify.tech
- 3

- 4

- 5IC
Hi, I'm a developer and first time i shipped the real product after observing the startups and indie hackers community for years. I had made so many useless apps [you should check my website https://ansh.life], but this time I built a very useful product that has a number of super easy-to-use tools in one app for video, music, and photo files. Users can compress, convert, resize, and do so much more with easy-to-use tools. Background: I developed a frame-by-frame video cropper to upload cropped landscape videos to Instagram Reels. However, it required FFmpeg, and as a noob video…
2025 · pimosa.app
- 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

- 8LLLMpeg▲169
Inspired by the "ffmpeg by examples" comments, here's a simple script that pulls it all together. Set your OpenAI API key env var and make the script executable, and you're golden.
2025 · github.com
- 9

- 10AT
I've been building prototypes of new AI learning tools for months, but I recently learned that 3blue1brown open sourced his incredible math animation library, Manim, and that LLMs could generate code for it without any fine-tuning. So I made a tool that automatically generates animated math/science explanations in the style of 3blue1brown using Manim from any text prompt. Try it yourself at https://TMA.live (no signup required) or see the demo video here: https://x.com/i/status/1874948287759081608 The UX is pretty simple right now, you just write a…
2025 · tma.live
- 11

- 12CA
Hey Hacker News, I’m excited to introduce ClassroomIO – a project that I’ve been working on for the past few months. It’s an educational platform that provides an in-browser code editor and execution environment. The idea is to make teaching programming easier by eliminating the technical barriers that educators and students often face. Feature highlights: * In-Browser coding: Write, run, and debug code directly in your browser. No more downloading software, configuring environments, and resolving compatibility issues. * Course management: Manage classes, assignments, and student…
2024 · classroomio.site
- 13AD
Hello! I'm Andrew Arrow, a developer and Final Cut Pro user. My history with FCP goes back years and years, I tried to be a video editor as a career but ended up a software developer. I purchased the full version of the software a long, long time ago. And to Apple's credit, every single time I goto the App Store on any mac I still have access to download it. I must have been through 20, 30? I don't know, but a lot of macs over the years. Just recently I downloaded it again and noticed the XML Export feature. Wow. There's a lot of stuff there. I mean a lot. I started playing around with…
2025
- 14

- 15AY
An exciting aspect of what I'm working on is that users can create their own playlists. For example, you can provide an outline of what you're learning, such as notes from your professor or any other structure, and the pipeline will create a course tailored to that. Since the content is highly customized, it will be relevant and high-quality, matching current lessons or lectures in school or university. Initially, the pipeline also generated some teaching content using AI, but due to the risk of AI hallucinations, I'm planning to pivot away from that. The new focus will be on curating…
2024 · coursely.ai
- 16

- 17CCodeMic▲52
With CodeMic you can record and share coding sessions directly inside your editor. Think Asciinema, but for full coding sessions with audio, video, and images. While replaying a session, you can pause at any point, explore the code in your own editor, modify it, and even run it. This makes following tutorials and understanding real codebases much more practical than watching a video. Local first, and open source. p.s. I’ve been working on this for a little over two years and would love to hear your thoughts.
Feb 2026 · codemic.io
- 18BA
Hey HN, I'm Mehul, founder of codedamn. I'm glad to release codedamn creator (https://creator.codedamn.com/) in public beta today - the first (and only?) interactive course creating platform available to create truly interactive programming courses. Unlike existing solutions of embedding iframes from different code execution services, we have built the whole system from the ground up - allowing the course students to work inside a powerful in-browser editor solving code challenges. This will enable you to create highly interactive courses on virtually any topic. Want to teach…
2021
- 19TA
Hey HN! I built Topic2Manim to automate the creation of educational videos like those from 3Blue1Brown. The workflow is simple: 1. Give it any topic (e.g., "how ChatGPT works") 2. An LLM generates an educational script divided into scenes 3. LLM generates Manim code for each scene 4. FFmpeg concatenates everything into a final video Currently working on TTS integration for narration! Would love feedback on the approach and ideas for the TTS integration
Jan 2026 · github.com
- 20IM
It's an open source video editor designed for motion effects and versatility. developed with electronjs / 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
- 21WR
As a software dev, I really enjoy having live coding videos playing in the background while I work. But it's surprisingly difficult to find hour+ long videos of coding without commentary on Youtube. What I really wanted was an infinite coding video, so I built one. Pick your IDE/monitor/ambience of choice, hit the Screensaver button, put it on a second monitor or TV, and enjoy infinite coding ASMR.
Jul 2026 · hackerman.specr.net
- 22IM
2019 · youtube.com
- 23

- 24TA
Hey everyone, I’m the maintainer of the popular screenshot-to-code repo on Github (46k+ stars). When Claude Opus was released, I thought to myself what if you could send in a video of yourself using a website or app, would the LLM be able to build it as a functional prototype? To my surprise, it worked quite well. Here are two examples: * In this video, you can see the AI replicating Google with auto-complete suggestions and a search results page (failed at putting the results on a separate page). https://streamable.com/s24pq6 * Here, we show it a multi-step form…
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →