Itās just html. You can let the ai code it all
Discussion
Well, itās more complex than that. Thereās the creation of the code, yes. But then thereās hosting. The PWA html has to live somewhere.
And then thereās the data angle. A PWA can use IndexedDB to store local user data, but any backup/sharing/social features need a communication protocol. (Nostr could work for this, for example)
And if your PWA uses any third party libraries, for example from NPM, there has to be some kind of build process to download and bundle everything together. The AI can help with writing these scripts, but they have to run somewhere.
Iām trying to figure out if there are any existing mobile tools for piecing these kinds of things together.
Gotcha! I guess you already know way more than me, but after writing this detailed description of what youāre looking for Iām certain a nostrich will along with answers. Cheers!