Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett d236b81a11 feat: add /voice PWA route with 3-tier live transcription
Dedicated standalone voice recorder page at /voice that works as an
installable PWA. Records audio with three transcription tiers running
in parallel: WebSocket streaming (live segments), Web Speech API (live
local), and batch Whisper API (high quality). Falls back to offline
Parakeet.js if all network tiers fail. Includes editable transcript,
notebook selection, copy-to-clipboard, and keyboard shortcuts.

PWA manifest updated with Voice Note shortcut for quick access from
taskbar right-click menu.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 17:43:04 -08:00
backlog chore: backlog TASK-14 SpaceRole bridge (Done) 2026-02-17 15:35:12 -07:00
browser-extension feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
prisma feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
public feat: add /voice PWA route with 3-tier live transcription 2026-02-24 17:43:04 -08:00
src feat: add /voice PWA route with 3-tier live transcription 2026-02-24 17:43:04 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:43 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
entrypoint.sh feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
next.config.mjs Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
package.json Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00