https://github.com/resend/resend-redwoodjs-example
This example shows how to use Resend with RedwoodJS
https://github.com/resend/resend-redwoodjs-example
Last synced: 8 months ago
JSON representation
This example shows how to use Resend with RedwoodJS
- Host: GitHub
- URL: https://github.com/resend/resend-redwoodjs-example
- Owner: resend
- License: mit
- Created: 2023-09-12T22:26:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T19:12:03.000Z (9 months ago)
- Last Synced: 2025-10-06T21:11:23.490Z (9 months ago)
- Language: TypeScript
- Size: 1.43 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with RedwoodJS
This example shows how to use Resend with [RedwoodJS](https://redwoodjs.com).
## 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. Define environment variables in `.env` file.
2. Install dependencies:
```sh
yarn
```
3. Execute the following command:
```sh
yarn redwood dev
```
4. Open URL in the browser:
```sh
http://localhost:8910/api/send
```
## License
MIT License