Free AI Prompt Gen: Local-First Open-Source Prompt Tool
It doesn't try to be another SaaS dashboard. You run it on your own machine, point it at whatever LLM API you already use (or a local model through Ollama), and it handles the unglamorous side of prompt work: generating variations, managing templates, and keeping a version history. Everything stays inside your network, which matters when you're iterating on prompts that contain customer information or internal logic you'd rather not hand to a random web service.
The core workflow is refreshingly direct. You drop in a rough instruction like "summarize this support ticket and identify the urgency level," and the tool expands it into multiple candidate prompts—some with role prefixes, some with output format constraints, some with few-shot style examples. Then you compare them side by side and pick what actually works. No telemetry, no account system, no "sync to cloud" button staring at you. Just a piece of software that does its job and gets out of the way.
On the comparison front, I've used a couple of paid web-based prompt builders that lock useful features behind their Pro tier. This tool skips that entirely. The whole generator—including template saving and version diffs—is free and open source. For anyone doing serious prompt engineering, that's a meaningful change. You can audit exactly what the code does, which you can't do with a closed platform.
- Privacy: prompt drafts and test histories never leave your machine unless you explicitly call an API
- Cost: no subscription; you just pay for whatever LLM tokens you consume
- Extensibility: being open source, it's straightforward to adapt if you want different prompt strategies or custom parsers
There are rough edges. The current version is a bit thin on multi-model comparisons—you can't test one prompt against three different models in a single run without manual setup. The diff view between two generated prompts