¿Puedo vibecodear Shade?
PARCIAL · un fin de semanaThe search half is real and rebuildable. Extract keyframes with ffmpeg, embed them with CLIP, transcribe the audio with whisper, put the vectors in SQLite, and 'the drone shot over the bridge at golden hour' finds the clip on your own drives. The open-source stack for that is mature and the result is genuinely good. What does not survive the port is what Shade has grown into: cloud streaming so an editor opens full-res without waiting on a download, per-link permissions and guest access, review and approval, and a model pipeline that keeps improving without you retraining anything. Solo, on local storage, the DIY version wins outright. On a team, you are rebuilding a platform and calling it a script.
Build me a semantic search engine for my own footage to replace Shade. Requirements: - A Python CLI plus a small FastAPI web UI on localhost. SQLite with sqlite-vec for the vectors and the metadata, one file at ~/FootageIndex/index.db. - `index <folder>` walks the tree, and for every video ffmpeg pulls a keyframe every 5 seconds plus one at each scene cut detected by the ffmpeg scene filter. - Each keyframe is embedded with open_clip (ViT-B/32) and stored with its timestamp. Stills and photos get the same treatment as a single frame. - Audio goes through whisper.cpp for a transcript with word timestamps, chunked into 30-second windows and embedded with sentence-transformers for text search. - The search box takes a plain sentence and searches image and transcript vectors together, returning ranked results as thumbnail, filename, and timecode. Clicking one opens the clip at that exact frame in a player. - Indexing is incremental and resumable, keyed on file path plus mtime plus size, and prints a running count so an overnight run is checkable in the morning. - Everything runs on my machine, models included · no accounts, no cloud, no telemetry, no API keys. Files are read only, never moved or renamed. - Out of scope: face recognition, sharing links, review and comments, and team sync. Do not build auth or a server deployment, this is a single-user local tool. - README: installing ffmpeg and whisper.cpp, first-run model downloads, an honest estimate of indexing hours per TB on CPU versus GPU, and how to reset the index.
$ á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.
They pay because the search only matters if the whole team gets it. A local index that only lives on the editor's machine solves the editor's problem and nobody else's, and the person who most needs to find the clip is usually the one furthest from the storage. Shade sells the index plus the delivery of what the index found, and the second half is the expensive one.
xcloud streaming of full-res files without downloading them first
xguest links with per-link permissions and roles
xbuilt-in review, approval, and commenting
xface recognition and shot-type tagging that improves without your involvement
xteam sync, so everyone searches the same index
xthe NLE plugins and Slack integration
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Shade
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| growth | $35/usuario | $29.75/usuario | 1 workspace; up to 15 paid seats; 150 guests; 500 GB active storage/seat |
| enterprise | a medida | — | Unlimited workspaces and seats; 250 guests; 1 TB active storage/seat; 1 TB bring-your-own S3 storage/seat |
plan gratisno free tier; trial length and numeric trial caps are not publicly disclosed
facturaciónmonthly + annual (15% lower)
costos ocultosGrowth is capped at one workspace and 15 paid seats; storage expansion and enterprise bring-your-own-storage workflows require a higher plan or add-on.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Shade?
Parcial. El núcleo de Shade se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: cloud streaming of full-res files without downloading them first, guest links with per-link permissions and roles. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Shade?
Shade cuesta unos $35/mes (Growth, revisado 2026-07-30), o sea $420 al año.
¿Qué pierdo si reemplazo Shade?
Con honestidad: cloud streaming of full-res files without downloading them first; guest links with per-link permissions and roles; built-in review, approval, and commenting; face recognition and shot-type tagging that improves without your involvement; team sync, so everyone searches the same index; the NLE plugins and Slack integration. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Shade?
Sí: ResourceSpace (Faces, sentence search and local transcripts in an old-school DAM; installation has not discovered joy.) El prompt es para cuando la quieres exactamente a tu modo.