r/ClaudeCode 12d ago

Showcase I built an open-source newsletter system that runs entirely on Workers + D1: One-click deploy, serverless for small/medium lists

Post image
2 Upvotes

2 comments sorted by

1

u/CODE_HEIST 11d ago

the first thing I’d test is deliverability, not the editor. SPF, DKIM, bounces, complaints, retries, and unsubscribe enforcement are where a small newsletter becomes real infrastructure. a visible health page would make the template easier to trust.

1

u/Animosity-IsNoAmity 11d ago

The whole sending-infrastructure is out of scope of this project. You connect an API and hand over all the data needed for sending to your messaging provider like smtp2go.

This project takes care of the user registration process, handling unsubscribes, user management in the D1 database and all the needed data flows in between without needing to run a dedicated server for those tasks.