<?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: Sebastien VEZZANI</title>
    <description>The latest articles on DEV Community by Sebastien VEZZANI (@seb_c1a097a).</description>
    <link>https://dev.to/seb_c1a097a</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%2F3948959%2F37740713-831e-4941-9792-492e94976c53.png</url>
      <title>DEV Community: Sebastien VEZZANI</title>
      <link>https://dev.to/seb_c1a097a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seb_c1a097a"/>
    <language>en</language>
    <item>
      <title>Axomind : planning, encrypted messaging and mind maps. Self-hosted.</title>
      <dc:creator>Sebastien VEZZANI</dc:creator>
      <pubDate>Sun, 24 May 2026 11:22:44 +0000</pubDate>
      <link>https://dev.to/seb_c1a097a/i-built-a-collaborative-platform-alone-it-runs-on-a-100eu-pc-2aai</link>
      <guid>https://dev.to/seb_c1a097a/i-built-a-collaborative-platform-alone-it-runs-on-a-100eu-pc-2aai</guid>
      <description>&lt;p&gt;Hello. I'm a solo developer. I built Axomind.&lt;/p&gt;

&lt;p&gt;It's a collaborative platform combining Gantt planning, encrypted messaging (AES-256-GCM) and mind maps. Zero tracking. 26 themes (light and dark variants).&lt;/p&gt;

&lt;p&gt;The full stack runs on a single refurbished mini PC. Intel i5, 2 cores, 16GB RAM, 35W. 100€ on the second-hand market. 8€ per month in electricity.&lt;/p&gt;

&lt;p&gt;Load tested at 200 concurrent users. Zero failures. Median response 78ms. Self-hosted cost is about 90% below an equivalent AWS setup.&lt;/p&gt;

&lt;p&gt;The client keeps a local copy of the data and only asks the server for what changed since the last sync. An in-memory cache sits in front of the database. Deletions propagate as small markers. Sensitive text fields are AES-256-GCM encrypted before touching the disk. The database shows ciphertext, never plaintext.&lt;/p&gt;

&lt;p&gt;294 client-side integration tests. 400+ CI/CD pipelines. Server-side load benchmarks. DevTools profiling on the client.&lt;/p&gt;

&lt;p&gt;The application source code is private by security choice. Builds, docs and install guides are public. Beta, testable on Android, Windows and Linux.&lt;/p&gt;

&lt;p&gt;Bot API included. MCP layer planned on top of it for supervised AI agents.&lt;/p&gt;

&lt;p&gt;I'm here to share what I've built and connect with people who take privacy, architecture and real performance seriously.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Sebastien-VZN/axomind" rel="noopener noreferrer"&gt;https://github.com/Sebastien-VZN/axomind&lt;/a&gt;&lt;/p&gt;

</description>
      <category>infrastructure</category>
      <category>performance</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
