Luke Hagar b6c91da2e3 Update packages/adapter-electron/functions/setupHandler.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-13 01:42:08 -05:00
2024-03-11 16:15:04 +00:00
2024-02-19 08:16:24 -06:00

SvelteKit Adapters

This repo contains the below adapters and example implementations for each adapter.

Appwrite adapter

Adapter | Example

Deploy SvelteKit applications as appwrite functions.

I have tested and validated the implementation with the node20 runtime. Other runtimes may work but have not been tested.

Electron adapter

Adapter | Example

Deploy SvelteKit applications as electron desktop applications.

This adapter does require additional files to be added to the project, and requires the use of the package electron-vite to properly handle the electron implementation.
Please look at the example implementation for more information.

What's inside?

This repo includes the following packages and examples:

Examples

  • appwrite: a SvelteKit example app that uses the adapter-appwrite adapter [Link]
  • electron: a SvelteKit example app that uses the adapter-electron adapter [Link]

Packages

  • adapter-appwrite: a SvelteKit adapter for deploying applications as appwrite functions [Link]
  • adapter-electron: a SvelteKit adapter for deploying applications as electron desktop applications [Link]
Description
No description provided
Readme 1 MiB
Languages
JavaScript 100%