Skip to content

Home EN

Viktor Starodubtsev edited this page May 30, 2026 · 1 revision

APOLLO STUDIO VIDEO ENGINE

Apollo Video Editor (MVP 1.0)

Apollo is a free, open-source, cross-platform video editor built with pure React + TypeScript. The core engine uses a hybrid architecture (useRef + requestAnimationFrame), enabling seamless 60 FPS video editing right in the browser without heavy state managers or UI lags.

Project Mission: To provide a lightweight, high-performance tool for fast content creation that runs instantly in a browser, free from the bloated legacy code of traditional desktop software.


Quick Start (Installing)

Setting up the local development environment takes less than a minute. Make sure you have Node.js (v18+) installed.

# 1. Clone the repository
git clone [https://github.com/твой-юзернейм/apollo.git](https://github.com/твой-юзернейм/apollo.git)

# 2. Navigate to the project directory
cd apollo

# 3. Install dependencies
npm install

# 4. Start the development server
npm run dev

Clone this wiki locally