Self-hosted · runs on localhost

The editor, live on your
own machine.

Auto-Caption is a self-hosted FastAPI app — not a public SaaS. The screenshots below show the real running UI. To use it, clone the repo, install dependencies, and start the server. The source code is on GitHub.

View on GitHub Clone → pip install -r requirements.txtuvicorn app:app --port 8765
localhost:8765
Auto-Caption editor UI — video preview with a draggable caption overlay, timeline segments below, and style controls on the right

Run it yourself.

Auto-Caption is fully open source. Clone the repo, install the Python dependencies, and have a self-hosted captioning studio running on your machine in under five minutes. No API keys required except your own Anthropic key if you want the Claude polish step.

View on GitHub