Add newsletter / email capture signup #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No way for returning readers to stay connected. No email signup, no newsletter CTA.
Suggested placement:
Tools: ConvertKit, Mailchimp, Buttondown, or self-hosted Listmonk.
Implemented newsletter signup in commit
08f00b5.site/src/components/newsletter-signup.tsx— Qwik component with Buttondown API integration, honeypot, success/error statessite/.env.example— addedPUBLIC_BUTTONDOWN_TOKENsite/src/routes/layout.tsx— newsletter in footer (compact variant)site/src/routes/articles/[slug]/index.tsx— in-article CTA (default variant)Closes #17