Automated daily newsletter that scrapes enterprise tech news and emails a
formatted digest.
- PROMPT.txt - System prompt instructing the agent to find 15
recent enterprise tech stories and return JSON
- dashboard.tsx - Web UI for viewing past newsletter runs
stored in blob storage
- main.ts - Interval job that kicks off the OpenAI agent, parses
results, generates HTML, and sends the email
- newsletter-template.tsx - React component that
renders news items into an HTML email template