monicahq / chandler

The upcoming brand new version of Monica. Not suitable for production use at the moment.
GNU Affero General Public License v3.0
271 stars 12 forks source link

PWA Support #328

Closed njelich closed 1 year ago

njelich commented 1 year ago

In the previous version, a major issue was cross platform compatibility and the extra work around efforts such as maintaining a mobile app - a crucial part of the experience.

PWAs have grown a lot as a concept, and there are loads of packages enabling easy conversion for Laravel based apps.

Are there any plans to go in that direction?

djaiss commented 1 year ago

We are building the API right now to be able to work on the mobile app right after. We plan to develop a proper mobile app this time, native and so on. I don't think we'll go through the PWA ourselves. However, if you or the community wants to make one, you are more than welcome to do so 😄

njelich commented 1 year ago

You might want to take a look at this - https://github.com/silviolleite/laravel-pwa

It's a really easy enable and I feel it's a much lighter effort than a full Native app. The feature parity is heck to keep up. A hybrid app like this is easier.