<?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: Ohad Krispin</title>
    <description>The latest articles on DEV Community by Ohad Krispin (@ohadkr).</description>
    <link>https://dev.to/ohadkr</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%2F3991233%2F0d44acd9-f1c7-47b8-a312-db9ac157b712.png</url>
      <title>DEV Community: Ohad Krispin</title>
      <link>https://dev.to/ohadkr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ohadkr"/>
    <language>en</language>
    <item>
      <title>AI Can Build the Prototype. Production Is Still the Hard Part.</title>
      <dc:creator>Ohad Krispin</dc:creator>
      <pubDate>Thu, 18 Jun 2026 16:02:07 +0000</pubDate>
      <link>https://dev.to/ohadkr/ai-can-build-the-prototype-production-is-still-the-hard-part-2adk</link>
      <guid>https://dev.to/ohadkr/ai-can-build-the-prototype-production-is-still-the-hard-part-2adk</guid>
      <description>&lt;p&gt;AI coding tools make it very easy to get an app running.&lt;/p&gt;

&lt;p&gt;But getting from “it works locally” to “real users can depend on this” is still where things get messy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;auth providers&lt;/li&gt;
&lt;li&gt;environment variables&lt;/li&gt;
&lt;li&gt;Supabase/RLS&lt;/li&gt;
&lt;li&gt;webhooks&lt;/li&gt;
&lt;li&gt;billing&lt;/li&gt;
&lt;li&gt;deployment settings&lt;/li&gt;
&lt;li&gt;provider dashboards&lt;/li&gt;
&lt;li&gt;monitoring&lt;/li&gt;
&lt;li&gt;version control hygiene&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built VibeRaven as an open-source tool to help with that gap.&lt;/p&gt;

&lt;p&gt;Instead of treating production readiness as a vague checklist, it scans the repo and creates a mission map of what exists, what is missing, what needs provider action, and what should be verified before launch.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/ohad6k/VibeRaven" rel="noopener noreferrer"&gt;https://github.com/ohad6k/VibeRaven&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Run it with:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
npx -y viberaven
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
