Remix.run Logo
ivan_gammel 2 days ago

If you build for a small number of professional users with a known target platform and you know how to solve distribution, then RAD tools (or any platforms supporting desktop targets) are the best choice and they offer superior UX compared to browser-based apps.

I myself now prefer to build admin tools on Java/Swing, because it’s much faster and easier than building a web app (Claude Code does that job quite well). Delphi probably offers even better dev.speed/quality/UX.

johannes1234321 2 days ago | parent | next [-]

Yeah, getting a webapp up and running for small amount of users is tedious. Either complicated install or permanent hosting cost and permanent cost for keeping maintained. A desktop tool has a lot less security vectors as it's all local.

Of course there is electron, but that has its own set of complications.

For simple tools RAD is great.

zeroc8 2 days ago | parent [-]

Since Firemonkey draws on Skia anyway, they could also provide something similar to Flutter/WASM.

I love the Flutter/WASM idea, but cannot get warm with the widget in widget approach flutter uses. Having a designtool like Delphi's would be nice.

Tobias42 a day ago | parent | prev [-]

Have you tried Vaadin? It's like writing a Swing application that compiles to the web. Or at least it was when I used it last, about 7 years ago.