Public
Like
2
new-val-notifications
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.
Viewing readonly version of main branch: v45View latest version
Sends a daily Discord digest of new public vals from Val Town.
- Daily cron schedule at 09:00 EDT
- Filters out spam (excluded names, untitled vals, duplicate READMEs)
- Smart content - uses README preview or AI-generated summaries
- Discord embeds with blue bars for each val
- Duplicate prevention via SQLite hash storage
main.tsx- Main cron function and Discord webhookfetch-vals.ts- Fetches and filters new vals using Val Town SDKai-summarizer.ts- Generates OpenAI summaries for vals without READMEsscratch.ts- Utility for clearing SQLite database during testing
- Set
DISCORD_WEBHOOKenvironment variable - Set
testMode = falsein main.tsx for production - Schedule with cron expression
0 13 * * *