← all integrations
NX

Next.js

Live

Frameworks

First-class SDK with App Router server actions, Edge runtime support, and React Email components rendered on send. Idempotency keys + retry built in.

// what you unlock

  • React Email components rendered on the edge at send time
  • Server actions wrap volt.send() — no API route boilerplate
  • Webhook verification helper for app/api/webhooks/voltmail/route.ts
  • Typed environment-variable validator with Zod

// recipes

Quick-start patterns.

Send from a server action

import { volt } from "@voltmail/next"; await volt.send({ … })

Verify a webhook

import { verify } from "@voltmail/next/webhook"; verify(req)

Wire Next.js in, ship the same day.