~/blog/contact-form-resend-route-handlers.mdx
$ cat contact-form-resend-route-handlers.mdx
NEXT.JS
#Next.js#Resend
Building a Spam-Resistant Contact Form with Next.js Route Handlers and Resend
How I replaced a third-party form service with a self-hosted API route: server-side validation, a honeypot trap for bots, and transactional email via Resend — all in about 70 lines.
#Next.js#Resend#API Routes#Web Dev