Heyo! I'm Afi, I have been working on Bespoke for the past 8 months. I have a good feeling about Bespoke and I think it can only reach it's true potential if it's only open source. My thoughts are below.<p>Bespok's ultimate goals are as follows:
-To engage in personalized marketing
-To be trusted, because we do personlization<p>When we mention personalization, it involves gathering extensive user data, such as their behavior, purchase history, and browsing preferences. We understand that handling such sensitive information might lead to concerns about intrusion into users' privacy.<p>To establish trust in our system and demonstrate our transparent data collection practices, we have no choice but to open-source our software. By adopting an open-source approach, we can gain a competitive advantage in terms of trustworthiness and reliability.<p>Another crucial aspect of our long-term goal is to become a platform that facilitates data collection for any software operating on the internet. We aim to challenge the narratives surrounding companies like Facebook, TikTok, Google, etc., which have been criticized for exploiting user data to benefit advertisers. We believe that our approach can bring about a positive change, providing advertisers with an alternative platform where everything is conducted openly, instilling greater trust in the system among users.<p>I think the path forward towards the stated goals above is to start with a Mailchimp alternative. And eventually become the open source personlization marketing platform.<p>Hope you guys self host it today or sign up to check it out! Don't forget to give us a star on github!<p>MIT Licenced!
Self hosting email generally sucks because of all of the block lists and anti spam - how does this project help avoid that? I think one of the selling points of MailChimp is they handle this side of the house for bulk mailing but I am not a user or the target market so I could be way off.
Having licensing based upon environment variable value is very odd. From the readme:<p>> Bespoke is MIT licensed for env variabe OPEN_SOURCE=true<p>> Bespoke Cloud is Business Source Licenced for env variable OPEN_SOURCE=false<p>> You will be violating our Business Source Licence if you have the environment variable OPEN_SOURCE=false<p>I would personally be uncomfortable using any software licensed in this manner, since you're not licensing the code itself, but the code in a particular environment. It's also pretty useless to add this complexity since the usage of that environment variable could easily be patched out while under use of your "OPEN_SOURCE=true" conditions.