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

Developer builds local AI research agent that creates podcasts from topics or YouTube links
A developer built a fully local AI agent that takes topics or YouTube links and generates deep-dive reports, conversational podcast scripts, and audio. The system dynamically researches, extracts insights, refines summaries, and creates natural back-and-forth conversations.

Exploring API-to-API Interactions: A Closer Look at Automation
A recent discussion on Reddit delves into the intricacies of API-to-API phone calls, focusing on practical implementation and potential challenges using tools such as Postman and Twilio.

Custom Voice Extraction Process for Claude Code with Template
A developer shares a three-pass extraction process to create a custom voice skill for Claude Code, resulting in a 510-line SKILL.md file with ban lists for LLM-isms, anti-performative rules, and format-specific voice modes. The open-source template works with any language using 10+ writing samples.

OpenClaw Implements Agent History Compression to Reduce Context Usage
OpenClaw now compresses agent history by replacing completed subtask logs with structured summaries, reducing ~1M tokens to ~30K. The system uses a 4-pass scanner to identify task lifecycles and generates masked summaries that maintain agent compatibility.