I am testing AlphaPublish, a narrow workflow for turning a short video into a transparent web asset instead of stopping at background removal.
The product question is simple: after a result looks right, can a designer actually put it on a website without managing codecs, hosting, replacement URLs, or every browser edge case themselves? The current workflow is upload → review → transparent download or a stable hosted embed with a poster fallback for HTML, Webflow, and Framer.
I would like blunt feedback from people who have shipped motion on client or product sites: what would you need to see before trusting an embed like this in production? The current product and free short-preview boundary are here: AlphaPublish transparent-video workflow.
We run a Next.js marketing site in seven languages and have looked at transparent motion a few times. The blocker is always payload -- a transparent WebM is easily 600-800 KB for a three-second loop, and above the fold that competes directly with LCP.
What I'd need before embedding: explicit dimensions in the embed code so lazy-loading doesn't cause layout shift (CLS). Responsive sources so mobile doesn't load the 1080p file. And the exit story -- if I self-host the output, do I also get the poster-frame generator and the codec-switching logic, or just the raw file? Rebuilding the embed layer is the real lock-in.
We're at DA 3 with four visits a month, so we can't justify testing things that might hurt Core Web Vitals. But one-step transparent embed removes enough friction that it's worth watching.
The thing that would make me trust it is proof it handles the Safari split. Transparent video on the web still means two files: WebM VP9 with alpha for Chrome/Firefox/Edge, and HEVC with alpha (.mov/.mp4, hvc1) for Safari and iOS. If the embed serves the right one automatically and I can see it tested on real iPhones, that removes the biggest worry.
After that, in order:
If you publish a small compatibility table (browser, codec served, tested yes/no), I'd feel fine shipping it.
Have designers identified one production concern that would actually stop them from using the hosted embed—browser reliability, replacement URLs, performance, or something else?
Really solid approach — I'm juggling something similar myself (building Xstream4K on the side), what's been the hardest part for you so far?