Hey everyone, I’ve been building an open-source local-first motion editor for creating short videos, UI mockups, social clips, text animations, reusable design elements, and post-production compositions. GitHub: https://github.com/tomaslachmann/motion-editor It runs as a React/Vite app with a small local Node/Vite middleware backend. Projects, assets, exports, history, and reusable library items are stored locally as files — no hosted backend or database required. What it currently supports: - canvas editing with shapes, text, images, SVGs, video, audio, icons, and groups - timeline/keyframe animation - reusable design and animation library - HTML import into editable layer trees - MP4/WebM export through Remotion - local project storage and version history - optional AI assistant integration - English/Czech UI Tech stack: - React 19 - Vite - Zustand - Remotion - Tailwind CSS - dnd-kit - i18next - local Vite middleware APIs I’m mainly looking for people who would be willing to clone it, try to break it, and…