look at coding a PWA with ai first. It’s way more simple, cross-platform and illuminating if you’re new at this. Then you can dig into the real thing

Reply to this note

Please Login to reply.

Discussion

PWA would be fine as a deliverable. What mobile tools exist for this?

It’s just html. You can let the ai code it all

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!