Every file your AI agent needs. Hand it the SETUP_GUIDE, say "build this", done.
📄
magazine-cron-prompt.md
The exact agent prompt that generates a full issue daily at 7AM. Cover gen, article writing, HTML output — all automated.
📋
mag_covers.json
Cover tracking database. Prevents theme repeats across issues. Grows with every new issue.
🌐
issue-template/index.html
Canonical issue HTML in Issue #3 style. Full-bleed hero, collapsible articles, READ MORE toggle.
📷
newsletter-template.html
Light-theme newsletter email. Hero cover image, article cards with deep links, personal sign-off.
⚙
send_email.js
Nodemailer script. Sends newsletter via Gmail App Password or cPanel SMTP with one command.
⚙
cron-config.md
Cron job setup for daily 7AM generation + automatic newsletter send.
📚
SETUP_GUIDE.md
From zero to first auto-published issue. Includes API setup, folder structure, and cron config.