Public
Like
hello
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
A tool that scrapes all public vals created in the past 30 days, uses GPT-4o mini to summarize what each val does, and presents it as a readable HTTP report feed.
- Fetches public vals from the past 30 days using Val Town SDK
- Generates AI summaries of val code using GPT-4o mini
- Caches results to avoid re-processing
- Presents results as a clean HTML report
- Automatically refreshes data periodically
backend/index.ts
- Main HTTP endpoint and report generatorbackend/scraper.ts
- Val Town API scraping logicbackend/summarizer.ts
- GPT-4o mini integration for code summarizationfrontend/index.html
- Report display templateshared/types.ts
- Shared TypeScript interfaces
- Set up environment variables (if needed for enhanced API access)
- The tool will automatically create necessary database tables
- Access the report at the HTTP endpoint
Visit the HTTP endpoint to see the latest report of public vals with AI-generated summaries.