<?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: paulgdl9</title>
    <description>The latest articles on DEV Community by paulgdl9 (@paulgdl9).</description>
    <link>https://dev.to/paulgdl9</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%2F4109962%2F957d1062-b80b-4719-ba1f-9643ef068433.png</url>
      <title>DEV Community: paulgdl9</title>
      <link>https://dev.to/paulgdl9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paulgdl9"/>
    <language>en</language>
    <item>
      <title>I built a self-hosted second brain where Markdown is the database</title>
      <dc:creator>paulgdl9</dc:creator>
      <pubDate>Fri, 04 Sep 2026 14:40:09 +0000</pubDate>
      <link>https://dev.to/paulgdl9/i-built-a-self-hosted-second-brain-where-markdown-is-the-database-oo8</link>
      <guid>https://dev.to/paulgdl9/i-built-a-self-hosted-second-brain-where-markdown-is-the-database-oo8</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm93twhgu9utj8vo1fusu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm93twhgu9utj8vo1fusu.png" alt="self-hosted second brain" width="799" height="556"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;NervaBrain&lt;/strong&gt;, an open-source, self-hosted second brain built around a plain Markdown vault.&lt;/p&gt;

&lt;p&gt;The idea is simple: I wanted one place for notes, tasks, projects, goals and personal context without moving everything into another proprietary database.&lt;/p&gt;

&lt;p&gt;So the vault itself is the source of truth.&lt;/p&gt;

&lt;p&gt;You can open the same files with Obsidian, Git or any Markdown editor. NervaBrain adds a web interface and workflows on top of them.&lt;/p&gt;

&lt;p&gt;It currently includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;notes, inbox, tasks and projects&lt;/li&gt;
&lt;li&gt;daily briefs and weekly reviews&lt;/li&gt;
&lt;li&gt;goals and custom dashboards&lt;/li&gt;
&lt;li&gt;RSS feeds&lt;/li&gt;
&lt;li&gt;a native MCP server&lt;/li&gt;
&lt;li&gt;optional Claude and Codex integrations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI is completely optional. When enabled, NervaBrain retrieves relevant context from the vault instead of sending the entire knowledge base for every request.&lt;/p&gt;

&lt;p&gt;The AI bridge also runs separately with read-only access to the vault, while writes go through the application.&lt;/p&gt;

&lt;p&gt;The main design constraint was portability: if NervaBrain disappears tomorrow, your data is still just a folder of readable Markdown files.&lt;/p&gt;

&lt;p&gt;It runs with Docker Compose and is licensed under AGPL-3.0.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Website / docs:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://nervabrain.com" rel="noopener noreferrer"&gt;https://nervabrain.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback on the Markdown-first architecture, especially from people building or self-hosting personal knowledge systems.&lt;/p&gt;

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