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

Claude Code protocol file reduces repetitive questioning
A developer created a single .md file for ~/.claude/rules/ that infers task type and risk from the first message, eliminating Claude Code's typical three-question sequence before starting work.

mistral.rs Adds Support for Gemma 4 12B: Multimodal, Agentic, and MTP
mistral.rs now supports Gemma 4 12B with multimodal, agentic, and MTP integration. One-step install and run with web search, code execution, and built-in UI.

Benchmark Results: 6 Low-Cost Models vs. Claude Sonnet 4.6 for OpenClaw Orchestration
A developer tested six cheaper AI models against Claude Sonnet 4.6 as the main orchestrator for an OpenClaw setup. Only o4-mini matched Sonnet's perfect score, while others failed on critical judgment tasks like file inspection and delegation.

Open Source Auto-Memory System for LLM Agents Achieves 94% Recall Accuracy
A developer built a memory plugin for LLM-based agents that automatically extracts, classifies, and persists facts across sessions without explicit user commands. The system achieved 94.2% accuracy on a 52-checkpoint recall benchmark using structured markdown files instead of vector databases.