wil5for's comments

wil5for | 5 years ago | on: Monica: Personal CRM. Remember everything about your friends, family and etc.

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.

wil5for | 5 years ago | on: How to buy gifts that people actually want

Thanks for pointing out the screen size issue, I’ve just submitted a new version to allow scrolling for smaller screen sizes. Hope you can try the app out when Apple approves!

I like the images idea. I was imagining I could integrate with the iOS photos app - then your photo memories could be seamlessly linked to your contacts. The mobile focus opens up many integration possibilities.

wil5for | 5 years ago | on: How to buy gifts that people actually want

I was having this same problem, I always felt unprepared when it came time to give gifts (Holidays, Birthdays, etc). I ended up building a simple app for myself that let me take notes for my closest relationships throughout the year. Once it’s gift giving time I now have a list of ideas already built up.

I call it a PRM, essentially a personal CRM. I worry it sounds inauthentic to treat personal relationships like a CRM, but it’s really focused on my own internal reminders and preventing forgetfulness for people I care about.

If that resonates, the app link is here (basic, free, local data only): https://apps.apple.com/us/app/prim-relationship-manager/id14...

wil5for | 6 years ago | on: The sad state of personal data and infrastructure

This isn't quite the end state you're mentioning, but I've enjoyed using cloudKit ((https://developer.apple.com/icloud/cloudkit/)) as a developer and user in this space.

There's no setup on the user's part. For the developer, it allows you to abstract the datastore and give ownership back to the user - the developer doesn't have access to the private databases of its users. It's possible to build completely client side apps with syncing between devices without ever being exposed to the user's content.

Looks like CloudkitJs also exists for the web. I'm not sure if it allows the user to export directly, but that would help guarantee users weren't trapped.

All that said, it's tied to the Apple ecosystem. An independent service with similar features and a large enough community would be interesting.

page 1