Feb 12 · 6 min read · Resend Email API: Modern Transactional Emails The Search That Cost Us 10,000 Users (And How We Fixed It) Our search was broken. Users couldn't find anything. Here's how we rebuilt it in 48 hours. Table of Contents Search & Email 2026 Architecture Fu...
Join discussionJan 6 · 3 min read · In this article, we review Resend package in Inbox Zero codebase. We will look at: packages/resend folder. How the emails are sent. packages/resend folder Inbox Zero uses this resend package to send transactional emails to users. Resend Resend ...
Join discussionNov 6, 2025 · 5 min read · Sending transactional emails is a crucial feature for most modern web applications. That’s why you should use MailAPI.dev — a developer-first email API that makes sending emails as simple as making a fetch request. Whether you’re building a Next.js a...
Join discussion
Nov 3, 2025 · 5 min read · Last week, I attended the live workshop Build a Full-Stack Next.js App v4 by Brian Holt on Frontend Masters. It was an incredible deep dive into building production-grade applications from scratch to deployment. Here is the note I took on crafting a ...
Join discussion
Oct 29, 2025 · 4 min read · I've been working on the notification layer for Finnear this week, and I wanted to share how I ended up choosing between email providers. The Email Provider Decision I needed to send transactional emails to users, specifically daily digest emails tha...
Join discussion
Sep 8, 2025 · 2 min read · I recently worked on an internal time tracking website using React, TypeScript and Next.js. One of the major features I implemented was a weekly email. This email would go out every Monday at start of business to any employees that had missing time f...
SSonu commented
Sep 3, 2025 · 2 min read · Sending emails is a core feature in many apps: authentication (OTP, magic links), newsletters, receipts, notifications… But setting up SMTP servers, handling bounces, and ensuring deliverability is often a nightmare. That’s where Resend comes in. Wit...
Join discussion
Aug 15, 2025 · 6 min read · Developing a restaurant review platform that integrates both mobile and web applications presents a unique set of challenges. By leveraging technologies such as Flutter, MongoDB, Cloud Firestore, and Next.js, you can create a robust and efficient sys...
Join discussion