---
title: "How Nuxt built their deployment platform with Resend"
description: "I've used other email providers for years, and Resend's developer experience is unmatchable."
slogan: "The intuitive Vue framework."
name: Nuxt
slug: nuxt
logo: /static/customers/nuxt-logo.svg
website: nuxt.com
founded: France, 2016
using_since: January, 2023
authors:
  - name: Sébastien Chopin
    title: Founder and CEO
    avatar: /static/avatars/sebastien-chopin.jpg
og_image: /static/customers/nuxt-og.jpg
updated_at: "2024-11-28"
---

At Nuxt, we built a deployment platform powered by Cloudflare called [NuxtHub](https://hub.nuxt.com). We send emails when users do specific actions like registering or subscribing to a plan. These actions are essential for our business to give instant feedback.

We also send a monthly newsletter once important features have been shipped so that our users who don't use social networks can stay informed. On top of that, we send emails to our technical team once 500 errors happen in production so we can quickly check if something is down.

Using Resend was too easy, seriously. All I had to do was connect my domain, create an API key and use the [resend npm package](https://www.npmjs.com/package/resend) in my server code (using Nuxt). As we use TypeScript, the typed `resend.emails.send` method made it very easy to know what parameters to send without even going through the documentation.

The `delivered@resend.dev` email in development is such a game changer, so we can keep using [Resend Dashboard](/login) while testing our emails to send. I've used other email providers for years, and Resend's developer experience is unmatchable.

If I have to choose one feature that I will miss the most: [Broadcasts](/blog/send-marketing-emails-with-resend-broadcasts). They finally have a simple editor that care about startups in the Devtools niche.

When it comes to support, we did not run into any problems. If we had, I believe we would have found solutions in the well-crafted documentation.

Resend is simply _the best_ way to send emails to your users as a developer.