Public
Like
Transcript-Processor
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: v69View latest version
Transform podcast transcripts into blog posts and newsletters with AI.
- Upload a
.txt
transcript file - Click "Generate Content"
- Copy the generated blog post and newsletter content
- Backend: Val Town with Hono routing
- AI: OpenAI (free via Val Town proxy)
- Storage: Val Town blob storage
- Frontend: Vanilla JS + TailwindCSS
main.ts
- HTTP server and API endpointsindex.html
- UIopenai.ts
- AI content generationdatabase.ts
- Blob storage utilities
POST /upload
- Upload transcript fileGET /transcripts
- List stored transcriptsPOST /generate
- Generate blog post + newsletterDELETE /transcript/:id
- Delete transcript