research-newsletter-bot
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
dashboard.tsx
https://stevekrouse--36413baec59111f0ac6f42dde27851f2.web.val.run
Automated daily newsletter that scrapes enterprise tech news and emails a formatted digest.
- main.ts - Interval job that kicks off the OpenAI agent, parses results, generates HTML, and sends the email
- PROMPT.txt - System prompt instructing the agent to find 15 recent enterprise tech stories and return JSON
- newsletter-template.tsx - React component that renders news items into an HTML email template
- dashboard.tsx - Web UI for viewing past newsletter runs stored in blob storage
