Introduction
Ok, I hate Google Play store. I hate apps that don’t do quite what I want, and then are filled with ads. So my solution has been to create my own phone apps, and create them in a manner that avoids the Google play store.
My basic strategy to accomplish this is the following. First I decide if the app needs to keep track of information in a way that is best suited by using a database. This includes if the app needs to keep track of users. If it does then I build the app as a WordPress plugin. If it doesn’t need that, then I simply build the app as a web page. In both cases the web page is created as a Progressive Web App (PWA), which is simply a fancy way to say it can be installed on your phone.
Now before you panic, let me explain a couple of things. I say I “build” the app, but that isn’t actually true. I let Claude.ai build it for me. As an explanation, here is a personal fitness tracking app that Claude coded for me.
Continue reading “Creating my personal fitness/weight training app”





