<BlogPostCustomerFacts
  logo="/images/companies/logos/resend.svg"
  name="Resend"
  urlWebsite="https://resend.com"
  teamSize={4}
  yearFounded={2022}
  customerSinceDate={new Date(2025, 3, 1)}
/>

## Challenge

Email creation has long been a solitary process, with team members working in
isolation and struggling to collaborate. Resend recognized that email marketing
is fundamentally a team effort, but **existing tools failed to provide a truly
collaborative experience**. To break down these barriers, the Resend team
developed a multiplayer editor that would:

- Enable real-time collaboration
- Provide instant visual feedback
- Eliminate version conflicts
- Improve team productivity and creativity

## Solution

Resend partnered with Liveblocks to create a revolutionary multiplayer email
editor that transforms how teams create and refine email broadcasts.

<BlogPostQuote
  quote="Email is not a single-player game. We wanted to create an editor that feels like a live, collaborative workspace where teams can work together seamlessly."
  author={{
    name: "Zeno Rocha",
    title: "Founder and CEO at Resend",
    avatarUrl: "/images/people/zeno-rocha.jpg",
    companyAvatarUrl: "/images/companies/avatars/resend.jpg",
    companyName: "Resend",
  }}
/>

The team implemented these key collaborative features powered by Liveblocks:

### Presence indicators

Team members can see who is currently viewing and editing an email in real time,
providing instant visibility into team activities and eliminating collaboration
guesswork.

<Figure>
  <video autoPlay loop muted playsInline width={672} height={378}>
    <source
      src="/images/blog/resend/presence-indicators.mp4"
      type="video/mp4"
    />
  </video>
</Figure>

### Live cursors

Real-time cursor tracking shows exactly where colleagues are working in the
editor, creating an intuitive, connected experience that helps teams coordinate
edits and provide instant feedback.

<Figure>
  <video autoPlay loop muted playsInline width={672} height={378}>
    <source src="/images/blog/resend/live-cursors.mp4" type="video/mp4" />
  </video>
</Figure>

### Collaborative styling

Every design change is instantly visible to all team members—from font sizes and
background colors to custom CSS updates.

<Figure>
  <video autoPlay loop muted playsInline width={672} height={378}>
    <source
      src="/images/blog/resend/collaborative-styling.mp4"
      type="video/mp4"
    />
  </video>
</Figure>

### Real-time field updates

Beyond content and design, all editor fields update simultaneously.

<Figure>
  <video autoPlay loop muted playsInline width={672} height={378}>
    <source src="/images/blog/resend/real-time-fields.mp4" type="video/mp4" />
  </video>
</Figure>

### More information

You can find a more detailed video of each feature on
[Resend’s X account](https://x.com/resend/status/1908162083851755670).

## Results

**The multiplayer editor transforms email creation from a fragmented process
into a collaborative, intuitive experience**. Through real-time interaction,
Resend eliminates traditional barriers between team members, enabling seamless
collaboration, instant feedback, and more cohesive email design.

If you’d like to build something similar, you can explore our
[text editors](/examples/browse/text-editor) and
[live cursors](/examples/browse/cursors) open-source examples.