Version amnesia.
That prompt that worked perfectly three weeks ago? Gone. You rewrote it, forgot the original, and now you're debugging a regression you can't even trace.
Prompt Manager 2.0 gives engineers a local-first, version-controlled workspace to build, iterate, and deploy prompts with zero API cost and zero vendor lock-in.
One-time payment. No subscription. No expiry.
Version control for the prompts that run your stack.
That prompt that worked perfectly three weeks ago? Gone. You rewrote it, forgot the original, and now you're debugging a regression you can't even trace.
Slack threads. Notion pages. .txt files in ~/Desktop/misc/. Your best prompts are scattered across tools that don't talk to each other.
Every iteration loop costs tokens. Testing, tweaking, re-running — it adds up. There's no way to prototype locally when every call hits your bill.
You got a great output once. You have no idea what prompt configuration produced it. You can't reproduce it. You can't ship it.
Prompt engineering without version control is like shipping code without git.
Atomic version control. Local-first. Zero API cost.
Prompt Manager 2.0 treats your prompts as what they actually are: load-bearing infrastructure. Every iteration is versioned. Every deployment is tracked. Every rollback is one click.
It runs entirely on your machine. Pair it with LM Studio or Ollama and your entire prompt iteration loop costs $0 per token. No cloud dependency. No rate limits. No vendor extracting rent from your intelligence.
This is Sovereign Intelligence. Your models, your prompts, your rules.
Every prompt change is a discrete, named commit. Diff two versions. Roll back instantly. Ship the exact configuration that worked.
All data stays on your machine. Privacy First. We only use basic Google Analytics to see which prompts are popular and improve the site. No personal data is collected. No sync to external servers. Your prompts don't fund someone else's training set.
Open. Edit. Deploy. The interface disappears. The output is all that remains. No unnecessary modals, no onboarding wizards, no "welcome back" emails.
Connect any local LLM in under 60 seconds. Run Llama, Mistral, Phi, or any GGUF model. Zero API cost. Infinite iterations.
Every save creates a versioned snapshot. Compare any two versions side-by-side. See exactly what changed, when, and why.
Mark a prompt version as "deployed". Track which version is live. Never wonder what's running in production again.
Native LM Studio and Ollama support. Connect your local model endpoint in one line. Full prompt testing loop at $0 per run.
Tag prompts by model, use case, project, or status. Filter in milliseconds. Find the exact configuration you need without grep.
Export any prompt or full library as JSON. Import on a new machine in seconds. Your library moves with you — not with the app.
Zero network dependency for core features. Works on a plane, in a datacenter, behind a firewall. Your workflow never waits for a server.
Privacy First. We only use basic Google Analytics to see which prompts are popular and improve the site. No personal data is collected. No accounts. No expiry dates.
Prompt Manager 2.0 — Lifetime Access
$2.99
One-time payment via Gumroad. No subscription. Ever.
The cost of a single GPT-4 API call. Paid once. Used forever.
No API key. No cloud account. No cost per token.
Prompt Manager 2.0 pairs with LM Studio or Ollama to give you a complete, cost-free prompt engineering environment. Here's how to connect in four steps.
Go to lmstudio.ai and download the installer for your OS.
Free download. No account needed.Open LM Studio → Search for a model such as Llama 3, Mistral 7B, or Phi-3 → Click Download.
Models run locally. GGUF format recommended for performance.In LM Studio, click the Local Server tab → Select your loaded model → Click Start Server.
Default endpoint: http://localhost:1234/v1
LM Studio exposes an OpenAI-compatible API.
Open Prompt Manager 2.0 → Settings → LLM Endpoint → paste your local server URL → Save.
http://localhost:1234/v1
Your prompts now run on local compute. $0 per token.
Visit ollama.com and run the one-line installer for your OS.
curl -fsSL https://ollama.com/install.sh | sh
macOS, Linux, and Windows supported.
Open your terminal and pull any supported model.
ollama pull llama3
Model downloads to local storage. Runs offline after pull.
Ollama starts a local server automatically after install. No configuration needed.
Default endpoint: http://localhost:11434
Open Prompt Manager 2.0 → Settings → LLM Endpoint → enter Ollama endpoint → Save.
http://localhost:11434
Same workflow. Zero cost. Full local control.
Your entire prompt development loop — write, version, test, deploy — now runs locally. Forever free to iterate.
A working prompt optimizer wired to LM Studio at http://127.0.0.1:1234/v1/chat/completions.
Write your prompt here...
Copy. Deploy. Roll back when needed.