<?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: Vladimir Zhuravlev</title>
    <description>The latest articles on DEV Community by Vladimir Zhuravlev (@thehemen).</description>
    <link>https://dev.to/thehemen</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%2F3949106%2Fb1222bfa-c465-4ac3-a4e1-dfd7a3eeff4e.png</url>
      <title>DEV Community: Vladimir Zhuravlev</title>
      <link>https://dev.to/thehemen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thehemen"/>
    <language>en</language>
    <item>
      <title>I built AI Web Platform.</title>
      <dc:creator>Vladimir Zhuravlev</dc:creator>
      <pubDate>Sun, 24 May 2026 13:48:12 +0000</pubDate>
      <link>https://dev.to/thehemen/i-built-ai-web-platform-7ek</link>
      <guid>https://dev.to/thehemen/i-built-ai-web-platform-7ek</guid>
      <description>&lt;p&gt;Hi everyone! I’d like to share my project - AI Web Platform.&lt;/p&gt;

&lt;p&gt;It’s a full-stack platform for creating AI-generated video projects with a scene-based workflow. Users can create a project, generate or edit scripts, split them into scenes, generate videos, images with different AI models, manage a timeline, and add music, speech, or sound effects.&lt;/p&gt;

&lt;p&gt;The platform is built with Vue, FastAPI, SQLite, WebSockets, and modular AI model integrations, including video, image, music, TTS, and sound-generation APIs. The main idea is to make AI video production more structured, editable, and convenient for creative workflows.&lt;/p&gt;

&lt;p&gt;Happy to share more details or discuss possible use cases.&lt;/p&gt;

&lt;p&gt;Here's the repository.&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/thehemen" rel="noopener noreferrer"&gt;
        thehemen
      &lt;/a&gt; / &lt;a href="https://github.com/thehemen/ai_platform" rel="noopener noreferrer"&gt;
        ai_platform
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Video Generation Platform&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;A full-stack application for AI-powered video generation with FastAPI backend and Vue.js frontend.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;User authentication and personal workspaces&lt;/li&gt;
&lt;li&gt;OpenAI-powered script generation&lt;/li&gt;
&lt;li&gt;Multi-scene video projects with editable timelines&lt;/li&gt;
&lt;li&gt;Multiple video generation models (Fal.ai Seedance v1.5 Pro)&lt;/li&gt;
&lt;li&gt;WebSocket real-time updates&lt;/li&gt;
&lt;li&gt;Video preview and export functionality&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Architecture&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Backend&lt;/strong&gt;: FastAPI (Python)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;RESTful API with JWT authentication&lt;/li&gt;
&lt;li&gt;WebSocket support for real-time updates&lt;/li&gt;
&lt;li&gt;SQLite database for data persistence&lt;/li&gt;
&lt;li&gt;Modular video API integration system&lt;/li&gt;
&lt;li&gt;OpenAI integration for script generation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Frontend&lt;/strong&gt;: Vue 3 + Vite&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pinia for state management&lt;/li&gt;
&lt;li&gt;Vue Router for navigation&lt;/li&gt;
&lt;li&gt;Axios for API communication&lt;/li&gt;
&lt;li&gt;WebSocket integration&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Setup&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Prerequisites&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Docker and Docker Compose&lt;/li&gt;
&lt;li&gt;OpenAI API key&lt;/li&gt;
&lt;li&gt;Fal.ai API key&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Configuration&lt;/h3&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Copy the environment file template:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;cp .env.example environment&lt;/pre&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Edit &lt;code&gt;environment&lt;/code&gt; file and add your API keys:&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;OPENAI_API_KEY=your_openai_api_key_here
FAL_API_KEY=your_fal_api_key_here
SECRET_KEY=your-secret-key-change-this
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Running with Docker&lt;/h3&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Build and start the containers:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;docker-compose up --build&lt;/pre&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Access the application:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Frontend: &lt;a href="http://localhost:5173" rel="nofollow noopener noreferrer"&gt;http://localhost:5173&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Backend API: &lt;a href="http://localhost:8001" rel="nofollow noopener noreferrer"&gt;http://localhost:8001&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;API Documentation…&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/thehemen/ai_platform" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Good luck!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>chatgpt</category>
      <category>aivideo</category>
      <category>python</category>
    </item>
  </channel>
</rss>
