<?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: Sergiu Cepleanu</title>
    <description>The latest articles on DEV Community by Sergiu Cepleanu (@vlahx).</description>
    <link>https://dev.to/vlahx</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%2F4117978%2F265ec220-46e4-40ef-a8ea-584271a2d350.jpg</url>
      <title>DEV Community: Sergiu Cepleanu</title>
      <link>https://dev.to/vlahx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vlahx"/>
    <language>en</language>
    <item>
      <title>Introducing VlahX Engine: An Ultra-Fast, Decoupled Web Platform Built with FastAPI &amp; SQLite</title>
      <dc:creator>Sergiu Cepleanu</dc:creator>
      <pubDate>Wed, 09 Sep 2026 17:34:07 +0000</pubDate>
      <link>https://dev.to/vlahx/introducing-vlahx-engine-an-ultra-fast-decoupled-web-platform-built-with-fastapi-sqlite-1h6a</link>
      <guid>https://dev.to/vlahx/introducing-vlahx-engine-an-ultra-fast-decoupled-web-platform-built-with-fastapi-sqlite-1h6a</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Introducing VlahX Engine
&lt;/h1&gt;

&lt;p&gt;Building modern web applications often means choosing between heavy monolithic CMS platforms or building everything from scratch. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VlahX Engine&lt;/strong&gt; is an ultra-fast, modular web platform designed to bridge this gap. Built from the ground up with &lt;strong&gt;Python 3.11+&lt;/strong&gt;, &lt;strong&gt;FastAPI&lt;/strong&gt;, &lt;strong&gt;SQLite (WAL mode)&lt;/strong&gt;, &lt;strong&gt;Jinja2&lt;/strong&gt;, and &lt;strong&gt;Bootstrap 5&lt;/strong&gt;, VlahX Engine offers clean architecture, native path i18n, and a fully decoupled plugin ecosystem.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Why VlahX Engine?
&lt;/h2&gt;

&lt;p&gt;Most web platforms ship with bloated core features that clutter the codebase. VlahX Engine takes a different approach:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100% Bare Core in Git&lt;/strong&gt;: The core repository contains strictly the essentials needed to run the engine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decoupled Plugin Architecture&lt;/strong&gt;: Core features like Blogging, Minishop, AI Authoring, and Analytics live as independent plugins hosted in the central repository.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extreme Speed &amp;amp; Low Footprint&lt;/strong&gt;: Powered by FastAPI and SQLite WAL mode for near-instant response times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Native Path i18n &amp;amp; SEO&lt;/strong&gt;: Clean &lt;code&gt;/{lang}/...&lt;/code&gt; path routing with automatic &lt;code&gt;&amp;lt;link rel="canonical"&amp;gt;&lt;/code&gt;, &lt;code&gt;hreflang&lt;/code&gt; tags, and dynamic XML sitemaps.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🏗️ Technical Architecture
&lt;/h2&gt;

&lt;p&gt;VlahX Engine leverages modern Python web standards:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Tech Stack&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Framework&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;FastAPI (ASGI / Python 3.11+)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Database&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;SQLite with WAL (Write-Ahead Logging)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Templating&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jinja2 + Bootstrap 5 + Vanilla JS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Internationalization&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Path-based routing (&lt;code&gt;/en/...&lt;/code&gt;, &lt;code&gt;/ro/...&lt;/code&gt;) with dynamic locale fallback&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Plugin SDK&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Event-driven hooks (&lt;code&gt;template_hooks&lt;/code&gt;, &lt;code&gt;admin_nav&lt;/code&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  🔌 Decoupled Plugin Ecosystem
&lt;/h2&gt;

&lt;p&gt;Plugins in VlahX are standalone packages that can be installed, updated, or uninstalled dynamically without modifying the Core.&lt;/p&gt;

&lt;p&gt;Currently available official plugins include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📚 &lt;strong&gt;VlahX Blog &amp;amp; Pages&lt;/strong&gt;: Complete publishing engine with category management, views tracking, and SEO tools.&lt;/li&gt;
&lt;li&gt;🛍️ &lt;strong&gt;VlahX Minishop&lt;/strong&gt;: E-commerce module with products, cart, and order management.&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;VlahX AI Author&lt;/strong&gt;: Integrated AI assistant for automated content generation and comment interactions.&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;VlahX Analytics&lt;/strong&gt;: Privacy-focused real-time visitor statistics.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🌐 Live Demo &amp;amp; Open Source
&lt;/h2&gt;

&lt;p&gt;VlahX Engine is completely open source and welcoming contributors!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 &lt;strong&gt;Live Website &amp;amp; Demo&lt;/strong&gt;: &lt;a href="https://vlahx.org/about" rel="noopener noreferrer"&gt;vlahx.org/about&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;GitHub Repository&lt;/strong&gt;: &lt;a href="https://github.com/vlahx/vlahx-engine" rel="noopener noreferrer"&gt;github.com/vlahx/vlahx-engine&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🏪 &lt;strong&gt;Extension Store&lt;/strong&gt;: &lt;a href="https://repo.vlahx.org" rel="noopener noreferrer"&gt;repo.vlahx.org&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;💬 &lt;strong&gt;What do you think of this architecture?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
We’d love to hear your feedback, suggestions, or ideas for new plugins in the comments below!&lt;/p&gt;

</description>
      <category>python</category>
      <category>fastapi</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
