DEV Community

Enzo Turletti
Enzo Turletti

Posted on

I kept seeing the same prompt-management code in every repo — so I made it a CLI

I noticed that we keep implementing the same local prompt management system over and over again, in completely different repositories. The issues even use the same words: prompts are hardcoded, changing one requires a redeploy, there is no versioning.

Instead of solving the same problem again, I built a version anyone can use: PromptFlip.

Prompts live as files in your repository, versioned git-style — commit, diff, rollback. Everything works fully offline: no account, no cloud, nothing to sign up for.

pip install promptflip

Repo: https://github.com/tursdev-org/promptflip

I want to be honest: there is a paid cloud side, but the CLI does not need it and is free forever.

Destroy my idea if you want... I'll fix bug reports and workflow suggestions quickly.

Top comments (0)