Sonicker: Voice Cloning Web App Built with Claude Code in 4 Days

Sonicker is a voice cloning web application that generates cloned speech from just 3 seconds of audio input. The tool was built by a solo developer in 4 days using Claude Code.
Technical Implementation
The core model powering Sonicker is Qwen3-TTS, which the developer notes is "a great model but heavy to run locally." To make it accessible, they built a web service that runs the model without requiring local installation.
The entire application was written with Claude Code. According to the developer: "Claude Code handled the entire frontend, API integration, and deployment config. I mostly just described what I wanted and reviewed the output."
Features and Specifications
- Requires only 3 seconds of audio for voice cloning
- No registration required to try
- Free credits included
- Supports multiple languages: English, Spanish, Japanese, Korean, Chinese, French and more
- Specifically lists support for 10 major languages: English, Chinese, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian
- Workflow: Upload a voice sample + enter text → generates cloned speech
- The developer notes: "Honestly, the quality is surprisingly good."
Technical Stack
- Core model: Qwen3-TTS (available on GitHub)
- Built with: Opus 4.6, Next.js, Cloudflare workers
- Deployment: Web service architecture to avoid local model weight issues
Resources
- Model repository: https://github.com/QwenLM/Qwen3-TTS
- Web app: sonicker.com
The developer is seeking feedback on potential use cases, asking: "Curious what use cases people here would find most useful — content creation, dubbing, accessibility?"
📖 Read the full source: r/ClaudeAI
👀 See Also

Bifrost LLM Gateway: 11 Microsecond Overhead, Single Binary in Go
Bifrost is an open-source LLM proxy written in Go that routes requests to OpenAI, Anthropic, Azure, and Bedrock with 11 microsecond overhead per request, handling 5,000 RPS on a $20/month VPS.

Claude Code user creates /discuss command for read-only conversations
A Claude Code user created a 25-line custom skill called /discuss that enables read-only conversations without file modifications. The command allows code exploration, research, and discussion while preventing edits, using the --dangerously-skip-permissions flag with built-in safety.

Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library
Reza, maintainer of claude-skills, is asking the community for feedback on his open-source library containing 181 agent skills, 250 Python tools, and 15 agent personas that work across 11 AI coding tools. He's questioning whether the isolated skill approach is effective and wants input on missing skills, persona-based agents, and tool integrations.

Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies
Any Buddy v2.0.0 introduces a preview feature that lets users test different buddies before applying them to Claude code, along with platform-specific fixes for Linux, Mac, and Windows. The tool has gained 160 GitHub stars since its release.