Can I vibecode Loom?

price $18/moyou'd save $216/yrbuild time one sittingcategory screen recordingreplaced by 0 people
KINDA
MOATexecution polish

Quick screen and video recordings with instant sharing

In-List Ad$79/30 days
promote your product in the vibecoded list

The Build Prompt

copy it and go build
ready to paste · 1,214 chars
Build me a screen-record-and-share tool to replace Loom on macOS. Requirements:

- Two parts: a local recording CLI and a share server on my own VPS.
- Recording: `rec start` / `rec stop` wrapping ffmpeg's avfoundation capture,
  screen plus mic, saved to ~/Recordings/YYYY-MM-DD-HHMM.mp4. No camera bubble.
- On stop: transcode to web-friendly H.264, transcribe with whisper.cpp, then
  upload video and transcript to the server with rsync over SSH.
- The server (Node + Express + better-sqlite3 behind my existing reverse proxy)
  serves each recording at an unguessable /v/<random-id> URL: player, title, date,
  and the transcript below it, searchable in-page.
- `rec stop` ends by printing the share URL and copying it to my clipboard. Target:
  under a minute from stop to link for a 2-minute video.
- The index page listing all recordings stays private (localhost or VPN only); the
  share pages are link-only, no listing anywhere. No accounts, no telemetry.
- Out of scope: viewer analytics, comments, trimming, and team libraries. The
  unlisted URL is the entire permission model.
- README: macOS screen-recording and mic permissions, finding the right ffmpeg
  device index, and the server deploy steps.
In-List Ad$79/30 days
promote your product in the vibecoded list

What you lose

  • Native desktop app
  • System audio capture
  • Drawing/annotation tools
  • Transcripts and captions
  • Viewer analytics
  • Team workspace
In-List Ad$79/30 days
promote your product in the vibecoded list
Share on X ->Your vote helps rank the vibecoded list.

Questions

5 answers