sign in to your dashboard

or
← back to holdyourvoice.com

voice profiles

each profile is a voice your cli and agents write in — scans, rewrites, and mcp tools all use it.

profiles
default profile
plan limit
🎙

loading profiles...

terminal commands
hyv profiles hyv profiles --edit <name> hyv profiles --delete <name> hyv welcome

cli setup

install hyv and start writing in your voice.

1. install
npm i -g @holdyourvoice/hyv@latest && hyv welcome

one-liner (auto node + mcp setup):

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

windows (powershell — use this to avoid script errors on Lenovo/Win11):

powershell -ExecutionPolicy Bypass -c "irm https://holdyourvoice.com/install.ps1 | iex"

If "scripts disabled" appears later: run Get-ExecutionPolicy -List then Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force (new window). Or prefix: powershell -ExecutionPolicy Bypass -Command "hyv ...". Full paths for connectors are in the generated txt file.

python users:

pip install hyv
2. authenticate

link your account with your license key:

hyv init
3. scan a draft

check your writing against your voice profile:

hyv scan draft.md
4. rewrite with ai

generate a prompt for your ai to rewrite in your voice:

hyv rewrite draft.md

hyv never calls an llm. it generates the prompt — your model does the work.

5. prompts & custom instructions

export voice-aware prompts and custom instructions for any app:

hyv export claude
hyv export chatgpt

or run hyv welcome for guided prompt setup. see the new /commands page for all options.

5. reinforce

after editing, teach your profile what changed:

hyv reinforce original.md edited.md

prompt

generate ready-to-paste prompts that force any model to write in a chosen profile.

coming soon

use hyv prompt in the cli for now. full in-app prompt builder is in progress.

usage

live account activity from your cli and dashboard.

syncing…
loading usage…

teams

manage your team and shared voice profiles.

team members

loading...

billing

manage your subscription and payment method.

current plan

plans

individual

$1 first month, then $9/mo

for solo creators and founders.

  • 1 voice profile
  • unlimited scans and rewrites
  • all format rules
  • profile learning loop
  • cli access

multiple

$29 /month

for teams and agencies.

  • unlimited voice profiles
  • team sharing
  • unlimited scans and rewrites
  • all format rules
  • profile learning loop
  • cli access

docs

everything you need to use hyv.

cli reference

full documentation for every hyv command.

view wiki →
api reference

rest api endpoints for programmatic access.

api docs →
blog

guides on brand voice, ai writing, and content strategy.

read blog →
faq

common questions about hyv, voice profiles, and the cli.

browse faq →