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: v72View 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
main.ts
- HTTP server and API endpointsindex.html
- UIopenai.ts
- AI content generationdatabase.ts
- Blob storage to store and process the .txt files
POST /upload
- Upload transcript fileGET /transcripts
- List stored transcriptsPOST /generate
- Generate blog post + newsletterDELETE /transcript/:id
- Delete transcript