Hi HN, we've released Dittofeed v0.4.0, a significant update primarily focused on facilitating self-hosting. Dittofeed is an open source (MIT licensed) alternative to platforms like customer.io, mailchimp, klaviyo, iterable etc.<p>Self-hosting is particularly useful if you:<p>- Want to evaluate Dittofeed without a long-term commitment<p>- Prefer fixed, non-volume based pricing models<p>- Aim to keep all personally identifiable information within your own infrastructure<p>In this version, we introduced 'Dittofeed Lite,' which merges the dashboard, API, and worker services, simplifying deployment, along with providing an easy auth setup.<p>We've also configured a 1-Click Render deployment. The Render setup comes at a fixed cost of $39/month. However, by using alternative hosting solutions for the Postgres and ClickHouse instances (neon, clickhouse cloud), the monthly costs can be reduced to under $20.<p>We personally feel that there’s a big problem with how existing platforms handle pricing, charging insanely high prices with low contact limits, while restricting access to really basic table stakes features.<p>Excited to share this work, and hear your thoughts and feedback!<p>Github Repo - <a href="https://github.com/dittofeed/dittofeed">https://github.com/dittofeed/dittofeed</a><p>Demo - <a href="https://demo.dittofeed.com/dashboard/journeys">https://demo.dittofeed.com/dashboard/journeys</a><p>Docs - <a href="https://docs.dittofeed.com/getting-started">https://docs.dittofeed.com/getting-started</a>
The absolute worst with hosting your own email lists / transactional emails is that you need to be very up to date on the status of your IPs and domains in various blocklists, and it's very easy to get blocked from them.<p>I don't see anything mentioned about this, nor other similar issues, either on the website or in the GitHub repository.<p>Are you offering some functionality that help people manage this, or how do you suggest people approach this "when not if" problem?
Hey, looks very cool! If you could share a comparison against Listmonk[1], that'd be useful.<p>All the best!<p>[1]: <a href="https://listmonk.app" rel="nofollow noreferrer">https://listmonk.app</a>
Nice, I built an internal tool like this once. Love what you've got here. IME the next priority is supporting alternate providers to SG (and I see from the thread it's on your roadmap).<p>Another option for the SMTP part is using an upstream mail provider perhaps <a href="https://mxroute.com/" rel="nofollow noreferrer">https://mxroute.com/</a> works for folks.<p>Oddly, I've had pretty good success with sending from my own Postfix+OpenDKIM based infrastructure for many years (in Linode). I suppose it's mostly because my volume from that box and those domains is so low and is primarily transactional rather than news-letter like things (I send service announcements maybe quarterly). I mentioned it elsewhere in thread but I like Postmark for those newsletter & drip-campaign stuff.
Git-versioned marketing templates seem unfriendly to presumably a marketing user.<p>That said, I’ve been integrating and supporting similar platforms over the past several years, and the feature set and maturity is low for the cost of these services. If Dittofeed puts the pressure on the market, that’s fantastic.
I suggest utilizing personalized email templates within Klaviyo. For a comprehensive guide, please watch this video: <a href="https://www.youtube.com/watch?v=ZHqUbVd8yvY">https://www.youtube.com/watch?v=ZHqUbVd8yvY</a>.
This is super awesome to see open source - I wonder if there's some value in email flows for self-hosted software as well.<p>I'm thinking if someone self-hosts a complex OSS app like Dittofeed (or even HyperDX ;) ) - would it be beneficial to allow admins to enable email onboarding flows like they get in the SaaS side of things, so end-users can be drip-fed product docs appropriately (and even customize it themselves if they're a big enough enterprise)? This can probably help onboarding/adoption internally if done well.<p>Either way - I'm really excited to try this out on our cloud side of things to help our new users learn our platform faster :)