Claude로 만든 솔루션
✦ 운영 중
뉴스레터 자동화 시스템
구독 폼 → Resend Audience → 8개 언어 웰컴 이메일 자동 발송. Claude Code로 30분 안에 구축, ai2ax.com에서 실제 운영 중.
30분 구축
Stack:Next.jsResendVercel DNS
What you get
POST /api/newsletter endpoint with email validation
Resend Audience contact management
8-locale welcome email with your branding
Error handling & duplicate subscriber logic
Newsletter form UI component (already on this page)
Google Workspace MX + SPF DNS records
Resend domain DKIM verification via Vercel
Build it yourself
Install Claude Code → paste the prompt → ship. That's it.
1
Install Claude Code & run
# 1. Install Claude Code
npm install -g @anthropic-ai/claude-code
# 2. Clone & open project
git clone https://github.com/your-org/your-nextjs-app
cd your-nextjs-app
claude2
Prompt Claude to build the API
# Paste this prompt into Claude Code:
"Add a newsletter subscription API using Resend.
POST /api/newsletter — accepts {email, locale}.
Add contact to Resend audience, send locale-aware
welcome email from newsletter@yourdomain.com.
Support 8 locales: en ja ko zh fr es id th."3
Add environment variables
# .env.local
RESEND_API_KEY=re_your_api_key
RESEND_AUDIENCE_ID=your-audience-id
# Deploy to Vercel
vercel env add RESEND_API_KEY production
vercel env add RESEND_AUDIENCE_ID production
vercel --prodThis exact system powers the newsletter on this page. The full source is available on GitHub.
View source on GitHubLive Demo — Try it now
주간 뉴스레터
AI 혁명의 최전선에 서세요
매주 실전 AI 활용법, 글로벌 트렌드, 커뮤니티 소식을 전해드립니다.
8개 시장 2,400명+ 구독 중
스팸 없음. 언제든지 해지 가능.