AI transcription,
word by word.
WhisperX creates precise word-level timestamps, so captions do not just contain the right words—they arrive at the right moment.
OPEN-SOURCE AI SUBTITLES
Sub for Creator is a free, open-source subtitle workspace for creators. Upload a video, let AI transcribe and segment the speech, then fine-tune every moment on the timeline.
NO ACCOUNT · NO MODEL TRAINING · AGPL-3.0
WHY SUB FOR CREATOR
No more jumping between tools. Transcribe, review, style, and export in one focused workflow.
WhisperX creates precise word-level timestamps, so captions do not just contain the right words—they arrive at the right moment.
The player, subtitle list, and wavesurfer timeline stay in sync while you edit text and timing with an immediate preview.
Send a caption file to your editor, burn subtitles into a social clip, or keep working in your NLE.
Anonymous sessions, no names or emails, automatic deletion after 48 hours, and no training on your uploads.
A SIMPLE WORKFLOW
No subtitle expertise required. Start with the common path and refine as much as you like.
Drop a video or audio file into the upload area, then choose a language.
MP4 · MOV · MP3 · WAVTranscription, punctuation, and smart segmentation run in a visible queue with live progress.
QUEUE → TRANSCRIBE → ALIGNAdjust words, timing, and style in the editor, then choose the output that fits your destination.
EDIT → PREVIEW → EXPORTMADE FOR CREATORS
Whether you are posting to social media, handing work to an editor, or continuing in your NLE, export the format that matches the next step.
Read the full documentation ↗QUICK START
Use this path to start the complete service stack. You need Docker, Redis, and a host that can run speech recognition.
cp .env.example .env
docker compose up -d --build
# Open http://localhost:8080The frontend uses React + Vite and the backend uses FastAPI + Celery. Run the API, worker, and web app independently.
git clone https://github.com/nashwu0117/Sub-For-Creator.git
cd Sub-For-Creator
npm --prefix frontend install
npm --prefix frontend run devPRIVATE BY DEFAULT
Anonymous sessions, no model training, and automatic deletion after 48 hours. Read the privacy policy and terms of service.
BUILT IN THE OPEN
This is a growing open-source project. Report a bug, share an idea, or send a pull request.