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

Monitor Your Claude AI Usage with a New Linux Taskbar Widget
A new Linux taskbar widget helps users track their Claude AI subscription usage in real-time, with color-coded feedback and easy installation.

Developer builds Rust compression library with Claude Opus 4.6, questions utility
A developer used Claude Opus 4.6 for two weeks to create a 15,800-line Rust compression library with 449 passing tests, Python bindings, and C FFI layer, but questions whether another compression library was needed.

Holaboss Aims to Solve Portable Local Agent Deployment
Holaboss is an open-source project that treats the AI worker as a portable artifact with per-worker workspace, local skills/apps, persistent memory, and a runtime that can be packaged separately from the desktop app. It supports local model stacks like Ollama and requires Node.js 22+ on target machines.

Cortex: A Local Memory Layer for OpenClaw Agents with Ebbinghaus Decay
Cortex is an open-source memory tool built to solve context compaction issues in OpenClaw agents. It implements Ebbinghaus forgetting curves for fact decay, imports from files first, and runs as a single 19MB Go binary with SQLite.