https://github.com/resend/resend-vercel-functions-example
This example shows how to use Resend with Vercel Functions
https://github.com/resend/resend-vercel-functions-example
Last synced: 11 months ago
JSON representation
This example shows how to use Resend with Vercel Functions
- Host: GitHub
- URL: https://github.com/resend/resend-vercel-functions-example
- Owner: resend
- License: mit
- Created: 2023-06-02T17:53:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T09:31:19.000Z (11 months ago)
- Last Synced: 2025-07-15T21:20:30.549Z (11 months ago)
- Language: TypeScript
- Homepage: https://resend.com/docs/send-with-vercel-functions
- Size: 81.1 KB
- Stars: 37
- Watchers: 1
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Vercel Functions
This example shows how to use Resend with [Vercel Functions](https://vercel.com/docs/functions).
## Prerequisites
To get the most out of this guide, you’ll need to:
- [Create an API key](https://resend.com/api-keys)
- [Verify your domain](https://resend.com/domains)
## Instructions
1. Install dependencies:
```sh
pnpm install
```
2. Run Next.js locally:
```sh
pnpm run dev
```
3. Open URL in the browser:
```
http://localhost:3000/api/send
```
## License
MIT License