The open source Mailchimp alternative
github.com
The open source Mailchimp alternative
1–10 of 23 posts
Re: The open source Mailchimp alternative
#2Bespok's ultimate goals are as follows: -To engage in personalized marketing -To be trusted, because we do personlization
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.
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.
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.
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.
Hope you guys self host it today or sign up to check it out! Don't forget to give us a star on github!
MIT Licenced!
Re: The open source Mailchimp alternative
#3Re: The open source Mailchimp alternative
#4Self 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.
In the future we might make it much more simple, so you can just opt into any smtp service and start sending emails.
Re: The open source Mailchimp alternative
#5Re: The open source Mailchimp alternative
#6not going to join your discord
Re: The open source Mailchimp alternative
#7It's Klaviyo that you're talking about?
Re: The open source Mailchimp alternative
#8> Kalvioy It's Klaviyo that you're talking about?
Re: The open source Mailchimp alternative
#9> Kalvioy It's Klaviyo that you're talking about?
Re: The open source Mailchimp alternative
#10> Bespoke is MIT licensed for env variabe OPEN_SOURCE=true
> Bespoke Cloud is Business Source Licenced for env variable OPEN_SOURCE=false
> You will be violating our Business Source Licence if you have the environment variable OPEN_SOURCE=false
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.