TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

38 点作者 chexton超过 3 年前

8 条评论

chexton超过 3 年前
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>
dandraper超过 3 年前
I love this concept. Mail platforms are just another place where sensitive data has to be managed!
damienbrz超过 3 年前
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.
chrisrickard超过 3 年前
Very cool, interesting you can connect to your own DB. Good work guys.
jonopeacock超过 3 年前
Love this idea, and the execution of it. Props to the team
mccramen超过 3 年前
Great build here team Vero. Excited to dig in!
AdamMills超过 3 年前
Love it!
robertaoliu超过 3 年前
nice