¿Puedo vibecodear Yaps?
PARCIAL · un fin de semanaKinda. A coding agent can one-shot an isolated Yaps feature, such as hotkey dictation, a Markdown notes shell, or local read-aloud, but not the integrated product. Yaps spans native work across macOS, Windows, Linux, Android, and iOS, with platform-level text insertion and mobile keyboards, local AI model orchestration, notes and cross-device sync, browser capture, transcription and diarization, speech and media tools, permissions, installers, updates, and long-tail reliability. The honest DIY outcome is a useful single-platform subset, not a replacement for the suite.
Build the closest honest single-platform subset of Yaps in an empty repository; do not claim it replaces the full product. Use Swift 6, SwiftUI with AppKit, AVFoundation, and a locally installed whisper.cpp CLI; do not offer alternative stacks. Target macOS 14 or later and make it a menu-bar accessory app with no Dock icon. State in the app and README that this subset covers dictation, Markdown notes, and read-aloud only. Provide one documented command that builds and launches a debug build from a clean clone. The core loop is: hold a global shortcut, record the microphone, transcribe locally, and insert clean text at the active cursor. Default to Control-Space, allow remapping, and do not claim to replace or reliably intercept the Fn key. Capture 16 kHz mono WAV with AVAudioEngine and show a compact recording and transcribing status pill. On release, invoke whisper.cpp with a configurable model path and no network request. Insert with the pasteboard plus Cmd-V, restore the previous clipboard, and leave the text copied when direct insertion cannot be verified. Keep the last 20 transcripts locally with timestamps, copy, retry, delete, and save-as-note actions. Save notes as plain Markdown under ~/Documents/YapsDIY and never hide content in an opaque database. Add a small notes window with create, edit, full-text filename/body search, and a recent-notes list. Add read-aloud for the current note using NSSpeechSynthesizer with voice, rate, pause, resume, and stop controls. Add a custom vocabulary text file whose terms are passed to whisper.cpp as an initial prompt. Keep raw audio only when the user enables it; otherwise delete it after a successful transcript. Store settings in Application Support and make the Markdown vault easy to relocate and back up. Handle denied microphone or Accessibility permission with clear instructions and a retry button. Include visible idle, recording, transcribing, success, and recoverable error states. Add focused tests for settings, history limits, vault file safety, clipboard restoration, and transcription command construction. Add one smoke test that injects a fixture WAV and proves a transcript becomes a Markdown note. Create a README covering setup, model download, permissions, data locations, privacy, backup, and limitations. Do not add accounts, billing, telemetry, analytics, cloud sync, or hidden network calls. Deliberately leave out Windows, Linux, Android, iOS, mobile keyboards, meetings, diarization, captions, voice cloning, media tools, browser capture, and sync. Finish by running the tests and build, fixing failures, and listing the exact commands used.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
People do not pay for a single prompt wrapped in a hotkey. They pay for one maintained product that joins five native platforms, mobile keyboards, reliable system-wide insertion, packaged local AI models, synced Markdown notes, browser capture, read-aloud, transcription, voice, and media workflows without making them assemble and operate each piece.
xnative parity across macOS, Windows, Linux, Android, and iOS
xreliable Fn and global-shortcut capture plus cursor insertion across native, browser, terminal, and Electron text surfaces
xmobile keyboards, browser capture, a Markdown vault, and desktop-to-mobile note sync working as one system
xbundled and warmed local runtimes for dictation, cleanup, TTS, transcription, diarization, translation, voice, and media tools
xinstallers, model downloads, updates, permissions UX, performance tuning, recovery, and cross-platform regression testing
Precio de Yaps
pro$15/mes · monthly · $180/año
plan gratisThe free plan is Android-only and includes on-device voice typing, voice notes, and two read-aloud voices with no account.
verificado 2026-08-10 · fuente ↗
¿Yaps es gratis?
The free plan is Android-only and includes on-device voice typing, voice notes, and two read-aloud voices with no account. El plan de pago es Pro a $15/mes (revisado 2026-08-10).
¿Puedo vibecodear Yaps?
Parcial. El núcleo de Yaps se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: native parity across macOS, Windows, Linux, Android, and iOS, reliable Fn and global-shortcut capture plus cursor insertion across native, browser, terminal, and Electron text surfaces. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Yaps?
Yaps cuesta unos $15/mes (Pro, revisado 2026-08-10), o sea $180 al año.
¿Qué pierdo si reemplazo Yaps?
Con honestidad: native parity across macOS, Windows, Linux, Android, and iOS; reliable Fn and global-shortcut capture plus cursor insertion across native, browser, terminal, and Electron text surfaces; mobile keyboards, browser capture, a Markdown vault, and desktop-to-mobile note sync working as one system; bundled and warmed local runtimes for dictation, cleanup, TTS, transcription, diarization, translation, voice, and media tools; installers, model downloads, updates, permissions UX, performance tuning, recovery, and cross-platform regression testing. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Yaps?
Sí: whisper.cpp (The local speech-to-text engine that makes the personal dictation core realistic.). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.