TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Data-minimal Mailchimp alternative built on top of your SQL DB

38 pointsby chextonover 3 years ago

8 comments

chextonover 3 years ago
Hey HN, Chris from Vero[1] here.<p>We&#x27;re building a newsletter&#x2F;messaging product[1] that connects directly to SQL databases <i>rather than storing user data ourselves</i>. Think Mailchimp but sitting on top of SQL. Or Mode, Looker, etc. but for sending messages.<p>Vero Newsletters does not store user or activity data. This is important to us. We run queries inside your data warehouse, use query results to personalise your newsletters then forget the data.<p>The only information we maintain is endpoint (e.g. email address) subscription statuses: Vero is a giant “sieve” through which all messages pass to ensure unsubscribed endpoints never receive another message.<p>Why is this approach different?<p>- <i>Invest in a data flywheel</i>. If all your data is read from and written to a central data warehouse a flywheel is created. Investments in data aggregation and organization benefit all users and tools that leverage the central warehouse. This avoids the scenario where customer data is copied to several platforms, all siloed. We are actively working not to become another “system of record”.<p>- <i>Save money</i>. We don’t store data so have a different cost structure. This means we can charge <i>per message</i> rather than <i>per subscriber</i>. This is unusual for messaging &#x2F; marketing products and means our pricing is much more cost-effective.<p>- <i>Minimal data footprint</i>. By not syncing we help you store private user data in fewer places. Data in less places is always a good thing and there are a growing number of tools that can provide secure access-as-needed. We also intend to build out a self-hosted version of our product: much more achievable under this model.<p>We launched our original product here on HN nine years ago[3]. Since then we’ve been squirrelled away quietly building a business. It’s been an interesting journey.<p>We think it’s time for the next major iteration in how marketing&#x2F;CRM software is built.<p>We hope this data warehouse-first, data-minimal approach will resonate with the sorts of builders here on HN and would love to hear your thoughts, questions, concerns or ideas re: where we&#x27;re going. Thank you!<p>[1] Our product: <a href="https:&#x2F;&#x2F;getvero.com&#x2F;newsletters&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getvero.com&#x2F;newsletters&#x2F;</a> [3] Post on HN many years ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4129228" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4129228</a>
dandraperover 3 years ago
I love this concept. Mail platforms are just another place where sensitive data has to be managed!
damienbrzover 3 years ago
As mentioned previously, it&#x27;s a great idea that my data doesn&#x27;t have to be saved in another platform, makes privacy much better for our users.
chrisrickardover 3 years ago
Very cool, interesting you can connect to your own DB. Good work guys.
jonopeacockover 3 years ago
Love this idea, and the execution of it. Props to the team
mccramenover 3 years ago
Great build here team Vero. Excited to dig in!
AdamMillsover 3 years ago
Love it!
robertaoliuover 3 years ago
nice