A starter template for building desktop apps with SvelteKit and Electron.
Template status: ready for cloning, branding, and feature work.
This template gives you:
electron/src/Install dependencies:
pnpm install
Run the app:
pnpm start
Run in headless mode:
pnpm run start:headless
electron/ — Electron main and preload process codesrc/routes/ — SvelteKit pages and layoutsrc/App.svelte — App shell used by the renderer bootstrapvite.*.config.ts — build configuration for Electron Forge + ViteThis repository is currently set up as a reusable template for a SvelteKit/Electron app. The next step is to replace the starter page with your own app flows, data model, and UI.