<?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: Marwan Hamdy</title>
    <description>The latest articles on DEV Community by Marwan Hamdy (@m1rw).</description>
    <link>https://dev.to/m1rw</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%2F3956450%2Fbf2b516a-7e23-4a24-b182-34332d061e04.png</url>
      <title>DEV Community: Marwan Hamdy</title>
      <link>https://dev.to/m1rw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/m1rw"/>
    <language>en</language>
    <item>
      <title>MindPal: finishing the AI support app that remembers what matters</title>
      <dc:creator>Marwan Hamdy</dc:creator>
      <pubDate>Sat, 06 Jun 2026 19:38:09 +0000</pubDate>
      <link>https://dev.to/m1rw/mindpal-finishing-the-ai-support-app-that-remembers-what-matters-4ne5</link>
      <guid>https://dev.to/m1rw/mindpal-finishing-the-ai-support-app-that-remembers-what-matters-4ne5</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;MindPal&lt;/strong&gt; — a private AI support app for people who need clarity when their mind is loud.&lt;/p&gt;

&lt;p&gt;The project started as something much smaller: a Discord bot for mental-health resources, coping strategies, cognitive tools, and safe fallback replies.&lt;/p&gt;

&lt;p&gt;That was useful, but it was not the real product.&lt;/p&gt;

&lt;p&gt;A support system should not feel like typing commands into a bot. It should feel like opening a private space where you can think out loud, be messy, calm down, sort the signal from the noise, and come back later without explaining yourself from zero.&lt;/p&gt;

&lt;p&gt;So I rebuilt MindPal into a full web app.&lt;/p&gt;

&lt;p&gt;MindPal now has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;browser chat interface&lt;/li&gt;
&lt;li&gt;voice input&lt;/li&gt;
&lt;li&gt;Firebase authentication&lt;/li&gt;
&lt;li&gt;guest/local mode&lt;/li&gt;
&lt;li&gt;signed-in cloud mode&lt;/li&gt;
&lt;li&gt;cloud chat sync&lt;/li&gt;
&lt;li&gt;structured memory&lt;/li&gt;
&lt;li&gt;memory inspector&lt;/li&gt;
&lt;li&gt;semantic intake before generation&lt;/li&gt;
&lt;li&gt;response modes&lt;/li&gt;
&lt;li&gt;Cognitive Tools UI&lt;/li&gt;
&lt;li&gt;clinical-framework RAG&lt;/li&gt;
&lt;li&gt;safety routing before LLM generation&lt;/li&gt;
&lt;li&gt;output guard after generation&lt;/li&gt;
&lt;li&gt;provider fallback chain&lt;/li&gt;
&lt;li&gt;Vercel deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The core idea is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Understand first. Then answer.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Most AI companions react to the latest sentence.&lt;/p&gt;

&lt;p&gt;MindPal tries to understand what is happening underneath the sentence.&lt;/p&gt;

&lt;p&gt;If you panic, it grounds you.&lt;/p&gt;

&lt;p&gt;If you overthink, it separates facts from assumptions.&lt;/p&gt;

&lt;p&gt;If you are angry, it slows the impulse.&lt;/p&gt;

&lt;p&gt;If your relationship hurts, it helps you see the pattern.&lt;/p&gt;

&lt;p&gt;If you are under pressure, it gives you the next move.&lt;/p&gt;

&lt;p&gt;That is what I wanted to finish: not another chatbot, but a private thinking space with memory, voice, structure, and safety built into the flow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Live demo: &lt;a href="https://mindpal-demo.vercel.app" rel="noopener noreferrer"&gt;MindPal Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/M1rw/MindPal" rel="noopener noreferrer"&gt;MindPal GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/ZuNH2GgVs_g"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;The walkthrough shows the final product experience: the landing flow, chat interface, voice-style interaction, MindPal’s positioning, and the core idea behind the app — AI support that remembers what matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;MindPal was not abandoned because the idea was bad.&lt;/p&gt;

&lt;p&gt;It was unfinished because the first shape was too small.&lt;/p&gt;

&lt;p&gt;The original version was a Discord bot. It had the right intention: give people resources, coping strategies, safe support, and cognitive tools. But the more I worked on it, the more obvious the problem became.&lt;/p&gt;

&lt;p&gt;Discord was not the right home for this product.&lt;/p&gt;

&lt;p&gt;A mental clarity tool needs control over the full experience:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
txt
private chat history
persistent memory
voice input
better UI
auth
cloud sync
local-only mode
structured response rendering
clinical framework retrieval
browser-first interaction
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
