Course Video Manager (CVM) is a system for managing educational video content, built around capturing and organizing clips from course recordings. The project includes a local application for video editing and clip management, a deployed remote API for accessing course data, and supporting tools like a Chrome extension for capturing web pages during recording and a Stream Deck integration for remote control. The tech stack centers on TypeScript, with the local app built as a Node.js application, the remote API as a Hono web framework app deployed on Vercel, and a Chrome extension for browser integration. The project is maintained by an individual author and organized as a Turborepo monorepo with distinct apps for local functionality and remote API services, plus shared domain packages.