Earlier quoted context omitted.
I understand what you mean. I don't like it either, but I've yet to find another way of explaining quickly what it does. A CRM for friends is very explanatory. But I dislike the creepiness of it.
Also maybe it's a not-a-native-speaker thing, but your use of "Manage significant others" gave me a good chuckle because all I could think of at first how it can help to hide your affair from your spouse. :)
Show HN: Monica, an open-source CRM to manage friends and family
61–70 of 586 posts
Re: Show HN: Monica, an open-source CRM to manage friends and family
#62Earlier quoted context omitted.
I've been thinking about this. First step would be an API. Second step would be to either me learn Cocoa, ObjC or .NET to do this on the phones/desktops apps, etc..., or let the community do it.
Tools like React Native and Electron are pretty popular these days to build cross-platform apps and such. Since you know web stuff and I'm assuming JS, those might be a good option to explore so you could maintain them without having to learn the entire toolchain of building for various platforms
Re: Show HN: Monica, an open-source CRM to manage friends and family
#63Earlier quoted context omitted.
That's what I meant, I would contribute a dockerfile, which people may use to run the application with one command. Would standard Laravel instructions to deploy an app[1] help me here or do you need additional steps? [1]: Maybe something like https://medium.com/laravel-news/the-simple-guide-to-deploy-l... (first thing I could find)
Just tried setting it up, pretty simple assuming you're comfortable with Linux. You need MySQL/MariaDB, PHP >= 5.5.9 (see composer.json, require section for version requirements - worked with 7.1.x for me), node/npm, and composer (typically installed from getcomposer.org) Otherwise, directions at https://github.com/monicahq/monica#setup-the-project work with one exception: I'm not familiar with laravel in particular,…
Re: Show HN: Monica, an open-source CRM to manage friends and family
#64Earlier quoted context omitted.
That's what I meant, I would contribute a dockerfile, which people may use to run the application with one command. Would standard Laravel instructions to deploy an app[1] help me here or do you need additional steps? [1]: Maybe something like https://medium.com/laravel-news/the-simple-guide-to-deploy-l... (first thing I could find)
Just tried setting it up, pretty simple assuming you're comfortable with Linux. You need MySQL/MariaDB, PHP >= 5.5.9 (see composer.json, require section for version requirements - worked with 7.1.x for me), node/npm, and composer (typically installed from getcomposer.org) Otherwise, directions at https://github.com/monicahq/monica#setup-the-project work with one exception: I'm not familiar with laravel in particular,…
Re: Show HN: Monica, an open-source CRM to manage friends and family
#65Looks like this is a service only for very young people? Got this wonderful error while trying to add my father. https://www.dropbox.com/s/ijdfvwtua5nwy6p/Screenshot%202017-...
US style dates, you probably want 03/18/1965
Re: Show HN: Monica, an open-source CRM to manage friends and family
#66Cool product. I've used calendars in the past to maintain this kind of thing but a product has many more features than a calendar so I'm into it. A mobile app would definitely be nice for this kind of product at some point. Push notifications for reminders / an easy entry system, integration with contacts, calendar, etc. Either way. Thanks for this cool product, and OSS-ing it.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#67This seems like something I may use. I have terrible memory, so I never remember birthdays, anniversaries or even my own doc appointments. Tangentially related: I wonder what the fallout is for the average person who may get discovered using this. I could see someone catching flack for having software send them reminders of things that "should be important enough to remember". Then again, what's wrong with using tech…
That's something I've struggled with while building the v1. I wondered if it was moral to use technology to help me have better relationships. I'm the kind of guy who hates Facebook and all the bad things the technology has brought into our lives. And yet, ironically, I do something like this. But the motivation behind is genuinely pure: I really want to be better at remembering things about the ones that I love.
Marketing idea: Those with failing memory (for whatever reason) and/or their caretakers.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#68Founder here. Here to answer any questions you might have. The site is not perfect, it's not mobile optimized, there are probably bugs, there is a gazillion features missing, no APIs but it's a labour of love, open-source and I hope it will help people other than me. I want to grow this product but I need to know what you need, people. Edit: sorry for the bugs I see on my server popping here and there. Didnt expect t…
EDIT: It works when accessing https://app.monicahq.com/people - the endless redirect only affects https://app.monicahq.com/
Re: Show HN: Monica, an open-source CRM to manage friends and family
#69Love this idea, the things that would really make it a no-brainer for me would be ability to upload multiple photos for a contact (or in a note) and a native/hybrid app. I could probably deal with the webapp on my phone but an app with push notifications would be ideal IMHO.
Why multiple photos for one contact? I get the importance of one photo, but why multiple? Yeah, if only I knew how to create mobile apps, I'd do it in a hearbeat. One more thing I need to learn.