Show HN: Monica, an open-source CRM to manage friends and family
11–20 of 586 posts
Re: Show HN: Monica, an open-source CRM to manage friends and family
#12Re: Show HN: Monica, an open-source CRM to manage friends and family
#13Thanks for making this open-source. It seems to use Homestead for deployments and Homestead apparently needs a VM. Is there a way to make this work without a VM or have a docker file maybe?
Re: Show HN: Monica, an open-source CRM to manage friends and family
#14Make me feel safe when adding very personal information about people I meet.
(Btw. I've been considering building something like this myself, I meet so many people that I want to recognize and remember what they told me about themselves. Memory fails me almost every time unless I really put the effort in. Right now I just make a note after every interaction using Simplenote, better than nothing.)
Re: Show HN: Monica, an open-source CRM to manage friends and family
#15Ideally this would let you maximize the number of maintainable acquaintances. Unfortunately (for some), it would also prevent any from getting too close. :)
Re: Show HN: Monica, an open-source CRM to manage friends and family
#16Earlier quoted context omitted.
Sign up with facebook is not working for me. Perhaps because I have two factor on. Also, consider adding an import feature from gmail, vCard, etc Finally, why include male/female binary as the only required field besides name. Seems a little odd
Damn it, I broke it. I'll fix it today, or remove it entirely, I still don't know about it. I like the idea of being able to quickly log in, but it's yet another feature to maintain, so...
Re: Show HN: Monica, an open-source CRM to manage friends and family
#17Looks neat. As an aside, why is it named after a woman? I'm genuinely curious.
Re: Show HN: Monica, an open-source CRM to manage friends and family
#18Security. Make me feel safe when adding very personal information about people I meet. (Btw. I've been considering building something like this myself, I meet so many people that I want to recognize and remember what they told me about themselves. Memory fails me almost every time unless I really put the effort in. Right now I just make a note after every interaction using Simplenote, better than nothing.)
Re: Show HN: Monica, an open-source CRM to manage friends and family
#19My question is, is this really free? If so, how and why? It seems like it was a ton of work to build and presumably you could monetize it somehow - is that just something you're planning to do later on? If it gets a lot of users, how will you pay the (albeit small) server costs? I'm curious.
Thanks again for building it!
Re: Show HN: Monica, an open-source CRM to manage friends and family
#20Thanks for making this open-source. It seems to use Homestead for deployments and Homestead apparently needs a VM. Is there a way to make this work without a VM or have a docker file maybe?
Well, I use Homestead because it's much more convenient. But you can use anything that you want, as long as you have PHP and mySQL. MAMP, for instance, XAMP, or really whatever. Have you heard of Valet ( https://laravel.com/docs/5.4/valet ) ?