Hacker News new | ask | show | jobs
by _fat_santa 406 days ago
> PWA’s are damn capable at this point for basic little apps. I wish more laypeople were aware of the ability to “install” PWA’s. Most non-tech people only think apps come from the iOS App Store.

I recently had a conversation with my business partner about our SaaS, he was pushing for us to write a full mobile app for our service and I pushed back and said lets do a PWA instead.

From a technical perspective, maintaining a PWA is so much easier in my opinion than maintaining a mobile app, even if you end up writing a new codebase specifically for your PWA. Simply not having to go through Apple saves so much time.

As for education the distribution channel is very different. We advertise our PWA in our website and prompt people to install it in our app if we see that they are running the right browser/device.

I would say at this point if you have a "business app" that just does regular CRUD stuff and doesn't reach for any mobile API's, a PWA is perfect.

1 comments

There's always some catch to make sure you can't 100% jump to a PWA and skip the native app. At least PWAs can do push notifications finally.