electron_scaffold_project
Generate a secure Electron project scaffold with TypeScript, framework integration, build tooling, and IPC channel. Get a ready-to-develop project structure.
Instructions
Generate a complete, secure, modern Electron project scaffold. Includes proper process separation, TypeScript configuration, framework integration, build tooling, security defaults, and an example IPC channel. Produces a full project structure ready to develop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (lowercase, hyphens ok), e.g. 'my-electron-app' | |
| framework | No | Frontend framework. Defaults to 'react'. | |
| buildTool | No | Build tool. Defaults to 'electron-vite'. | |
| features | No | Optional features to include |