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

9 Free Claude Code Skills for Medical Research Workflow
A radiology researcher has open-sourced 9 Claude Code skills covering the medical research workflow from literature search to manuscript preparation. The skills include PubMed searching with anti-hallucination verification, statistical analysis code generation, and publication-ready figure creation.

MCP Search Server with Feedback-Driven Ranking for Claude Desktop
A community-built MCP search server for Claude Desktop runs Exa and Tavily search engines in parallel without requiring API keys. After using a result, users report whether it worked via an outcome tool, which feeds back into ranking to prioritize URLs that help agents succeed.

CLAUDE.md: Drop-in file reduces Claude output tokens by 63%
CLAUDE.md is a single file that cuts Claude output verbosity by approximately 63% without code changes. It targets sycophancy, verbosity, and formatting noise in Claude's responses.

Memento Vault: Local Tool for Persistent Context in Claude Code Sessions
Memento Vault is a set of hooks that automatically captures session transcripts, scores them, and stores atomic notes in a local git repo. It provides zero-cost retrieval via BM25 + vector search with 472ms average latency and injects relevant context at session start, on every prompt, and on file reads.