Vibecode Cotypist

track this build5 steps, step by step
KINDA · weekend project
price $6/moyou'd save $72/yrbuild time multi-daycategory ⚙️ productivity utilitiesreplaced by 0 people

The idea is simple: watch what you type, predict the rest, show it as ghost text, accept with Tab. The prediction part is genuinely easy now, a small local model or even a personal n-gram table over your own writing gets you most of the way. The hard part is everything around it: reading the current text field and caret position through the macOS Accessibility API, drawing an overlay that tracks a moving cursor, and not breaking in Electron apps, Chrome, terminals, password fields, or anything that reimplements text editing. You can build something that works in native AppKit fields in a couple of long sessions and feels magic. Getting it to work everywhere, at typing latency, without eating keystrokes or leaking into your bank login, is where the actual product lives.

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

## Goal

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

## Scope

A menu bar app that watches keystrokes via the Accessibility API, asks a local model for the next few words, and paints an inline ghost suggestion you accept with Tab.

## 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:
- Coverage: your build will work in native text fields and fail or misbehave in Electron apps, browsers, and terminals
- Latency polish: suggestions that arrive after you already typed the words are worse than nothing
- Safety rails: skipping password fields, secure input mode, and sensitive apps takes deliberate work
- Personalization that actually improves over months of your writing rather than a one-off corpus dump
- Signed, notarized, auto-updating distribution and the permission onboarding that makes it survive OS updates

If those capabilities are essential, use Cotypist 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 a text predictor that works in nine apps and glitches in the tenth is a text predictor you turn off. The value here is invisible reliability across an entire OS, which means quietly handling every app that draws its own caret, every accessibility API quirk, and every macOS release that changes the rules. That is maintenance work, not a build, and it is worth a small license fee to hand off.

what you lose

xCoverage: your build will work in native text fields and fail or misbehave in Electron apps, browsers, and terminals

xLatency polish: suggestions that arrive after you already typed the words are worse than nothing

xSafety rails: skipping password fields, secure input mode, and sensitive apps takes deliberate work

xPersonalization that actually improves over months of your writing rather than a one-off corpus dump

xSigned, notarized, auto-updating distribution and the permission onboarding that makes it survive OS updates

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 Cotypist ($6/mo) with one prompt"
questions
Vibecode Cotypist

Kinda. The core of Cotypist is buildable in a weekend with the prompt on this page, but there are real gaps: Coverage: your build will work in native text fields and fail or misbehave in Electron apps, browsers, and terminals, Latency polish: suggestions that arrive after you already typed the words are worse than nothing. Read the honest list above before committing.

How much does Cotypist cost?

Cotypist costs about $6/month (Plus, checked 2026-08-18), which is $72 per year.

What do I lose by replacing Cotypist?

Honestly: Coverage: your build will work in native text fields and fail or misbehave in Electron apps, browsers, and terminals; Latency polish: suggestions that arrive after you already typed the words are worse than nothing; Safety rails: skipping password fields, secure input mode, and sensitive apps takes deliberate work; Personalization that actually improves over months of your writing rather than a one-off corpus dump; Signed, notarized, auto-updating distribution and the permission onboarding that makes it survive OS updates. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Cotypist?

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