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: Automatically turn your blog posts into emails for your readers

53 pointsby fiivover 6 years ago

9 comments

darrenwestallover 6 years ago
Have you considered the recruitment use case? Many staffing agencies advertise jobs on their website but don’t have the job alert functionality a job board would offer. If you turn this into a “alert me”, the next time they post a job matching the criteria you’ll email candidates for them. Same technology, just a different niche - one that I think will be more profitable.
评论 #18520735 未加载
评论 #18501220 未加载
fiivover 6 years ago
Hi HN! I made Blogsend.io.<p>It&#x27;s a way for blog owners to handle emailing their readers automatically whenever they make a post. I built this because I actually needed it first, but decided to try it out as a product as well.<p>Technically it&#x27;s not terribly complicated – it has a widget which collects emails of your subscribers and it listens to your RSS feed and emails those people when you post. The goal is to make it as hands-off and hassle-free as possible to email out your content to your readers.<p>Built it in Node.js and Postgres, with Bulma providing the CSS defaults. I vowed to move fast in this project and to that end I decided to stay away from frontend frameworks and build the old fashioned way, with &lt;form&gt; tags! It was actually super fun. I&#x27;ve had my hands on React, Vue, Angular and Ember before, and in all of them I actually never really felt as if it felt as natural as this approach.<p>Anyways, I&#x27;d love to hear any feedback you might have :)
评论 #18495220 未加载
评论 #18496248 未加载
评论 #18496834 未加载
Johnny555over 6 years ago
Not to detract from the project, but is there much demand for this? Anything that&#x27;s emailed to me is generally lost in my mailbox or purposely ignored... when I want to read a blog, I&#x27;ll go to the blog.... I don&#x27;t want more emails.
评论 #18500514 未加载
creative_apeover 6 years ago
Here is our version of this concept, except it also works with your social media accounts: <a href="https:&#x2F;&#x2F;www.gibbonwire.com" rel="nofollow">https:&#x2F;&#x2F;www.gibbonwire.com</a><p>plus we take privacy very seriously, which is an added bonus.<p>edit: here is a link to our FAQ: <a href="https:&#x2F;&#x2F;www.gibbonwire.com&#x2F;about&#x2F;faq&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gibbonwire.com&#x2F;about&#x2F;faq&#x2F;</a><p>and our privacy policy: <a href="https:&#x2F;&#x2F;www.gibbonwire.com&#x2F;about&#x2F;privacy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gibbonwire.com&#x2F;about&#x2F;privacy&#x2F;</a>
评论 #18501247 未加载
aaronarduinoover 6 years ago
Doesn&#x27;t WordPress already do this? Not sure this is very helpful for WordPress users. Although, I do see the use for static blogs and those that do not already send emails when posts are published.
评论 #18498541 未加载
nateover 6 years ago
Dig it! But I&#x27;m clicking on Preview and getting a I need to subscribe?<p><a href="https:&#x2F;&#x2F;cl.ly&#x2F;709c92e9ca7b&#x2F;Image%202018-11-20%20at%2011.12.45%20AM.png" rel="nofollow">https:&#x2F;&#x2F;cl.ly&#x2F;709c92e9ca7b&#x2F;Image%202018-11-20%20at%2011.12.4...</a><p>Get this:<p><a href="https:&#x2F;&#x2F;cl.ly&#x2F;eac5828099c5&#x2F;Image%202018-11-20%20at%2011.13.22%20AM.png" rel="nofollow">https:&#x2F;&#x2F;cl.ly&#x2F;eac5828099c5&#x2F;Image%202018-11-20%20at%2011.13.2...</a>
评论 #18496111 未加载
philistineover 6 years ago
My blog is obviously published as an RSS feed but I also have a JSON feed (<a href="https:&#x2F;&#x2F;jsonfeed.org" rel="nofollow">https:&#x2F;&#x2F;jsonfeed.org</a>). Don&#x27;t laugh, there are dozens of us. Dozens!<p>Considering you&#x27;ve already done the hard work of parsing RSS, do you plan to support JSON feeds at some point?
评论 #18501243 未加载
AndrewOMartinover 6 years ago
Does it also do emails to blog posts? I have a number of carefully considered emails I&#x27;d like to publish.
评论 #18498152 未加载
评论 #18496119 未加载
评论 #18514794 未加载
StavrosKover 6 years ago
Nice project! I currently do the same with Mailchimp, I have a mailing list and they support creating newsletters from RSS. Does your project have advantages over that?
评论 #18501437 未加载