Goal
Investigate adding a simple email subscription option for the blog/site, most likely using Buttondown.
Scope of investigation
- Buttondown pricing/free tier limits and whether they fit our needs
- Embed options: hosted subscribe page vs. embeddable form vs. API-based custom form
- How it'd integrate with the current Astro site (
src/content/blog/) — static form embed vs. a small serverless function (Netlify function) hitting the Buttondown API
- Data/privacy considerations (what we tell subscribers, double opt-in, unsubscribe flow)
- Whether we need to store any subscriber data ourselves or if Buttondown handles it all
- Rough implementation estimate once an approach is chosen
Deliverable
A short writeup/recommendation on the preferred integration approach, to be used as the basis for a follow-up implementation issue/PR.
Goal
Investigate adding a simple email subscription option for the blog/site, most likely using Buttondown.
Scope of investigation
src/content/blog/) — static form embed vs. a small serverless function (Netlify function) hitting the Buttondown APIDeliverable
A short writeup/recommendation on the preferred integration approach, to be used as the basis for a follow-up implementation issue/PR.