<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Enzo</title>
    <description>The latest articles on DEV Community by Enzo (@enzoturletti).</description>
    <link>https://dev.to/enzoturletti</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4062322%2Fe7b705be-6600-41be-a214-14a835b24080.png</url>
      <title>DEV Community: Enzo</title>
      <link>https://dev.to/enzoturletti</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/enzoturletti"/>
    <language>en</language>
    <item>
      <title>I kept seeing the same prompt-management code in every repo — so I made it a CLI</title>
      <dc:creator>Enzo</dc:creator>
      <pubDate>Tue, 04 Aug 2026 10:48:05 +0000</pubDate>
      <link>https://dev.to/enzoturletti/i-kept-seeing-the-same-prompt-management-code-in-every-repo-so-i-made-it-a-cli-4ala</link>
      <guid>https://dev.to/enzoturletti/i-kept-seeing-the-same-prompt-management-code-in-every-repo-so-i-made-it-a-cli-4ala</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Instead of solving the same problem again, I built a version anyone can use: &lt;strong&gt;PromptFlip&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;pip install promptflip&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/tursdev-org/promptflip" rel="noopener noreferrer"&gt;https://github.com/tursdev-org/promptflip&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Destroy my idea if you want... I'll fix bug reports and workflow suggestions quickly.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>opensource</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
