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

Karpathy's autoresearch project: AI agents run overnight LLM training experiments
Andrej Karpathy released a minimal autoresearch project where an AI agent edits train.py, runs 5-minute nanochat training experiments, checks if val_bpb improved, and repeats overnight on a single GPU.

Terminal-Based 3D Renderer Built with Multi-Agent Claude Code System
A developer created tortuise, a pure terminal-based 3D renderer that displays Gaussian splats using Unicode and ASCII symbols, built over 3 days using 70-80 AI agents coordinated through a Claude Code setup with subagents inside subagents.

Fixing OpenClaw's Blind Spots: Building a Sitemap to Fetch All Anthropic Blogs
OpenClaw's browser tool fails to discover all Anthropic blogs because they're hosted across multiple URLs. A user fixed this by feeding a generated sitemap, then packaged the solution as a shareable skill.
Collaborate: A Claude Code Skill for Structured, Asynchronous Document Writing with Multi-Agent Handoffs
A Claude Code skill called 'collaborate' enables multi-contributor document writing where each participant gets a plain‑English briefing from Claude on previous changes, reasoning, and next tasks, with support for parallel sections, structured critique, and Slack/Signal notifications.