Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Transcriber Documentation

This folder contains complete documentation for the current codebase.

Documentation Map

  • docs/ARCHITECTURE.md - System design, runtime components, and data flows.
  • docs/API.md - Full HTTP API reference.
  • docs/CONFIGURATION.md - Environment variables and runtime knobs.
  • docs/DEPLOYMENT.md - Local and Railway deployment instructions.
  • docs/BACKEND.md - Backend module and job lifecycle guide.
  • docs/FRONTEND.md - Frontend structure, state, and user flows.
  • docs/CODEBASE_REFERENCE.md - File-by-file reference for every tracked source file.

Quick Start

  1. Install dependencies:
    npm install
  2. Copy env template:
    cp .env.example .env
  3. Set required keys in .env:
    • ASSEMBLYAI_API_KEY
    • ANTHROPIC_API_KEY
  4. Run server:
    npm start
  5. Open app at http://localhost:3000.

Scope

This documentation covers all tracked project files returned by git ls-files, including backend, frontend, infrastructure files, and vendored browser FFmpeg assets.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages