I have developed a web app as a WordPress plugin and am looking to turn it into mobile apps for Android and iPhone. I have no experience in app development and would like to find a service that can transform my existing code into an actual app. So far, I haven't had much luck finding the right solution. Any suggestions?
3 Answers
You might want to check out Capacitor. It's a solid framework that lets you build native mobile apps using web technologies. I've used it with my Ionic applications and it works really well, especially with certain hardware like scanners. Worth a shot!
If current AI tools can't do the conversion yet, you might need to hire a developer. There aren't any tools that completely automate this process, but with your existing web app logic, an experienced app developer should be able to help you out.
There’s a PWA (Progressive Web App) plugin for WordPress that could be a great option. It can help convert your web app into a more app-like experience without needing to dive deep into app development.

I just learned what a PWA is, and it sounds like it could solve my problem! I want my apps to be more accessible than just browser links. I'll need to see how it works with my WordPress setup. Thanks!