<?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: Kshitij Raj</title>
    <description>The latest articles on DEV Community by Kshitij Raj (@kshitij_raj_5c222aad573b4).</description>
    <link>https://dev.to/kshitij_raj_5c222aad573b4</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3345562%2Fd316e9be-d5e7-437f-9e33-4925fef18492.jpg</url>
      <title>DEV Community: Kshitij Raj</title>
      <link>https://dev.to/kshitij_raj_5c222aad573b4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kshitij_raj_5c222aad573b4"/>
    <language>en</language>
    <item>
      <title>Stop developers from DMing .env files.</title>
      <dc:creator>Kshitij Raj</dc:creator>
      <pubDate>Wed, 27 May 2026 10:58:05 +0000</pubDate>
      <link>https://dev.to/kshitij_raj_5c222aad573b4/stop-developers-from-dming-env-files-20ke</link>
      <guid>https://dev.to/kshitij_raj_5c222aad573b4/stop-developers-from-dming-env-files-20ke</guid>
      <description>&lt;p&gt;I’m building VaultLite —a lightweight, zero-knowledge secrets manager designed specifically for small teams and dev shops where enterprise tools (like HashiCorp Vault or Azure Key Vault) are just massive overkill.&lt;/p&gt;

&lt;p&gt;I kept seeing small teams fall back to terrible security habits (like pinning unencrypted database strings in Slack or Notion), so I wanted to build a CLI workflow with zero infrastructure bloat.&lt;/p&gt;

&lt;p&gt;The Architecture:&lt;/p&gt;

&lt;p&gt;🔒 Zero-Knowledge Security: It uses the browser-native Web Crypto API to encrypt variables (AES-GCM) on the client side before they are sent to the Cloud Firestore backend. We literally cannot see your keys.&lt;/p&gt;

&lt;p&gt;⚡ Frictionless Developer Experience: Developers just run a Node CLI command (vaultlite pull --project my-app) to securely fetch, decrypt, and drop the .env file locally.&lt;/p&gt;

&lt;p&gt;🔄 Pipeline Ready: Currently building out serverless Azure Function webhooks to inject these variables directly into GitHub Actions or Vercel pipelines at runtime.&lt;/p&gt;

&lt;p&gt;If you manage a small team and are tired of the "it works on my machine" debugging loops caused by mismatched config files, I'd love for you to check it out.&lt;/p&gt;

&lt;p&gt;Currently offering a highly discounted Lifetime Founder's license (no monthly subscriptions) while we are in early beta.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://www.getvaultlite.com" rel="noopener noreferrer"&gt;https://www.getvaultlite.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love any brutal feedback on the client-side encryption architecture!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>devops</category>
      <category>security</category>
    </item>
  </channel>
</rss>
