This folder contains complete documentation for the current codebase.
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.
- Install dependencies:
npm install
- Copy env template:
cp .env.example .env
- Set required keys in
.env:ASSEMBLYAI_API_KEYANTHROPIC_API_KEY
- Run server:
npm start
- Open app at
http://localhost:3000.
This documentation covers all tracked project files returned by git ls-files, including backend, frontend, infrastructure files, and vendored browser FFmpeg assets.