Can I vibecode MeetGeek?
KINDA · weekend projectThe core loop is buildable, but a dependable replacement becomes a real weekend or multi-day project. For MeetGeek, record supported meetings, create summaries, and track recurring themes. The hard boundary is auto-join, integrations, team analytics, and long-running capture reliability, plus capture reliability, integrations, and collaboration.
Build a personal replacement for MeetGeek in an empty repository. Use Python 3.12, FastAPI, SQLite, whisper.cpp, and a minimal HTMX interface; do not offer alternative stacks. The core loop is: record or import supported meetings, transcribe them locally, identify speakers with manual correction, generate structured notes and summaries, and track recurring themes. Make the first run work locally with one documented command. Store all user data locally by default and make export straightforward. Put secrets in .env, ship .env.example, and never commit credentials. Add explicit start, pause, resume, and stop controls with a visible recording indicator. Support importing WAV, MP3, M4A, and MP4 files through ffmpeg. Run transcription locally and display timestamped editable segments. Let the user rename speakers and propagate corrections through the transcript. Generate decisions, action items, questions, and a concise summary from approved text. Export Markdown, plain text, and WebVTT beside the original recording. Include clear empty, loading, success, and recoverable error states. Add input validation, safe filenames, and graceful handling of unavailable APIs. Write focused tests for the core transformation and one end-to-end happy path. Create a README with setup, architecture, permissions, data location, and backup steps. Do not add accounts, billing, telemetry, analytics, or a hosted control plane. Deliberately leave out silent background capture. Deliberately leave out automatic bot attendance in video meetings. Deliberately leave out team workspaces and enterprise retention controls. Finish by running the tests and listing the exact commands used.
$ 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.
People still pay for MeetGeek because a meeting tool must capture every call without surprising anyone, then make the result searchable and shareable across a team. The recurring cost buys audio permissions, model updates, calendar APIs, storage, speaker correction, and sync, not just the visible interface.
xauto-join, integrations, team analytics, and long-running capture reliability
xcalendar auto-join
xreliable speaker diarization
xmobile capture
xteam search and sharing
MeetGeek pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| basic | $0/user | $0/user | 3 transcription hours per month; maximum 2 hours per meeting; transcripts retained 3 months and audio 1 month. |
| pro | — | $9.99/user | 20 transcription hours per month; maximum 2 hours per meeting; transcripts retained 1 year and audio 6 months. |
| business | — | $17/user | Unlimited transcription; maximum 3 hours per meeting; unlimited transcript/audio retention and 12 months of video retention. |
| enterprise | custom | — | Custom transcription package; maximum 4 hours per meeting and custom video retention. |
free tier3 transcription hours per month; maximum 2 hours per meeting; transcripts retained 3 months and audio 1 month.
billingmonthly + annual; only annual numeric prices were exposed on the live public pricing page; 14-day Pro trial
hidden costsPro transcription beyond the included 20 hours costs $0.50 per hour. Paid workspaces can retain unlimited free Basic licences.
verified 2026-08-14 · source ↗
Can I vibecode MeetGeek?
Kinda. The core of MeetGeek is buildable in a weekend with the prompt on this page, but there are real gaps: auto-join, integrations, team analytics, and long-running capture reliability, calendar auto-join. Read the honest list above before committing.
How much does MeetGeek cost?
MeetGeek costs about $9.99/month (Pro, checked 2026-08-14), which is $119.88 per year.
What do I lose by replacing MeetGeek?
Honestly: auto-join, integrations, team analytics, and long-running capture reliability; calendar auto-join; reliable speaker diarization; mobile capture; team search and sharing. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to MeetGeek?
Yes: whisper.cpp (Widely used local Whisper inference implementation suitable for private transcription.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.