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

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Cognithor v0.40.0 adds persistent AI agent identity with ethical constraints
Cognithor v0.40.0 introduces the Immortal Mind Protocol, giving local AI agents persistent identity across sessions with 7 hardwired ethical anchors and dream cycles for memory consolidation. The update adds 9,488 lines of code and runs 100% locally.

A/B Test Results: oh-my-claudecode Hooks Show Minimal Impact on Claude Code Performance
A developer spent 7% of their weekly Max20 tokens testing oh-my-claudecode hooks with Claude Sonnet 4.6, finding no meaningful improvement in code quality or cost for a single-session coding task.

PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language
PocketBot is an iOS mobile automation app that uses Claude via AWS Bedrock to convert plain-language requests into self-contained JavaScript scripts. The LLM writes the code once, then the deterministic scripts run on schedule in a sandboxed runtime without AI involvement.