[verdict][curated prompt][source: shade.inc]
Can I vibecode Shade?
// buildable in a weekend, but real gaps stay open
The 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.
confidence: medium
what it is: AI-indexed asset manager for creative teams: search footage by face, transcript, scene description, or a full sentence
Buildability index · an editorial game
- Price 35 $/month · per seat weight: plus 3
- Time multi-day weight: plus 1
- Category audio and video no weight
- Moat collaboration · infrastructure scale · proprietary models weight: minus 5
- Confidence medium weight: zero
- What you lose 6 items weight: minus 3
- Site shade.inc (si apre in una nuova scheda) no weight
The moat outweighs the price: rebuilding this is a project, not an evening.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
What you build
Walk my drives, pull keyframes and transcripts, embed both with CLIP and whisper into a local vector index, then search the whole library in plain English.
what you need
- ffmpeg
- a CLIP model via transformers.js or Python
- whisper.cpp
- sqlite-vec or another local vector store
- a GPU, or patience measured in nights
Semantic search over your own footage is the strongest DIY case in post right now · the collaboration wrapper is what you are actually renting.
The prompt
A weekend with a coding agent. The gaps that stay are right below, under “what you lose”.
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. Curated prompt: written and reviewed by hand for this app. In English on purpose — it is the language coding agents work best in.
What you lose
- 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
Why people still pay
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.
moat: Collaboration Infrastructure scale Proprietary models what a moat is
cloud streaming/collaboration/model pipeline
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Rejected (1) — and why
- Immich (si apre in una nuova scheda) — Faces and visual sentence search work; spoken words remain invisible, which is one of Shade’s headline jobs.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- Immich (opens in a new tab) — Self-hosted photo and video library with CLIP semantic search and face recognition already built in. The closest working proof the search half is solved. (alive)
- PhotoPrism (opens in a new tab) — Self-hosted AI-tagged media library with local indexing and search. Photo-first, but the same pattern. (alive)
What it costs in a year
35 $/mese 420 $/anno
Listino 35 $ al mese a persona su Shade. L’anno è dodici mesi pieni, senza sconti annuali.
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.