Hi 👋
I’m trying to integrate revideo into a desktop app built with Electron and a Vue 3 frontend.
After scanning the repo and docs I couldn’t find any examples or guidance for:
- Running the revideo server/renderer inside an Electron main process or a custom Node/Express/NestJS backend.
- Consuming the rendered result (video file or stream) from a Vue component.
- Recommended project structure and build scripts for this stack.
Desired outcome
An official or community-maintained minimal example (monorepo or two-repo setup) that shows:
- Electron main process (or plain Node) that spins up revideo programmatically.
- Vue 3 app that triggers renders, shows progress, and previews/downloads the final MP4.
- Hot-reload DX for both renderer and UI during development.
Hi 👋
I’m trying to integrate revideo into a desktop app built with Electron and a Vue 3 frontend.
After scanning the repo and docs I couldn’t find any examples or guidance for:
Desired outcome
An official or community-maintained minimal example (monorepo or two-repo setup) that shows: