A CapCut-inspired video editor built as a monorepo with headless core architecture.
- Audio Waveform API - Extract and visualize audio waveforms
- Architecture Guide - Project structure and conventions
- Playground:
pnpm dev- Start the demo application - Protocol Package:
packages/protocol- State management and resources - UI Package:
packages/ui- Vue 3 timeline components - Renderer Package:
packages/renderer- Pixi.js rendering engine
- 🎬 Video timeline with drag-and-drop
- 🎵 Audio waveform visualization
- 🖼️ Video thumbnail generation
- ↩️ Undo/Redo support
- 💾 OPFS caching for offline-first performance
- 🎨 Pixi.js rendering with GPU acceleration