Replace tl;dv?
KINDA · weekend projectA DIY app can record, transcribe, summarize, and generate clips, but tl;dv's team library, CRM integrations, and meeting-bot reliability are real work.
Build me a personal meeting recorder with clips to replace tl;dv. Requirements: - A macOS menu bar app (or a rec start / rec stop CLI, pick the simpler to ship) that records system audio + mic locally with ffmpeg. No bot joins the call. - On stop: transcribe with whisper.cpp with timestamps, or the Whisper API if a key is in .env. - Send the transcript to an LLM (key in .env) for a 5-bullet summary and action items; save everything to ~/Meetings/YYYY-MM-DD-<title>/ as notes.md, the transcript, and the audio file. - While recording, a global hotkey drops a highlight marker; afterwards each marker becomes a clip, ffmpeg cutting 30 seconds either side into clips/. - A local library page (Express on localhost:4700): list meetings, full-text search across transcripts with SQLite FTS5, play recordings and clips inline. - No accounts, no telemetry; nothing leaves my machine except optional API calls. - Out of scope: a bot that auto-joins Zoom/Meet, CRM sync, and a shared team library. This records what I can hear locally. - README: mic + screen-recording permissions, whisper model download, and a reminder that recording other people still requires their consent.
$ 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
They pay for repeatable team-wide capture and distribution, not because summaries are hard.
xmeeting bot upkeep
xteam/shared library
xCRM integrations
xadmin controls
xpolished clip sharing
What does the tl;dv verdict mean?
The core job looks buildable, with meaningful gaps: meeting bot upkeep, team/shared library. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for tl;dv?
The directory records $29/month for Pro, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing tl;dv?
Honestly: meeting bot upkeep; team/shared library; CRM integrations; admin controls; polished clip sharing. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to tl;dv?
The listed prior art includes whisper.cpp (Can power the transcription layer for a simpler local clone.). Inspect those projects before starting from a blank prompt.