Non-coder builds local video downloader with Claude AI in one evening

AZ Downloader: A local video downloader built by a non-coder with Claude AI
A user with no prior coding experience built a functional local video downloader called AZ Downloader using Claude AI in one evening. The user, who had never coded before this week, described the tool's requirements in plain English and received code with explanations from Claude.
Development process and troubleshooting
The user documented specific issues encountered during development that Claude helped resolve:
- Homebrew frozen for 10 minutes
- File path errors
- Mac Gatekeeper blocking the launcher
Claude walked the user through each fix, resulting in the user learning more in 4 days than they could have in months alone. While the user doesn't fully understand every line of code, they understand the logic and can debug basic issues.
Tool capabilities
AZ Downloader works on 14/16 platforms tested, including:
- YouTube
- TikTok
- Vimeo
- Twitch
- Dailymotion
- Odysee
The user's background: 38 years old, quit corporate job, driving Uber to fund AI journey, and had zero coding knowledge before starting this project.
The GitHub repository is available at: https://github.com/azrollin/az-downloader
📖 Read the full source: r/ClaudeAI
👀 See Also

BinktermPHP: A Full BBS/FidoNet Platform Built Primarily with Claude
BinktermPHP is an open-source web-based BBS written in PHP 8 with PostgreSQL, featuring a built-in binkp FidoNet mailer, echomail/netmail, file areas, door games, real-time server push, and an MCP server that exposes echomail to AI assistants. The developer reports building it almost entirely using Claude for implementation while handling architecture and testing.

Claude debugging case: Agent failed silently due to missing parameter, framing mattered more than model
A developer used Claude to build a calendar agent, then spent 40 minutes having Claude debug it before realizing the write_calendar tool lacked an attendees parameter. When given full context, Claude identified the issue in 10 seconds.

Splitting AI Agents to Prevent Context Dropping
A developer describes splitting a single AI agent into three specialized agents with separate memory and workspaces to prevent context window issues. The agents communicate through a simple mailbox system to coordinate tasks like trip planning.

Developer Builds HIPAA-Compliant Healthcare App Using Claude AI with Xano and Bolt
A developer built a HIPAA-compliant internal healthcare management system using Claude 4.6 with no-code tools Xano for backend and Bolt for frontend, implementing field-level encryption, RBAC middleware, and audit logs.