Where Spark sits among the alternatives, honestly — including what it gives up.
| Camp | Examples | What it costs |
|---|---|---|
| WebView | Electron, Tauri, wails, Neutralino, Photino | The UI is HTML rendered by a browser engine. Behaviour follows whichever WebKit the machine has. |
| Own renderer | Flutter, GPUI, Sciter, Kivy | The same everywhere, and nothing in it is native. |
| Widgets via a runtime | NodeGui, Proton Native, Toga, PyQt, Fyne | Real widgets, but Node/Python/Qt/GTK ship with the app. |
| System script host | WelsonJS, HTA | Nothing bundled — and Windows only, with MSHTML doing the rendering. |
Spark is in none of them: HTML-ish markup, real OS widgets, the system's own JavaScript engine, all three desktops. In a survey of some 180 alternatives, no project hit all four.