Video Editor Builds Free Transcription Tool Treelo Using Claude Code

Treelo: A Video Transcription Tool Built with Claude Code
A video editor has built Treelo, a free web-based transcription tool designed to simplify subtitle creation workflows. The tool was developed through an iterative conversation process with Claude Code, where the developer described problems in plain English and Claude implemented solutions.
Key Features
- Input formats: Accepts audio or video files (MP3, WAV, M4A, MP4, MOV) up to 200MB
- Transcription: Auto-transcribes content and breaks it into editable timestamp blocks
- Caption presets: Includes MrBeast, Hormozi, Clean, Viral, Minimal, and Mumbai styles
- Custom fonts: Supports .ttf/.otf file upload
- SFX track: Allows per-timestamp sound effect placement
- Export formats: SRT, VTT, ASS (DaVinci-ready), and WAV
Usage Details
The tool is available at treelo-nine.vercel.app with no account required. The free tier includes 5 transcriptions per day with a maximum file length of 60 minutes per file.
Development Process
The developer worked with Claude Code by describing broken features or missing pieces in plain English. Claude would implement solutions, which the developer would then test before describing the next problem. This back-and-forth conversation approach (without formal specifications) produced the waveform editor, export logic, and preset system.
The tool was created to solve the developer's own workflow problem of switching between four different tools just to get clean subtitle files.
📖 Read the full source: r/ClaudeAI
👀 See Also

SkillOpt: Optimizing Markdown Skill Files as Trainable Parameters for AI Agents
SkillOpt formalizes the ad-hoc process of editing markdown skill files for AI coding agents, using frontier models to propose bounded edits gated against validation sets. Best skills converge with 1-4 accepted edits out of many proposals, and transfer across models like Codex to Claude Code.

AI Subroutines: Deterministic Browser Automation with Zero Token Cost
rtrvr.ai's AI Subroutines let you record browser tasks once as callable tools that replay inside the webpage context with auth propagated for free, eliminating LLM inference costs and non-determinism for repetitive tasks.

Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
A Claude Code plugin uses markdown files to track campaign state and lets Claude act as Dungeon Master for solo D&D sessions. The system is free and open-source, requiring installation as a plugin followed by the /claude-dnd:new-campaign command to start.

Using /probe to catch AI hallucinations before writing code
A developer shares a technique called /probe that forces AI-generated plans to make numbered claims with expected values, then probes the real system to catch discrepancies. The method caught four factual errors in Claude's description of its own JSONL format that would have caused code bugs.