15
JesterKit EXE is a build tool to distribute your full-stack web app as a single executable binary with zero runtime dependencies.
It's not at tool to build desktop apps, but rather self-hostable standalone binaries. Think like if you'd be able to bundle any commercial SaaS as a single executable to be self-hosted. But you can still distribute the binary to run it locally, useful to pack and ship open source software.
Unlike static builds that strip away server capabilities, EXE preserves all server-side features of your full stack framework: SSR, API endpoints, server middleware, server-side authentication, etc.
First-class support for SvelteKit, experimental support for React TanStack and Nuxt.
Built with