SenderKit

SenderKit를 사용하면 ChatGPT와 Codex에서 바로 이메일, SMS, 푸시, 웹 푸시 등 트랜잭션 및 마케팅 메시지를 구축하고 실행할 수 있습니다. 메시지 템플릿을 작성하고 관리하고, 환영 이메일, OTP 코드, 영수증을 전송하며, 모든 메시지의 전송 상태를 모니터링하고, 예약 전송을 취소하고, 수신 이메일 주소와 도메인을 관리할 수 있습니다. Codex에서는 번들된 스킬이 SenderKit를 코드베이스에 연결합니다: 알림 흐름을 추가하고, SDK를 통합하거나, 이메일 전달 가능성 및 DNS 인증을 진단할 수 있습니다.

문서

SenderKit

Transactional notifications that live in a dashboard, not your codebase.

Your transactional templates — welcome emails, password resets, billing notices — usually live in your repo as React Email components, MJML, or string literals scattered across route handlers. Every copy tweak becomes a pull request, a redeploy, and a developer in the loop. SenderKit moves the template out of the codebase and into a dashboard with versioning and environments. You integrate the send call once; after that, changing the wording never touches your code.

Who it's for

Solo founders and teams of five or fewer shipping modern web apps — Next.js, Clerk or Auth.js, Stripe, Supabase or Neon. Teams that ship in days, not months, and don't want a notification system to babysit. If your designer, support lead, or non-technical co-founder should be able to fix a typo in the welcome email without opening an editor, SenderKit is for you.

Go from zero to your first send in under five minutes. Create an API key and authenticate requests with a Bearer token. Install @senderkit/sdk and call send(). The raw REST contract behind every SDK and the CLI.