---
title: 'Configuring Resend Broadcasts for newsletters on my Next.js website'
date: 2024-01-20
excerpt: 'A coding livestream where integrate Resend''s new Broadcasts feature into my next.js site to use for sending newsletters.'
tags: [video, nextjs, newsletter, typescript]
canonical: https://mikebifulco.com/posts/live-coding-resend-broadcasts-nextjs
---
# Configuring Resend Broadcasts for newsletters on my Next.js website

## Notes about today's Livecoding stream

This is a YouTube Livestream, where I'll be working on integrating Resend Broadcasts into my next.js site to use for sending newsletters. Resend released a new set of features this week that makes it easier to send mail to large audiences.

I'll be building with:

- Resend
- Next.js
- TypeScript
- Vercel
- Tailwind CSS

With Substack recently catching headlines for their boneheaded content moderation policies, lots of creators and developers have been looking at other tools for managing their mailing lists. Between Beehiiv, ConvertKit, Ghost, Mailchimp, and some of the other usual suspects, there are many options to choose from.

Let's take a look at Resend's new API to see how it works, and if it's a good fit for my workflow!

## Don't forget to subscribe

If you're interested in more content like this, please subscribe to my **[YouTube channel - @mikebifulco](https://www.youtube.com/@mikebifulco?sub_confirmation=1)!**

## More from mikebifulco.com

- [The results of my PostHog AB Test are in!](https://mikebifulco.com/posts/posthog-ab-test-results-are-in)
- [How I found a missing change on my next.js site with PostHog](https://mikebifulco.com/posts/posthog-helped-me-find-a-bug)
- [Fixing the sign-up problem on my site using PostHog Product analytics](https://mikebifulco.com/posts/fixing-my-conversion-problem)

---

Written by Mike Bifulco. Originally published at https://mikebifulco.com/posts/live-coding-resend-broadcasts-nextjs
