{"id":26094141,"url":"https://github.com/bdani0717/sveltekit-electron-starter","last_synced_at":"2026-02-14T05:35:00.757Z","repository":{"id":281458879,"uuid":"945344913","full_name":"bdani0717/sveltekit-electron-starter","owner":"bdani0717","description":"A no bloat starter template combining SvelteKit and Electron.","archived":false,"fork":false,"pushed_at":"2025-03-22T10:44:18.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T18:15:48.327Z","etag":null,"topics":["boilerplate","electron","eslint","prettier","sveltekit","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bdani0717.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-09T07:35:15.000Z","updated_at":"2025-08-21T07:11:54.000Z","dependencies_parsed_at":"2025-07-28T14:33:00.381Z","dependency_job_id":"a0da0a40-b84d-4f94-b135-7aebeed8e285","html_url":"https://github.com/bdani0717/sveltekit-electron-starter","commit_stats":null,"previous_names":["bdani0717/sveltekit-electron-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdani0717/sveltekit-electron-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdani0717%2Fsveltekit-electron-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdani0717%2Fsveltekit-electron-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdani0717%2Fsveltekit-electron-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdani0717%2Fsveltekit-electron-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdani0717","download_url":"https://codeload.github.com/bdani0717/sveltekit-electron-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdani0717%2Fsveltekit-electron-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","electron","eslint","prettier","sveltekit","tailwindcss","typescript"],"created_at":"2025-03-09T12:49:57.614Z","updated_at":"2026-02-14T05:35:00.742Z","avatar_url":"https://github.com/bdani0717.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SvelteKit + Electron Starter\n\nA modern desktop application starter template combining SvelteKit and Electron.\n\n## Features\n\n- [Electron](https://www.electronjs.org/)\n- [Electron vite](https://electron-vite.org/)\n- [SvelteKit](https://svelte.dev/docs/kit/introduction)\n- [TailwindCSS v4](https://tailwindcss.com/)\n\n### Testing and code quality\n\n- [Vitest](https://vitest.dev/)\n- [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n\n## Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n### Building\n\n```bash\n# For macos\nnpm run build:mac\n\n# For windows\nnpm run build:win\n\n# For linux\nnpm run build:linux\n```\n\n### Testing\n\n```bash\n# Run vitest tests\nnpm run test\n```\n\n### File protocol\n\nFor loading files use the custom `fs://` protocol. The default electron files protocol doesn't work with sveltekit.\n\n```html\n\u003c!-- Example --\u003e\n\u003cimg src=\"fs:///Users/user/Downloads/image.jpeg\" alt=\"\" /\u003e\n```\n\n## Project Structure\n\n```shell\nproject\n├── resources                   # Application resources\n├── src                         #\n│   ├── main                    # Main scripts\n│   ├── preload                 # Preload scripts\n│   ├── renderer                # SvelteKit (renderer) folder\n│   │   ├── lib                 # Lib folder for SvelteKit\n│   │   └── routes              # Routes\n│   └── shared                  # Shared files between main, preload and renderer\n├── static                      # Static assets for SvelteKit\n├── electron.vite.config.ts\n├── eslint.config.mjs\n├── package.json\n├── svelte.config.js\n├── tsconfig.json\n├── vite.config.ts\n└── vitest-setup-client.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdani0717%2Fsveltekit-electron-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdani0717%2Fsveltekit-electron-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdani0717%2Fsveltekit-electron-starter/lists"}