CLOUD·중요도 6·2026. 06. 03.·Dev.to

I built a SaaS that automatically purges ghost subscribers from Beehiiv using AES-256-GCM encrypted API keys and Inngest background jobs

── KO ──────────────────

Beehiiv에서 구독자를 정리하는 SaaS 'ListTrim'을 개발한 이야기입니다.

'ListTrim'은 Beehiiv의 가짜 구독자를 자동으로 정리하는 SaaS 도구입니다. 이 도구는 구독자 수에 따라 요금이 부과되는 Beehiiv의 문제를 해결하기 위해 개발되었습니다. 22%의 구독자가 이메일을 열지 않았고, 이는 실제 유료 요금제를 결정하는 데 큰 영향을 미쳤습니다. 'ListTrim'은 AES-256-GCM으로 암호화된 API 키를 사용하여 보안을 강화하고, Apple Mail Privacy Protection과 같은 허위 긍정 사례도 지능적으로 처리합니다.


── EN ──────────────────

The story of developing 'ListTrim', a SaaS that cleans up ghost subscribers on Beehiiv.

'ListTrim' is a SaaS tool designed to automatically purge ghost subscribers from Beehiiv. This tool was created to address the problem of Beehiiv charging based on total subscriber count, where nearly 22% of subscribers had never opened an email. This disconnect between subscriber count and engagement led to unnecessary higher billing tiers. 'ListTrim' employs AES-256-GCM encrypted API keys for security and intelligently handles false positives from Apple Mail Privacy Protection.

원문 보기 →목록으로