Notice Both are from the same company, and the one seems to use or include the other. Well, one is a service, the other a product.
I personally don't like the style of their webpage to start with, but obviously you're free to try by their own words. I think it will show how far it gets you or not. One thing they mention, Servoy, actually is quite an old platform that offered support of VFP developers when VFP 9 was discontinued in 2010. Not only to us. But there ou have an entry point they make for FoxPro developers:
It's hard to go from a desktop to a web app or even a mobile app. Servoy actually doesn't make that bold statement, but mentions to add web functions to it or a portal and go a natural transition path.
For anything you plan to do from scratch, even if being a VFP expert with abilities to do this most rapidly in VFP, I'd not make VFP development the starting point for conversions to go elsewhere from there. There are so many helpful tools and platforms to start spp development.
To make something that easily integrates into anything Googlee (GMail, GDrive and their Office suite, APIs etc

: Google App Sheep -
The same in the MS universe is Power Apps -
And there are more like that for the Facebook, Amazon AWS or other universes. Everyone wants to bind you to their platform with such tools, and they are indeed great if you want to support that platform, not just a pitfall to get more dependant.
Then there are general purpose multi platform environments, Xamarin is the first that comes to mind and was bought by Microsoft. Kotlin is another (both a programming language in itself and also a cross-platform development framework). But I merely know them bith by name, I did a little bit with Xamarin back then, but never with Kotlinn. Kotlin hasan overview, biased towards themselves, surely, but you get some pointers to others, too, and can go there yourself:
In short, for cross-plattform development I'd not start in VFP, no matter how good I'm at it. Either I'd look into such a framework that offers to support multiple platforms from the start as a concept and not by conversion of something so Microsoft specific as VFP is. Or I'd develop in each native platform I'd want to support with the best acceptance and support of all native functions, no matter how close cross platform tools tell you you get in even using things like the mobile cam or GPS or whatever detail.
And for a simple app I'd perhaps decide for the web equivalent of an app - a progressive web app (PWA) Whatever runs in browsers runs everywhere and on every device. These are also thinking about mobile, not only browsers.
Chriss