<?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: Dima Polskoy</title>
    <description>The latest articles on DEV Community by Dima Polskoy (@polskoydm).</description>
    <link>https://dev.to/polskoydm</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%2F3872162%2Fc0e0e971-d28d-4eb9-b1c9-8a7f7241d791.jpg</url>
      <title>DEV Community: Dima Polskoy</title>
      <link>https://dev.to/polskoydm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/polskoydm"/>
    <language>en</language>
    <item>
      <title>How I Built a Free AI Video Generator</title>
      <dc:creator>Dima Polskoy</dc:creator>
      <pubDate>Fri, 10 Apr 2026 16:49:59 +0000</pubDate>
      <link>https://dev.to/polskoydm/how-i-built-a-free-ai-video-generator-5beh</link>
      <guid>https://dev.to/polskoydm/how-i-built-a-free-ai-video-generator-5beh</guid>
      <description>&lt;p&gt;I'm a mobile dev running a small studio in Israel. We ship React Native and Flutter apps — eSIM, delivery, VPN, VoIP. A few months ago I started building &lt;strong&gt;CreatorAI&lt;/strong&gt; — an AI video editor that actually lets people try it for free.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every AI video tool charges $20-40/month before you even know if it works. Runway, Pika, Kling — all great tech, all paywalled. Small creators and businesses can't justify that cost to test an idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;CreatorAI&lt;/strong&gt; — a free video editor + AI video generator.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Editor is 100% free&lt;/strong&gt; — trim, captions, music, transitions, filters, export in HD&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;10 free AI credits&lt;/strong&gt; on signup — no card, no trial that auto-charges&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text-to-video&lt;/strong&gt; — describe a scene, get a clip&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image-to-video&lt;/strong&gt; — upload a photo, animate it&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Web + iOS + Android&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React Native (Expo) for mobile, Next.js for web&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Models:&lt;/strong&gt; Kling v2.1, Seedance Lite via fal.ai&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js + Supabase&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; RevenueCat + Paddle&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Vercel (web), EAS (mobile)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How AI Generation Works
&lt;/h2&gt;

&lt;p&gt;User submits a prompt → backend queues it → fal.ai processes with Kling or Seedance → video URL returned → user downloads.&lt;/p&gt;

&lt;p&gt;Fallback chain: if primary model fails, it tries the next one. Auto-refund credits on failure.&lt;/p&gt;

&lt;p&gt;Credit packs:&lt;br&gt;
| Credits | Price |&lt;br&gt;
|---------|-------|&lt;br&gt;
| 10 | Free (signup) |&lt;br&gt;
| 100 | $10 |&lt;br&gt;
| 200 | $15 |&lt;br&gt;
| 300 | $20 |&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Free tier drives everything.&lt;/strong&gt; 5% of free users convert to paid. But without free, nobody tries it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model quality matters more than speed.&lt;/strong&gt; Switched from PixVerse to Kling — generation takes longer but output quality jumped 3x. Nobody complained.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-first wins.&lt;/strong&gt; 70% of our users are on phone. Web is for discovery, app is for retention.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Don't build your own model.&lt;/strong&gt; Using fal.ai APIs saved months of infra work. Focus on UX, not GPUs.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Results So Far
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;56 App Store units this month (+700%)&lt;/li&gt;
&lt;li&gt;4 real external users generating content&lt;/li&gt;
&lt;li&gt;Running TikTok ads at $5/day targeting creators&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;📱 App Store: &lt;a href="https://apps.apple.com/ca/app/creatorai/id6757284712" rel="noopener noreferrer"&gt;https://apps.apple.com/ca/app/creatorai/id6757284712&lt;/a&gt;&lt;br&gt;
🤖 Google Play: &lt;a href="https://play.google.com/store/apps/details?id=com.theholylabs.creator" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.theholylabs.creator&lt;/a&gt;&lt;br&gt;
🔗 Web: &lt;a href="https://creatorai.art" rel="noopener noreferrer"&gt;https://creatorai.art&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;10 free credits, no card. Would love feedback from the dev community — what would you build with free text-to-video?&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by &lt;a href="https://holylabs.net" rel="noopener noreferrer"&gt;Holylabs&lt;/a&gt; — we build white-label mobile apps. If you need a custom app, say hi: &lt;a href="mailto:dima@holylabs.net"&gt;dima@holylabs.net&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>saas</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
