Author of Monica/Chandler here. Thanks for posting this. As others have pointed out, we are rewriting Monica from scratch, codename Chandler: https://github.com/monicahq/chandler We've also written OfficeLife, an open source tool to manage your employees: https://github.com/officelifehq/officelife , yet to be released. I think we have too many ideas and side projects :-)
Is the Chandler name a reference to the Chandler PIM?
Monica: Open-source personal relationship manager
81–90 of 144 posts
Re: Monica: Open-source personal relationship manager
#82Earlier quoted context omitted.
First, thank you for your work. I must admit though I was hoping that the rewrite would be in Go (or Rust) for the simple use case of a dead-simple binary deploy with a built in sqlite or rocks/level database that can handle as many users as you can throw at it on a $2-5 VPS instance.
In terms of simplicity, nothing beats PHP. It's easily deployable everywhere, everyone knows how to use this simple language, and the Laravel ecosystem is fantastic. But I understand what you mean.
Re: Monica: Open-source personal relationship manager
#83Earlier quoted context omitted.
First, thank you for your work. I must admit though I was hoping that the rewrite would be in Go (or Rust) for the simple use case of a dead-simple binary deploy with a built in sqlite or rocks/level database that can handle as many users as you can throw at it on a $2-5 VPS instance.
There's a Docker image for Moncica which seems pretty dead-simple https://github.com/monicahq/docker
(I'm super proud to say that we have an official Docker image, official being the label the Docker granted us last year as they (Docker, the company) maintain it. There are not a lot of official Docker images, but we are part of it, and it's awesome)
Re: Monica: Open-source personal relationship manager
#84This project makes me feel sick.
> Can you remember the names of the children of all your friends? Can you remember the wedding anniversary of your brother? Can you tell the last time you called your grand mother and what you talked about?
I freaked out because I can't remember any of that stuff. I have to keep my kids' birthdays in an app just so I can recall how old they are.
Re: Monica: Open-source personal relationship manager
#85This project makes me feel sick.
Re: Monica: Open-source personal relationship manager
#86Author of Monica/Chandler here. Thanks for posting this. As others have pointed out, we are rewriting Monica from scratch, codename Chandler: https://github.com/monicahq/chandler We've also written OfficeLife, an open source tool to manage your employees: https://github.com/officelifehq/officelife , yet to be released. I think we have too many ideas and side projects :-)
Is the Chandler name a reference to the Chandler PIM?
Re: Monica: Open-source personal relationship manager
#87I've started doing this with Obsidian, since I can template and query any type of data I want in it.
Re: Monica: Open-source personal relationship manager
#88Earlier quoted context omitted.
Is the Chandler name a reference to the Chandler PIM?
No. It's a codename in reference to Monica and the Friends tv show. Chandler being the one who dates Monica (no spoiler). Right now we have two repos on Github, but we have to find a way to merge Chandler to Monica in the future so we don't lose those precious stars :-)
Re: Monica: Open-source personal relationship manager
#89Earlier quoted context omitted.
In terms of simplicity, nothing beats PHP. It's easily deployable everywhere, everyone knows how to use this simple language, and the Laravel ecosystem is fantastic. But I understand what you mean.
I've been using PHP for a decade and recently started building APIs in Go. Everything about the process has been significantly simpler, from packages to testing to deploying and debugging. I don't think I can ever go back, and this is coming from someone who still loves PHP and works with both Go and Laravel daily.
Re: Monica: Open-source personal relationship manager
#90Earlier quoted context omitted.
Thanks! Over the years I've seen several companies raise VC money for the personal CRM idea and fail. In a way, I'm glad they didn't raise outside capital and are able to sustain themselves while building something that they are clearly passionate about.
Author of Chandler here. We are able to sustain the server costs, but we have full time jobs "on the side" because it's not sustainable. I don't know if it's ever will. Don't care :-) Raising capital would make this project a full time job, and put tremendous pressure on having to generate revenues. We don't want this pressure at all. We want to provide a nice and useful software because we are geeks and we want to d…