Claude Code Built Treelo: A Free Video Transcription Tool

A video editor has shared their experience using Claude Code to build a practical transcription tool called Treelo. The developer was switching between four different tools just to get clean SRT files and described the problem to Claude Code in plain English at each step.
What Treelo Does
Treelo is a web-based tool that handles video and audio transcription with several specific features:
- You drop a video or audio file into the tool
- It auto-transcribes in multiple languages
- Removes filler words from transcripts
- Lets you place sound effects (SFX) at exact timestamps
- Exports SRT files for Adobe Premiere
- Exports ASS files for DaVinci Resolve
Development Process
The tool was built entirely using Claude Code in one session. The developer described their workflow problem in plain English at each step, and Claude Code generated the necessary code to create exactly what was needed.
Access and Feedback
Treelo is completely free to try with no signup required. The developer is looking for feedback from other users about what breaks or what's missing from their workflow. The tool is available at treelo-nine.vercel.app.
The Reddit post also asks if anyone else has shipped real tools this way using Claude Code, opening a discussion about practical applications of AI coding assistants for building production-ready tools.
📖 Read the full source: r/ClaudeAI
👀 See Also
MartinLoop: Open-Source Control Plane for AI Coding Agents with Budget Stops and Audit Trails
MartinLoop is an open-source control plane that adds hard budget stops, JSONL audit trails, failure classification, and test-verified completion checks to AI coding agents.

Be brief beats caveman plugin in Claude Code compression benchmark
A 24-prompt benchmark shows Claude Code's caveman compression plugin produces the same token counts and quality as simply prepending 'be brief.' — but the plugin's consistent output shape and safety escape rules offer structural advantages.
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.

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.