Settings

Configure your email provider and default settings

Set your RESEND_API_KEY in .env.local to send emails. Use onboarding@resend.dev as the from address while testing.

Email Provider

Get your API key from resend.com/api-keys

Environment File

Update your .env.local file with the values below:

RESEND_API_KEY=re_xxxxxxxxxxxxx
DATABASE_URL="file:./dev.db"
NEXT_PUBLIC_APP_URL=http://localhost:3000