In my opinion, it is difficult to create an application with a modern look and feel with Purebasic.
Therefore, if performance is not so important, it might be a good idea to build a WebApp and create it as an app, as described above.
Also not to be underestimated, the huge pool of JavaScript freely available libraries and functions that the browser already brings out of the box. With Purebasic you have to build it all yourself or hope that there is a Dll.
And very up-to-date: with Claude & Co you can realize a web project very easily and quickly. With Purebasic it is unfortunately not yet so easy.
The new WebView gadget (in Purebasic) opens up exciting new possibilities.
Hybrid is the new game changer!
For example, I was able to build a recording tool with AI. I can use it to transcribe text live via microphones and, for example, automatically create minutes for meetings.
The whole thing runs under Purebasic in WebView with Javascript. Ingenious!