¿Puedo vibecodear VidNotes?
PARCIAL · un fin de semanaThe narrow DIY loop is achievable in a weekend: import a file or YouTube URL, transcribe it, generate notes, and save the result locally. VidNotes as a product is broader than that prototype. It maintains ingestion across changing video sites, runs long jobs reliably, ships iOS, Android, web, and a Chrome extension, keeps account state consistent, and exposes the workflow to agents through an API, CLI, and MCP server. Rebuilding all of that is a multi-day integration project with an ongoing operations burden.
Build me a local video transcription and study-notes app to replace VidNotes. Requirements: - A Python 3.12 app using FastAPI, Jinja templates, HTMX, and SQLite FTS5, served only on localhost:8787. - The home screen accepts one YouTube URL or an MP4, MOV, M4A, or MP3 upload; use yt-dlp for the URL and ffmpeg to extract mono audio. - Use the OpenAI Python SDK for timestamped speech-to-text and the Responses API; keep the API key in .env and split large audio into chunks with preserved offsets. - Show queued, extracting, transcribing, generating, complete, and failed states. The result page has a player plus a searchable transcript with clickable timestamps. - Generate a 5-bullet summary, key points, 10 flashcards, and a 5-question quiz from the completed transcript, with a button to regenerate each section. - Store metadata and generated text in SQLite, media under ./data/projects/<uuid>/, and export the transcript and notes as Markdown, TXT, SRT, and JSON. - No accounts and no telemetry. Everything stays local except yt-dlp downloads and OpenAI API calls, and each project keeps its original source URL. - Out of scope: native apps, hosted web, cross-device sync, the Chrome extension, Instagram or TikTok extraction, and a public API, CLI, or MCP server. - Include a README with setup, ffmpeg and yt-dlp installation, .env.example, data location, deletion steps, and a warning that source-site changes can break imports.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
People pay for the maintained system around transcription: source adapters that keep working, long-job processing and retries, consistent results across native apps, web, and the extension, synced account state, and stable API, CLI, and MCP access for agents. The recurring value is avoiding integration breakage and operations work, not just getting speech-to-text.
xnative iOS and Android apps, a Chrome extension, and cross-device Premium state
xmanaged extraction for TikTok, Instagram, Vimeo, and changing source sites
xbackground processing, queue reliability, and long-video handling
x30+ language polish and prebuilt flashcards, quizzes, and chat
xhosted web, API, CLI, and MCP access for agents
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de VidNotes
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| monthly | $9.99 | $4.17 | Unlimited transcription, summaries, flashcards, chat and action items; 30+ languages |
plan gratisno free tier; any trial allowance is not numerically disclosed on the public pricing section
facturaciónmonthly or $49.99/year; no per-minute transcription charge advertised
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear VidNotes?
Parcial. El núcleo de VidNotes se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: native iOS and Android apps, a Chrome extension, and cross-device Premium state, managed extraction for TikTok, Instagram, Vimeo, and changing source sites. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta VidNotes?
VidNotes cuesta unos $9.99/mes (Monthly, revisado 2026-07-31), o sea $119.88 al año.
¿Qué pierdo si reemplazo VidNotes?
Con honestidad: native iOS and Android apps, a Chrome extension, and cross-device Premium state; managed extraction for TikTok, Instagram, Vimeo, and changing source sites; background processing, queue reliability, and long-video handling; 30+ language polish and prebuilt flashcards, quizzes, and chat; hosted web, API, CLI, and MCP access for agents. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a VidNotes?
Sí: StoryToolkitAI (Local transcription and semantic footage search from an app that still admits it is rough.) NotebookLM (Drop in a YouTube video and get searchable, source-grounded study material; Google keeps the notebook.) El prompt es para cuando la quieres exactamente a tu modo.