Skip to content

muntrav/transcript_creep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcriptcreep

Minimal Next.js App Router scaffold for extracting YouTube transcripts.

Getting started

  1. Install dependencies:
npm install
  1. Run dev server:
npm run dev

What is included

  • Next.js 14 App Router (TypeScript)
  • Tailwind CSS starter
  • API route skeletons: app/api/health/route.ts, app/api/transcript/route.ts
  • Basic tests using vitest for the health helper

Notes

  • This is a minimal scaffold matching the PRD. The POST /api/transcript route is a placeholder — integrate your chosen transcript service (Python microservice or Node library) later.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors