upvote
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.

reply
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.

reply
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.

reply
It’s the COBOL of the 1990s.
reply