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

OpenClaw experiment tests AI temporal continuity with memory and commitment systems
A team has been using OpenClaw for 8 days to test whether persistent memory and accumulated commitments can create temporal continuity in AI. They've implemented episodic/distilled memory splits, commitment checking, and per-turn state logging in JSONL.

Freelancer builds OpenClaw agent for visual app testing, lands 11 clients
A frontend developer built an OpenClaw agent that runs visual tests by connecting to a cloud emulator and executing user flows described in simple statements. The service now generates $3,840/month recurring revenue from 11 clients.

Enterprise OpenClaw Implementation: Lessons from a SaaS Company
A software company running enterprise SaaS for 1,100 companies with 60,000 concurrent users shares their OpenClaw implementation experience, including custom security wrappers, 1,400 API integrations, and CI/CD pipeline integration, while noting limitations in enterprise data handling.

Building a 200k LOC Production App via Vibe Coding from a Phone
A developer built Vibe Remote, a mobile vibe-coding tool with ~200,000 lines of code (140k Go, 60k Swift), primarily by messaging Claude Code through the app from their phone. The project revealed key challenges like DRY violations and E2E test bottlenecks.