Free
Rewrite your prompts on ChatGPT, Claude, Gemini, and Perplexity. No card required.
- 30 rewrites / month
- All four LLM sites
- Dashboard + usage history
- Per-site enable / disable
- Community support
A VS Code extension in private beta. An MCP server v2 coming soon that plugs into Cursor, Claude Code, Windsurf, and Zed. Same rewriter as the Chrome extension — wired into the surfaces you already type into.
Install the VSIX, sign in once, and the Rewrite command shows up in your Command Palette (⌘+⇧+P → PrePrompt: Rewrite). Same classifier (the heuristic that grades your prompt and decides whether to rewrite it), same Haiku rewrite, same Undo — wired into the chat panel you already use.
Sub-ms heuristic score runs in the extension host. Trivial prompts never leave your machine.
We don't proxy your key. The extension calls Anthropic directly using your existing API credential.
Detects your repo from git. Recalls language / framework / style across sessions so rewrites feel local.
Copilot Chat, Continue.dev, Cody — anywhere there's a text input the extension drops a Rewrite button next to Send.
PrePrompt's next major release is an MCP server v2 that any MCP-speaking IDE picks up natively. Rewrites trigger off the UserPromptSubmit event — no Command Palette, no separate button — the prompt is rewritten in-flight before the model sees it. We're shipping v2 with shared cross-machine memory and a cleaner config story than v1.
Targeted clients
The same three-stage pipeline drives every PrePrompt surface — Chrome extension, VS Code, MCP. The classifier is local. The rewrite is one network call.
Every prompt fires a hook the moment you press Send. The browser ext / VS Code ext / MCP server all intercept at the same boundary.
$ on("user_prompt_submit", run)Heuristic score in under a millisecond. Trivial prompts pass through. Vague prompts route to clarify. Bad prompts route to rewrite.
$ score = 41 · route = rewriteOne round-trip to Claude Haiku. Project context + stack memory get prepended so the rewrite knows your stack, file, framework.
$ preprompt → claude("rewritten…")Every plan includes the rewriter on ChatGPT, Claude, Gemini, and Perplexity. Plans differ in monthly quota and support level.
Rewrite your prompts on ChatGPT, Claude, Gemini, and Perplexity. No card required.
For people who prompt every day. 500 credits monthly. Unlimited local checks.
For people who live in prompts. 1,500 credits and larger top-ups. Premium model access coming soon.
A credit is used per powered rewrite (Haiku = 1 credit; Sonnet = 5, coming soon). How credits work →
The six we get the most from devs evaluating PrePrompt for VS Code, Cursor, Claude Code, or MCP.
Cmd+Shift+P → PrePrompt: Rewrite. Until v2 ships, the closest path is the VS Code extension (private beta), which works inside Cursor’s VS Code- compatible UI.pip install preprompt for CLI use today.pip install preprompt gives you a rewrite command suitable for git hooks, CI prompt-spec checks, or scripted automation. Same classifier and rewriter as the extensions, BYO Anthropic key, no rate limit beyond your own Anthropic account.We're happy to chat through dev / Pro tier sizing, MCP v2 timelines, partnership ideas, or just the spec. Email us.