template-electron: Add official Electron Forge starter template#6774
template-electron: Add official Electron Forge starter template#6774JonnyBurger merged 31 commits intomainfrom
template-electron: Add official Electron Forge starter template#6774Conversation
|
Cursor Agent can help with this pull request. Just |
…cursor/remotion-electron-vite-setup-87c1
|
CI fix pushed for PR #6774 Failure: Changes pushed — CI should pass on the next run. |
…cursor/remotion-electron-vite-setup-87c1
|
no API key found. Pullfrog requires at least one LLM provider API key. to fix this, add the required secret to your GitHub repository:
configure your model at https://pullfrog.com/console/remotion-dev/remotion |
@remotion/template-electron: add Electron template
|
no API key found. Pullfrog requires at least one LLM provider API key. to fix this, add the required secret to your GitHub repository:
configure your model at https://pullfrog.com/console/remotion-dev/remotion |
@remotion/template-electron: add Electron templatetemplate-electron: Add official Electron Forge starter template
There was a problem hiding this comment.
Review Summary
The Electron Forge + Vite template is well-structured with proper security practices (context isolation enabled, sender validation on IPC channels, restrictive CSP). The compositor package detection handles all major platforms correctly, and the integration test with publish-style dependency rewriting is a solid addition.
Left a few inline comments about missing explicit type annotations.
|
This run was cancelled 🛑 The workflow was cancelled before completion. Please check the link below for details. |

Summary
This PR adds an official Electron starter template for Remotion and wires it into the template ecosystem.
template-electronproject built with Electron Forge, Vite, TypeScript, and Tailwind. The template renders from the Electron main process, bundles the Remotion project during packaging, stages compositor binaries for packaged apps, and includes basic render progress + cancellation UX.create-video, adding docs and article metadata, and including the new Electron icon / generated artwork in docs and promo pages.