Claude Code Built Treelo: A Free Video Transcription Tool

A video editor has shared their experience using Claude Code to build a practical transcription tool called Treelo. The developer was switching between four different tools just to get clean SRT files and described the problem to Claude Code in plain English at each step.
What Treelo Does
Treelo is a web-based tool that handles video and audio transcription with several specific features:
- You drop a video or audio file into the tool
- It auto-transcribes in multiple languages
- Removes filler words from transcripts
- Lets you place sound effects (SFX) at exact timestamps
- Exports SRT files for Adobe Premiere
- Exports ASS files for DaVinci Resolve
Development Process
The tool was built entirely using Claude Code in one session. The developer described their workflow problem in plain English at each step, and Claude Code generated the necessary code to create exactly what was needed.
Access and Feedback
Treelo is completely free to try with no signup required. The developer is looking for feedback from other users about what breaks or what's missing from their workflow. The tool is available at treelo-nine.vercel.app.
The Reddit post also asks if anyone else has shipped real tools this way using Claude Code, opening a discussion about practical applications of AI coding assistants for building production-ready tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Flash-MoE: Running 397B Parameter Qwen Model on MacBook Pro with Pure C/Metal
Flash-MoE is a pure C/Metal inference engine that runs Qwen3.5-397B-A17B, a 397 billion parameter Mixture-of-Experts model, on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. The 209GB model streams from SSD through custom Metal compute shaders with no Python or frameworks.

Specsmaxxing: Fighting AI Psychosis with YAML Specs and ACAI
Acai.sh introduces Specsmaxxing: a method to combat AI agents losing context by writing requirements in YAML and using numbered Acceptance Criteria for AI (ACAI) that agents reference in code.

Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models
Savant Commander 48B is a custom Qwen 3 Mixture-of-Experts model with hand-coded routing that combines 12 distilled models from providers like Claude, Gemini, OpenAI, and Deepseek. It features 256K context length and allows prompt-controlled activation of specific distilled models.

Meeting Summarization on a 6GB GPU: qwen3.5:0.8B Works at 57s, Granite 4 350M Hallucinates
VoiceFlow v1.6.0 adds local meeting recording and summarization. Benchmarking sub-1B models on a 6GB RTX 3060: qwen3.5:0.8B produces structured summaries in 57s at 2.2GB VRAM, while Granite 4 350M hallucinates badly.