Vibecode Cluely

track this build5 steps, step by step
KINDA · weekend project
price $19.99/moyou'd save $239.88/yrbuild time a weekendcategory ✨ ai assistantsreplaced by 0 people

The core loop is genuinely thin: capture a screenshot, transcribe the mic, feed both to a multimodal model, stream the answer into a transparent always-on-top window on a hotkey. An agent gets that working in a session, and it will feel uncomfortably close to the demo. The gaps are the unglamorous parts: capturing the other side's audio takes virtual audio devices, latency has to beat the conversation, and the headline trick of staying invisible in screen shares depends on fragile platform window flags that vary by OS and conferencing app. Your DIY version will work fine when you are alone with your own screen, and may quietly betray you the one time it matters.

the project pack4 files · fastest path to a working personal build
README.md
# Cluely indie build

## Goal

Build the smallest trustworthy replacement for the core Cluely workflow for one developer or a tiny team.

## Scope

A local Electron overlay bound to a hotkey that screenshots your active display, transcribes recent audio, sends both to a multimodal LLM, and streams a short answer into a translucent window nobody else is supposed to see.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Screen-share invisibility that has actually been tested against Zoom, Meet, Teams and OS screenshot tools
- Sub-second latency and the prompt tuning that makes answers short enough to read while someone is talking
- System audio capture that just works without you installing and routing a virtual audio device
- Mobile and browser-extension coverage, plus a hosted account so your setup follows you to another machine
- Somebody else's legal and PR exposure for a product whose pitch is 'cheat on everything'

If those capabilities are essential, use Cluely instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because the hard part is not the LLM call, it is the twenty small platform details that make an overlay silent, invisible and fast under pressure, and because people who reach for this tool are, by definition, not in the mood to debug a virtual audio driver ten minutes before an interview. Paying converts a fragile personal hack into something that mostly behaves on a laptop you did not configure yourself.

what you lose

xScreen-share invisibility that has actually been tested against Zoom, Meet, Teams and OS screenshot tools

xSub-second latency and the prompt tuning that makes answers short enough to read while someone is talking

xSystem audio capture that just works without you installing and routing a virtual audio device

xMobile and browser-extension coverage, plus a hosted account so your setup follows you to another machine

xSomebody else's legal and PR exposure for a product whose pitch is 'cheat on everything'

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Cluely ($19.99/mo) with one prompt"
questions
Vibecode Cluely

Kinda. The core of Cluely is buildable in a weekend with the prompt on this page, but there are real gaps: Screen-share invisibility that has actually been tested against Zoom, Meet, Teams and OS screenshot tools, Sub-second latency and the prompt tuning that makes answers short enough to read while someone is talking. Read the honest list above before committing.

How much does Cluely cost?

Cluely costs about $19.99/month (Pro, checked 2026-08-16), which is $239.88 per year.

What do I lose by replacing Cluely?

Honestly: Screen-share invisibility that has actually been tested against Zoom, Meet, Teams and OS screenshot tools; Sub-second latency and the prompt tuning that makes answers short enough to read while someone is talking; System audio capture that just works without you installing and routing a virtual audio device; Mobile and browser-extension coverage, plus a hosted account so your setup follows you to another machine; Somebody else's legal and PR exposure for a product whose pitch is 'cheat on everything'. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Cluely?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.