Can I vibecode Fathom?
KINDA · weekend projectA solo clone can handle recordings, transcripts, and summaries, but the product's paid value is automated capture plus CRM/workflow sync and team sharing.
Build me a personal call-notes pipeline to replace Fathom. Requirements: - A watched folder: I drop call recordings (m4a/mp3/mp4) into ~/Calls/inbox/, chokidar picks them up, a Node pipeline processes each one. - Transcribe with whisperX for speaker-labeled, timestamped transcripts, or a hosted Whisper API if a key is present in .env. - Summarize with an LLM (key in .env) using templates in ./templates/*.md. The default produces a 5-bullet summary, decisions, action items with owners, and open questions. Pick the template from the filename prefix (sales-, 1on1-). - Clips: any transcript line can be cut into a share-able moment, ffmpeg trims 15 seconds either side of the timestamp into ~/Calls/clips/. - Output per call: ~/Calls/notes/YYYY-MM-DD-<name>.md, summary on top, full transcript below a divider. - A small local web page (Express, localhost) listing calls with keyword search over transcripts. - No accounts, no telemetry; audio never leaves my machine unless I opt into the hosted API. - Out of scope: a bot that joins meetings, calendar auto-capture, CRM sync, team libraries. I record with my meeting app or OS and drop the file in. - README: dependencies, keys, and how to capture system audio on macOS.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
They pay for workflow certainty: after every call, the right people and systems have the notes without manual effort.
xautomatic call capture
xintegrations
xsearchable team library
xpolished clips
xpermissions and admin
Fathom pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| free | $0/user | $0/user | Unlimited recordings, transcriptions, and storage; advanced summaries, Ask Fathom, and automations are limited but no numeric public cap is stated. |
| premium | $20/user | $16/user | Unlimited recordings, transcriptions, and storage with the full individual AI feature set. |
| team | $19/user | $15/user | Minimum 2 seats; team folders, sharing, comments, keyword alerts, and CRM sync. |
| business | $34/user | $25/user | Minimum 2 seats; adds advanced coaching, deal views, security, and administration. |
| enterprise | custom | — | Custom package; public price and numeric limits are not stated. |
free tierUnlimited recordings, transcriptions, and storage; advanced AI summaries, Ask Fathom, and automations have unpublished caps.
billingmonthly + annual; annual saves 20%-26%; 90-day money-back guarantee
hidden costsTeam and Business require at least 2 seats; optional Enterprise onboarding costs extra but the amount is not public.
verified 2026-08-14 · source ↗
Can I vibecode Fathom?
Kinda. The core of Fathom is buildable in a weekend with the prompt on this page, but there are real gaps: automatic call capture, integrations. Read the honest list above before committing.
How much does Fathom cost?
Fathom costs about $20/month (Premium, checked 2026-07-30), which is $240 per year.
What do I lose by replacing Fathom?
Honestly: automatic call capture; integrations; searchable team library; polished clips; permissions and admin. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Fathom?
Yes: whisperX (Useful for transcript alignment and speaker-labeled call records.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.