Also, curious how you’re thinking about handling heavy lifting for video exports or AI features (like auto-captions, scene detection, etc.). Will those run in the browser, or do you plan to offload some of that to the cloud (like with your AWS Lambda and S3 export)?
And one more thing – are you planning to support version control for video edits? Could make it easier for people to try different versions or go back and forth.
For tasks like video export, auto-captions, and scene detection, we’re offloading most of that to cloud functions using AWS Lambda, with exports going directly to S3.
We are maintaining a full edit history within the editor so users can undo, redo, and even explore different versions of their video as they work.
If you're interested in trying it out or want to collaborate, feel free to reach out. I'm also planning to open-source it soon for the wider dev community.