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.

Ask HN: Which newsletter platform is best suited for static site generator?

1 pointsby novoreorxover 2 years ago
Hello! I’m trying to convert my blog to a newsletter. I use Hugo to generate the site, it’s hosted on GitHub pages. When I want to create a new page, I add a markdown file and push the changes to GitHub, it will then be built and published automatically.<p>So I’m wondering which platform is best suited for this workflow. In my understanding there’s only two API endpoints needed to build a fully functional newsletter:<p>1. An API that adds an email to the subscription list. It will be integrated with the input form on the home page. 2. An API that receives HTML content to make a proper email and sends it to all the subscribers. It will be integrated with the automation script when a new post is published.<p>Any suggestions?<p>P.S. here’s my site if you are interested https:&#x2F;&#x2F;reorx.com.

no comments

no comments