Vibecode Superscribe

track this build5 steps, step by step
KINDA · weekend project
price $38/moyou'd save $456/yrbuild time one sitting (dictation only), multi-week with call capturecategory 🗣️ dictationreplaced by 0 people

The desktop dictation half is a solved one-sitting build with complete open-source clones to fork. The hero product is not that: live-transcribing calls on your existing iPhone number takes carrier call forwarding, a pooled Twilio number, a CallKit/PushKit softphone, and a dual-track media-stream pipeline that can only be debugged against live phone calls. And a clone gets you a transcript file, not the workspace around it: roughly 45k lines of API and web app that embed every recording, time block, and project (with synced GitHub repo context), auto-file notes and billable time to the right client, and expose it all as reports, semantic search, a public API, and an MCP server. Each piece is a documented recipe; shipping all of them integrated is the multi-week part even before telephony.

the project pack4 files · fastest path to a working personal build
README.md
# Superscribe indie build

## Goal

Build the smallest trustworthy replacement for the core Superscribe workflow for one developer or a tiny team.

## Scope

Bind a global hotkey, stream mic audio to a realtime STT API, run one LLM cleanup pass, and paste the result into whatever app has focus.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- call capture on your existing number (carrier forwarding into a CallKit softphone)
- glitch-free live word-by-word insertion tuned per app: terminals, Electron editors, browser contenteditables
- auto-filing: dictations and calls alike are matched to the right project via embeddings (enriched with GitHub repo context) plus live commit activity during the work block, so billable time lands on the right client without tagging
- the workspace around the transcripts: semantic search, invoice-ready PDF reports, CRM note drafts, a public API, and an MCP server
- Windows parity and signed, notarized auto-updating installers

If those capabilities are essential, use Handy instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

They pay for the phone rail (answer calls normally on the number they already have, no bot, no second device) and for everything downstream arriving pre-filed: transcripts semantically matched to the right client and project using their own GitHub activity as context, then turned into searchable history, invoices, and CRM drafts.

what you lose

xcall capture on your existing number (carrier forwarding into a CallKit softphone)

xglitch-free live word-by-word insertion tuned per app: terminals, Electron editors, browser contenteditables

xauto-filing: dictations and calls alike are matched to the right project via embeddings (enriched with GitHub repo context) plus live commit activity during the work block, so billable time lands on the right client without tagging

xthe workspace around the transcripts: semantic search, invoice-ready PDF reports, CRM note drafts, a public API, and an MCP server

xWindows parity and signed, notarized auto-updating installers

prior art · use these instead of building, if you'd ratherHandyMIT cross-platform push-to-talk dictation app in Tauri, built to be forked; covers the whole desktop core loop.VoiceInkGPL native Swift macOS dictation app with local whisper.cpp and per-app modes; closest open clone of the mac side.FreeFlowSolo-built open Wispr Flow clone; working example of cloud STT plus LLM cleanup with active-window context.Twilio Media StreamsOfficial docs and tutorials for streaming live call audio to STT; the happy path of the call-capture half.
share on X ↗"I just replaced Superscribe ($38/mo) with one prompt"
the numbers

Superscribe pricing

planmonthlyannual (per mo)what you get
superscribe pro$18/user$14.33/userDesktop dictation on Mac and Windows, AI cleanup, time tracking, templates, project context, and reports
business voice$38/user$30.40/user1+ seats; pooled call minutes, existing-number routing, live transcription, AI summaries, and Pro for every seat
travel passcustom7 days of Superscribe Phone with included call hours

free tierNo permanent free tier verified; Pro has a no-card try-now flow, but the official page publishes neither a trial duration nor a numeric usage allowance.

billingPro monthly or $172/year; Business Voice monthly or yearly at a stated 20% discount; Travel Pass is a one-time 7-day purchase

hidden costsBusiness Voice's pooled call-minute quantity and overage treatment are not publicly disclosed. More than 10 seats moves to sales; Travel Pass also hides its included call-hour number.

verified 2026-08-14 · source ↗

questions
Vibecode Superscribe

Kinda. The core of Superscribe is buildable in a weekend with the prompt on this page, but there are real gaps: call capture on your existing number (carrier forwarding into a CallKit softphone), glitch-free live word-by-word insertion tuned per app: terminals, Electron editors, browser contenteditables. Read the honest list above before committing.

How much does Superscribe cost?

Superscribe costs about $38/month (Business Voice, checked 2026-07-30), which is $456 per year.

What do I lose by replacing Superscribe?

Honestly: call capture on your existing number (carrier forwarding into a CallKit softphone); glitch-free live word-by-word insertion tuned per app: terminals, Electron editors, browser contenteditables; auto-filing: dictations and calls alike are matched to the right project via embeddings (enriched with GitHub repo context) plus live commit activity during the work block, so billable time lands on the right client without tagging; the workspace around the transcripts: semantic search, invoice-ready PDF reports, CRM note drafts, a public API, and an MCP server; Windows parity and signed, notarized auto-updating installers. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Superscribe?

Yes: Handy (MIT cross-platform push-to-talk dictation app in Tauri, built to be forked; covers the whole desktop core loop.), VoiceInk (GPL native Swift macOS dictation app with local whisper.cpp and per-app modes; closest open clone of the mac side.), FreeFlow (Solo-built open Wispr Flow clone; working example of cloud STT plus LLM cleanup with active-window context.), Twilio Media Streams (Official docs and tutorials for streaming live call audio to STT; the happy path of the call-capture half.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.