- Go to https://resend.com
- Sign up (free - takes 30 seconds)
- Click "API Keys" in the left menu
- Click "Create API Key"
- Copy the key (starts with
re_)
Replace the placeholder in your .env.local file:
RESEND_API_KEY="re_your_actual_api_key_here"After adding your API key, restart the dev server and test:
# Test email sending
curl -X POST http://localhost:3000/api/email \
-H "Content-Type: application/json" \
-d '{"type": "test"}'
# Send feature announcement
curl -X POST http://localhost:3000/api/email \
-H "Content-Type: application/json" \
-d '{"type": "feature"}'- Simple call-to-action: "View Your Website"
- No admin links - just the main site
- Professional design with GenZ vibes
- New testimonial → Instant email to huntercute13@gmail.com
- Professional template with testimonial details
- Website link for easy viewing
- 🔥 Subject: "NEW TESTIMONIAL ALERT!"
- 📋 Shows fan name, title, message
- 🚀 Button: "View Your Website"
- 🔥 Subject: "HSC PROD - NEW TESTIMONIAL SYSTEM DROPPED!"
- 📝 Full feature breakdown in GenZ tone
- 🚀 Button: "Check Out Your Website"
Once you add your Resend API key, run this to test:
curl -X POST http://localhost:3000/api/email \
-H "Content-Type: application/json" \
-d '{"type": "test"}'That's it! Your email system will be live! 🎉
- Purple theme matching your site
- Professional layout with clean design
- Mobile-friendly responsive design
- GenZ tone that matches your brand
Ready to set up your Resend API key? 🚀