A cross-platform voice dictation app with intelligent text cleaning, AI integration, and personalized voice/tone matching.
🚧 In Development - Phase 1: Foundation
- Multiple dictation modes: Direct, Light, Medium, Heavy, Maximum, + 3 custom
- BYOK (Bring Your Own Key): Use your own OpenAI, Anthropic, or Google API keys
- Voice & Tone learning: Personalized writing style based on scenario onboarding
- AI Mode: Speak prompts, get AI responses pasted directly
- Smart features: Password field detection, media auto-pause, custom dictionary
- Electron - Cross-platform desktop app
- React 19 + TypeScript - UI framework
- Vite + electron-vite - Build tooling
- Tailwind CSS - Styling
- Zustand - State management
- macOS (DMG)
- Windows (Installer)
- Chromebook (PWA)
# Install dependencies
npm install
# Run in development
npm run dev
# Build for production
npm run build- Product Specification - Full feature requirements
- Project Notes - Initial planning notes
Private - Internal use only