Explore
Account
1 project tagged with this
## Introduction An installable newsletter service that creates emails with AI, without a template editor. Simply describe the content you want to send in natural language, and AI will generate a designed HTML email in real-time. It's a self-hosted solution, not SaaS, allowing you to fully own your data by installing it directly on your server or PC. ## Key Features * **AI Email Generation** — Real-time streaming generation of complete HTML emails from a single prompt (Claude / Gemini selectable) * **Subscriber Group Management** — Classification by group, CSV bulk registration, targeted group sending * **Bulk Sending** — Stable email infrastructure powered by Resend * **Drafts & History** — Save/load drafts, sending history, and preview * **Invitation-based Operation** — First registrant becomes administrator, subsequent registrations by invitation only * **Multilingual Support** — Automatic detection and switching between Korean / English ## Tech Stack Next.js · TypeScript · SQLite · Anthropic Claude / Google Gemini · Resend · Tailwind CSS ## Installation Can be installed on servers (Ubuntu/Debian) or PCs (Mac/Windows/Linux). ```bash git clone https://github.com/extory/mail.git cd mail cp .env.example .env.local # API 키 설정 npm install && npm run build && npm start ``` Detailed Guide: https://mail.extory.co/guide ## Links Demo: https://mail.extory.co GitHub: https://github.com/extory/mail Installation Guide: https://mail.extory.co/guide