email-template-gen
✓Verified·Scanned 2/18/2026
Generates responsive email templates (HTML, React, MJML) via a CLI. The tool requires the OPENAI_API_KEY environment variable and makes network requests using the openai client.
from clawhub.ai·v39d2215·40.0 KB·0 installs
Scanned from 1.0.1 at 39d2215 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/email-template-gen
ai-email-template
Generate responsive email templates that work everywhere. HTML, React Email, or MJML.
Install
npm install -g ai-email-template
Usage
npx ai-email-template "welcome email with verify button"
npx ai-email-template "order confirmation with items table" -f react
npx ai-email-template "password reset" -o reset.html
Options
-f, --format <format>- html, react, or mjml (default: html)-o, --output <file>- Write to file
Setup
export OPENAI_API_KEY=sk-...
License
MIT