sign in to your dashboard

or
← back to holdyourvoice.com

voice

profiles teach hyv how you write — synced to cli, mcp, and every connected app.

profiles
default profile
plan limit
your profiles
🎙
loading profiles…
how profiles work
1

add writing samples

paste posts, emails, or docs — hyv reads your real voice, not a generic persona.

2

edit signature & anchors

tune never-list phrases, voice anchors, and rewrite rules. rebuild when your style shifts.

3

scan & rewrite

cli, mcp, and api all read the same profile — set a default and connect your apps.

4

sync everywhere

one profile powers scans and rewrites in terminal, cursor, claude, and chatgpt.

cli setup

one command installs hyv and walks you through voice setup.

step 1 — start here

install and onboard in one step

installs the latest cli globally, then runs welcome — builds your voice profile and wires hyv into cursor, claude, and other apps on your machine.

npm i -g @holdyourvoice/hyv@latest && hyv welcome
then run these as needed
2

authenticate

link this dashboard account to your cli (skip if welcome already did it).

hyv init
3

scan a draft

check writing against your voice profile — works offline, no api key needed.

hyv scan draft.md
4

rewrite with ai

hyv builds the prompt — your model does the rewrite. no llm calls from hyv.

hyv rewrite draft.md
5

connect your apps

detects installed ai apps and configures hyv mcp automatically.

hyv mcp
other install options
try without installing globally
npx @holdyourvoice/hyv@latest welcome
mac / linux one-liner (installs node if needed)
curl -fsSL https://holdyourvoice.com/install.sh | bash
python users
pip install hyv && hyv welcome
cli license key

used by hyv init to link this dashboard account. keep it secret.

••••••••-•••••••-••••-••••-••••••••••••

prompt

paste ai-generated writing here — get a rewrite prompt grounded in your voice profile.

rewrite workflow

paste draft → get rewrite prompt

hyv analyzes your ai-generated text against your voice profile and builds a prompt you paste into any ai app to rewrite in your voice.

usage

real usage for this billing month — rewrites, ai patterns caught, and team breakdown.

syncing…
loading usage…

teams

manage your team and shared voice profiles.

billing

manage your subscription and payment method.

current plan
status
details

find your voice

$1 first month, then $9/mo

for solo creators. one voice profile, mcp access, everything you need to stop shipping generic ai writing.

  • 1 voice profile
  • unlimited scans and rewrites
  • profile learning loop
  • mcp for cursor, claude, chatgpt
  • cli + dashboard access
  • REST API access
  • team seats

build your voice

$29 /month

for teams and power users. multiple profiles, team sharing, REST API access.

  • 2 voice profiles
  • 5 team seats
  • unlimited scans and rewrites
  • REST API access (10 req/min)
  • mcp for cursor, claude, chatgpt
  • profile learning loop
  • cli + dashboard access
delete account

permanently delete your account, voice profiles, documents, and api keys. this cannot be undone.

docs

install hyv in your ai app — copy commands from each guide.

quick install

works on mac, linux, and windows. node installs automatically if needed.

curl -fsSL https://holdyourvoice.com/install.sh | bash

windows (powershell):

irm https://holdyourvoice.com/install.ps1 | iex

then run hyv welcome or pick your app below.