|
|
|
|
|
by wil5for
2030 days ago
|
|
I recently developed my own app to solve the same problem, I call the Personal CRM a “PRM” (link here: https://apps.apple.com/us/app/prim-relationship-manager/id14...) The privacy comments elsewhere in the thread resonated with me, but I think self hosting is too large a barrier for most users. I decided to build Prim by leveraging iCloud’s local/cloud CoreData storage. This approach ensures I never have access to user’s data - it stays completely within the Apple ecosystem. I have also taken a mobile-first approach, I think that focus reduced some of the installation and maintenance barriers for users. With the iOS app there’s no deployment or setup cost for users. Personal interactions (chat) and data (contacts, calendars) are already managed through our phones, so the iOS app also seems to be a natural fit for other reasons. I hope to see more products/projects where the users data, monetization, and developer incentives align. It’s great to see an open source PRM project that matches those incentives. |
|