PromptFlow Voice: Speak Hindi, Get Structured Claude Code Prompts — Built with Claude Code

PromptFlow Voice is a new desktop app that converts natural speech into formatted text for the app you're using. The developer built it after growing frustrated with short, messy prompts that led to long fix loops in Claude Code: "fix this" → wrong fix → "no, not that part" → another wrong fix. The prompt itself was the bottleneck.
The app works by holding a shortcut, speaking naturally, and getting structured output. For Claude Code, a spoken request becomes a detailed dev prompt with technical specifics. For Gmail, the same spoken input becomes a ready-to-send email. The app's enhancement logic detects which application is focused (Claude Code, Gmail, or others) and adjusts the output format accordingly.
The developer built PromptFlow Voice using Claude Code and Codex to handle:
- Electron issues for the desktop app
- Debugging the voice pipeline
- Improving focused-app detection (which app is active)
- Shaping the enhancement logic so output varies by target app
A demo shows Hindi voice input (generated via ElevenLabs, as the developer is not a Hindi speaker) being translated and enhanced into an English Claude Code prompt about socket reconnection logic, exponential backoff, close/error handling, retry limits, and production-quality error handling.
PromptFlow Voice is available as a 7-day free trial on the Microsoft Store. The developer requests honest feedback from real Claude Code users to improve the app.
📖 Read the full source: r/ClaudeAI
👀 See Also

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw
Jentic Mini is a self-hosted API and action execution layer that sits between AI agents and external APIs, storing credentials in an encrypted vault and providing scoped toolkits with individually revocable keys. It automatically imports 10,000+ OpenAPI specs and Arazzo workflow sources when credentials are added.

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

Chrome Extension Adds Live Preview to Claude Code Web
A Chrome extension called Claude Code Preview adds live preview functionality to Claude Code Web, similar to Lovable and other 'vibecoding' sites, allowing side-by-side viewing of deployments.

Databasus PostgreSQL Backup Tool Gains Anthropic Open Source Support
Anthropic has recognized the open source database backup tool Databasus through their Claude for Open Source program, providing maintainers with free access to Claude Max. The tool supports PostgreSQL, MySQL, MariaDB, and MongoDB with scheduled backups, 70+ storage destinations, and AES-256-GCM encryption.