Send product updates that stick
Keep users in the loop and coming back. Timely updates that reduce churn.
Tools in this stack
- 1Resend
Sign up for Resend and verify your sending domain by adding the provided DNS records. Generate an API key in the dashboard. Install the Resend SDK with npm install resend. Test your setup by sending a simple text email to yourself using the SDK's send() method.
Open Resend - 2React Email
Install React Email with npm install @react-email/components. Create an emails/ folder in your project and build a ProductUpdate.tsx template using components like Html, Heading, Text, Button, and Hr. Run npx email dev to preview the template in your browser before sending.
Open React Email - 3Supabase
Write a Supabase query to select active users who have not received an update in the past 30 days. Create a Supabase Edge Function that runs on a cron schedule, fetches this user list, renders your React Email template for each recipient, and calls the Resend API to dispatch the emails in batches.
Open Supabase
Estimated Monthly Cost
Estimates based on publicly listed pricing. Actual costs may vary — always verify on each tool's pricing page.
Other stacks you might like
Know a better stack?
Share your favourite tool combination with the community.