Launch HN: Dittofeed (YC S22) – open-source customer engagement platform
https://www.loom.com/share/0f7b67170b3a4205add00c22844ca06f
We created Dittofeed to tackle some commonly felt pains with customer engagement platforms:
First, existing platforms make it difficult to keep imported user data accurate and up to date with your primary user datastore. To solve this, we’re building first-class support for importing data from your data warehouse, for better data consistency.
Second, graphical “journey builders” are fragile, and difficult to debug at scale, so we’re building git-based workflows to check your messaging automation into git as configuration, as well the ability to run Dittofeed locally in development, or in CI with our testing sdk, for improved ease of debugging.
Third, companies in industries like finance and healthcare are often forced to implement their own solutions in-house to avoid sharing sensitive PII with third parties. As an open source platform, companies can now self-host us to keep their PII in their network.
Chandler, having worked in marketing for startups, experienced these challenges first hand. Max, on the other hand, was a senior platform infrastructure engineer at Braze, where he witnessed similar challenges from a technical perspective. Our combined experiences sparked the idea for Dittofeed.
We decided to create an open source, developer-focused customer engagement platform, because the often unspoken truth is that maximizing the effectiveness of these tools requires ongoing engineering involvement.
Dittofeed is built on Clickhouse (OLAP store used for storing user events, performing user segmentation, and aggregations) and Postgres (OLTP store for persisting application configuration, and serving user aggregations for efficient single-row reads).
If you can use the following, we’d love it if you checked us out:
Email support via sendgrid (other channels coming soon).
User data import via Segment integration.
We have a cloud offering, and offer paid support. You can find our pricing on our site https://dittofeed.com/pricing.
How to try Dittofeed out:
Check out our demo site to play around with the app https://demo.dittofeed.com/dashboard
Run the app locally via docker compose (https://docs.dittofeed.com/deployment/self-hosted/docker-com...).
Join our slack and we’ll set you up with cloud hosting (https://join.slack.com/t/dittofeed-community/shared_invite/z...)
We’d love to hear your thoughts, opinions, and experiences with these tools. What’s been your experience working with this kind of tech?
46 comments
[ 87.9 ms ] story [ 462 ms ] threadOur base cloud hosting currently uses a multi-tenant clickhouse instance, but we also optionally provide a single tenant instance as part of our enterprise cloud offering.
Currently we support sendgrid for email, and SMS is upcoming.
Happy to walk you through it if you join our slack.
Realistically, Docker is a fine choice for this.
Also something that irks me is that all these platforms design DAGs as journeys. Journeys are fine but they're inherently value capped. A user is only supposed to go through an onboarding journey once or a memorial day sale journey once.
What I really want as a mobile app dev is loops. I want to be able to say "Run this every day, send a user a push or email at 10am. wait until 6pm. if the user hasnt opened the app yet, send another push based on a different template".
Currently we have a whole ass subproject dedicated to defining these flows. whats worse is that its hard to ab test flow and impossible for anyone non technical to set up a loop. Please build this, we'll pay you sweet sweet MRR if you do.
My email is: max@dittofeed.com, or feel free to ping me on our community slack!
Is that per month? per year? one time purchase? Pardon me if it is described somewhere, but I've scanned the page multiple times and can't determine it.
As far as functionality I'm a fan of Clickhouse's swappable table engines.
Very cool how we both use Temporal for workflow orchestration. Love the git idea, Wish you the best!
Wow, our DSL even looks similar!
Your app has beautiful design, which I guess shouldn't come as a surprise given that it's Airbnb.
Would love to chat to discuss further.
max@dittofeed.com
I don't know how I didn't know about it before..
I literally implemented a whole system to do what it does.
Thanks for bringing that up!
I've been in this space for 15+ years now, worked with most of the main players that have on-prem and SaaS solutions, and deployed and run solutions at scale at a few of the largest companies in BigCo land for multiple years now.
I would be cautious on focusing too heavily on the 'developer as the customer' here. Most buying decisions in this space are not made by IT, they are made by CMOs, CXOs, CDOs, etc as that is who owns the budget (and results) tied to this type of solution.
At almost any scale, when you look at total cost of ownership, licensing from one of the main solution providers is usually quite a bit cheaper than building out a whole proprietary stack that one then has to maintain in house via their IT org that likely is not an expert at this kind of stuff.
Re-"developer as the customer", the mismatch between who makes the buying decisions for this kind of tech (CMO's etc.), and the devs who do much of the heavy lifting to make it work, is a real challenge.
Also, your point re the economies of scale of self-hosting vs using saas is valid. For small to mid sized orgs, using a cloud offering can be more economical.
However, we've observed that larger orgs often migrate off of saas to use open-source or build software in-house. This occurs for a number of reasons:
- They will have more engineering resources to allocate, in this case to marketing / growth.
- At their scale, the fixed costs of allocating engineers to implementing solutions are often exceeded by the variable costs of saas products, which commonly have volume based pricing.
- They often have more unique requirements that are not served by any particular saas product, and closed source saas is not extensible.
Some recent examples of this:
- Several large orgs are migrating off datadog in favor of open source observability tooling.
- Airbnb recently implemented the equivalent of Dittofeed internally (they responded in this thread).
Still, you raise legitimate concerns, and we're still figuring things out. Would love to get in touch, to better understand your perspective if you have time!
Personally I can see exactly where this product fits in and provides a valuable alternative to the incumbents, and I’m really happy to see a self-hosted open source solution in this space.
The ability to have total ownership and control of the customer data (when needed) is great.
The balance between a friendly UI and a well thought out developer/integration experience seems especially good to me.
The TCO is going to vary wildly based on the org’s scale and state of development. And yes, skillset. Your reservations might be slightly skewed by your experience in “BigCo” land? :)
Marketing (via email, push, ad, whatever channel) should be an extension of their product experience and it can be owned by the product/engineering team. I have seen instances where growth-marketing reports to prod/eng.
Makes sense to have more right-brain activities (brand marketing, ads etc) to not come under engineering but growth marketing is often very analytical.
But you are right, I think Dittofeed should sell their benefits to C-Suite execs, not to developers.
https://news.ycombinator.com/item?id=34835559?
Some differences:
a) We have explicitly decided against a DAG approach [2] for our visual editor and use state machines as our model, so you can explicitly create things like loops, and customize journey logic more.
b) Our cloud pricing is not user based, but right now follows a pay as you go model for usage with sliding discounts for larger message volumes [3]. While the mechanics may change we are most likely going to avoid user based pricing models.
c) We support different channels at the moment (email, sms, firebase push, slack, in app modals) and we integrate with databases/ warehouses as well as product analytics services like posthog [4] and CDPs like rudderstack. I'm sure with time we will converge on the same channels/integrations.
d) We think journey versioning / testing is a great idea, and don't yet have that but are rolling out our own.
Some similarities:
a) We also use clickhouse, and at some point will use temporal (our project is supported by one of their executives)
b) We also have a visual editor, segments and templates
c) We can be self-hosted (A few users are self hosting today)
For others checking this out there are also older projects like Mautic [5]. And customer engagement is a large enough category that it includes projects like Chatwoot [6] that focuses more on customer support.
[1] https://github.com/laudspeaker/laudspeaker
[2] https://laudspeaker.com/docs/engineering-blog/finite-state-m...
[3] https://laudspeaker.com/pricing
[4] https://posthog.com/tutorials/laudspeaker-posthog
[5] https://www.mautic.org/
[6] https://www.chatwoot.com/
Beyond that, I think our focuses are somewhat different, as our current roadmap is focused on serving growth engineers. Still happy to see them working in the space.