Live data from Hacker News

Show HN: Monica, an open-source CRM to manage friends and family

monicahq.com

11–20 of 586 posts

Re: Show HN: Monica, an open-source CRM to manage friends and family

#13

Thanks 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) ?

Re: Show HN: Monica, an open-source CRM to manage friends and family

#14
Security.

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

#15
Nice project. Keep in mind I'm just a tire-kicker on HN, but it would be neat to have dynamic periodic reminders similar to spaced repetition learning algorithms except you rate the strength of the relationship after each session. Strong ratings mean you can see them a little less frequently; weak means you should see them (a little) more frequently.

Ideally 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

#16

Earlier 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...

My personal recommendation is to drop third-party logins and allow users to sign-up via usernames (without emails). That means you need to deal with "lost password with no way to recover" situations and spam but it's still better than third parties controlling the most important aspect of your application.

Re: Show HN: Monica, an open-source CRM to manage friends and family

#18
post #14

Security. 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.)

The security aspect is also very important to me. I'm trying to do my best to make it secure by following best practices, and this is also one of the reasons I've open sourced it actually, so the community can help make it better and check that I don't do nasty stuff with it.

Re: Show HN: Monica, an open-source CRM to manage friends and family

#19
This is very cool!

My 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

#20

Thanks 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 ) ?

No I'm very alien to the PHP ecosystem. Valet seems to be Mac-only. I'm a happy Windows user who has some Linux servers to play around. It would be very nice to have a step-by-step manual installation guide, then who knows, maybe you would get a pull-request with a Dockerfile! :)
Post reply on HN