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

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.

Exporting AI Agent Memories Using Claude's Import Function
A Reddit user shares a prompt for extracting stored memories from AI agents like ChatGPT and Claude, then importing them into OpenClaw. The prompt requests all stored context including instructions, personal details, projects, tools, and preferences.

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.