I’m building a browser-based video editing platform that lets registered users upload footage, cut or trim clips on a timeline, drop in transitions and effects, and finish with basic colour correction—all without leaving the site. Core workflow • Secure sign-up / sign-in system (email + password, password reset) that gates access to every editing tool • Fast, client-side preview while editing and server-side rendering for the final export • Cutting & trimming, drag-and-drop transitions, effects palette and colour wheels/curves all running smoothly in modern browsers • Responsive interface that works equally well on desktop and tablet Tech notes HTML5 video, WebAssembly/FFmpeg, React or comparable JS framework, and a lightweight backend (Node, Django, or similar) are acceptable; choose what you’re most efficient with as long as final exports render reliably and user uploads stay secure. Acceptance criteria 1. A deployed URL where I can create an account, edit a sample MP4, apply an effect and colour tweak, then download the processed file. 2. Source code in a private repo with setup instructions and commented commits. 3. Clear README documenting stack, build commands, and how to add new effects later. I’ll handle hosting costs once the build is stable; goal is to reach a functional MVP that editors can start testing right away.