<?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: Viswajith MP</title>
    <description>The latest articles on DEV Community by Viswajith MP (@viswajith275).</description>
    <link>https://dev.to/viswajith275</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%2F4137176%2F222c73d3-4337-44ec-bf81-ac1a508dcbf0.png</url>
      <title>DEV Community: Viswajith MP</title>
      <link>https://dev.to/viswajith275</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/viswajith275"/>
    <language>en</language>
    <item>
      <title>I got tired of chasing .env files in Group chats, so I built a Git-native secrets manager</title>
      <dc:creator>Viswajith MP</dc:creator>
      <pubDate>Wed, 23 Sep 2026 06:45:40 +0000</pubDate>
      <link>https://dev.to/viswajith275/i-got-tired-of-chasing-env-files-in-group-chats-so-i-built-a-git-native-secrets-manager-200p</link>
      <guid>https://dev.to/viswajith275/i-got-tired-of-chasing-env-files-in-group-chats-so-i-built-a-git-native-secrets-manager-200p</guid>
      <description>&lt;p&gt;Tired of chasing .env files in team group chats?&lt;/p&gt;

&lt;p&gt;We’ve all been there:&lt;/p&gt;

&lt;p&gt;You pull the latest code, run the app, and it crashes. "Wait, did someone add a new env var?"&lt;/p&gt;

&lt;p&gt;Someone pastes a block of plaintext secrets into a Slack or WhatsApp group. Now it lives in your chat history forever.&lt;/p&gt;

&lt;p&gt;The dreaded 2 AM git add . that accidentally commits your local .env to the repository.&lt;/p&gt;

&lt;p&gt;Switching to a staging branch but forgetting to swap your .env, resulting in experimental code hitting production data.&lt;/p&gt;

&lt;p&gt;I got tired of being the unofficial IT department for my own projects, so I built EnvSeal CLI.&lt;/p&gt;

&lt;p&gt;It’s not a cloud service, and it doesn't have a dashboard. It’s an offline, Git-native secrets manager built in Rust. Think of it as "Git for secrets": your vault is just an encrypted file (.envseal) in your repo.&lt;/p&gt;

&lt;p&gt;It switches automatically with git checkout, resolves merge conflicts like code, and uses SSH/Age encryption so you can onboard teammates with a single command (envseal recipient add @github-handle). No cloud accounts, no shared master passwords, no telemetry.&lt;/p&gt;

&lt;p&gt;If you're on a small team, working on side projects, or just want your secrets to live in Git without the overhead, I'd love for you to try it out and tear it apart.&lt;/p&gt;

&lt;p&gt;Check out the repo: &lt;a href="https://github.com/viswajith275/EnvSeal-CLI" rel="noopener noreferrer"&gt;github.com/viswajith275/EnvSeal-CLI&lt;/a&gt;&lt;br&gt;
Read the docs honest trade-offs: &lt;a href="https://envseal-cli.vercel.app" rel="noopener noreferrer"&gt;envseal-cli.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How do you currently handle team secrets? Let me know your workflow (or your brutal feedback) in the comments! &lt;/p&gt;

</description>
      <category>opensource</category>
      <category>rust</category>
      <category>devops</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
