One hotkey rewrites your prompt before it’s sent — so ChatGPT, Claude, Cursor, and every other AI actually give you what you meant.
HotkeyX picks the mode automatically — toggle here is just to preview each.
import { useAuth } from "@/hooks/useAuth";
import { Input, Button } from "@/components/ui";
export default function SignUp() {
const { signUp } = useAuth();
return (
<form onSubmit={signUp}>
<Input name="email" type="email" />
<Input name="password" type="password" />
<Button>Create account</Button>
</form>
);
}Selection in, polished prompt out — HotkeyX is a system-wide service. It doesn't care what app you're in.
…and every other AI app with a text field.
A 30-second tour through Code, Image, and Writing prompts — captured straight from a working Mac.
Hit Tabwhen the overlay opens and HotkeyX reads what you've highlighted, figures out what's missing, and asks a few quick questions before writing anything. Same hotkey, no new gesture.
Pick a tab to preview each — in real use, HotkeyX picks for you.
Build a React 19 + TypeScript login page component. Layout: centered card on a full-viewport background — email input, password input, "Log In" submit button, and a "Forgot password?" link below the button. State: controlled inputs for email and password via useState; a loading boolean that disables the button and shows a spinner while submitting. Props: onSubmit: (email: string, password: string) => Promise<void>. Validation: show an inline error message if either field is empty on submit. Use Tailwind CSS for styling. The card should be responsive (full-width on mobile, max-w-sm centered on sm+). Include aria-label on each input.
Press ⌃⌥Space anywhere on your Mac — Notion, Xcode, Slack, ChatGPT — and your selected text becomes a structured prompt in seconds.
Writing in your coding AI? It preserves your code seeds. In a browser? It pulls the URL as context. No setup. No copy-paste.
HotkeyX doesn't rephrase — it rebuilds with intent, constraints, and output format. The kind AI responds to.
value, onChange, presetsYou don't pick Code vs. Image vs. Research — HotkeyX reads your selection and routes it to the right rewrite mode automatically.
An optional, locally-encrypted log of what you've improved — reuse what worked.
The overlay stays open. Tabonce to push it further, again for a different angle. Commit only when it's right.
HotkeyX improves your prompts instantly across ChatGPT, Claude, Cursor, Notion, Slack, Midjourney, and more — so you get better AI outputs with less effort.
Yes. HotkeyX works in any app with a text field — ChatGPT, Claude, Cursor, Midjourney, Notion, Slack, VS Code, Xcode, Mail, even your browser's address bar. It reads what you've selected and rewrites it in place, no copy-paste.