Transform podcast transcripts into blog posts and newsletters with AI.
Example URL: https://transcript-processor.val.run/ (or your val's URL)
.txt
transcript filemain.ts
's HTTP endpoint URL and visit that URLmain.ts
main.ts
- HTTP server and API endpointsindex.html
- UIopenai.ts
- AI content generationdatabase.ts
- Blob storage to store and process the .txt filesPOST /upload
- Upload transcript fileGET /transcripts
- List stored transcriptsPOST /generate
- Generate blog post + newsletterDELETE /transcript/:id
- Delete transcript