<?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: Bhavik Thakkar</title>
    <description>The latest articles on DEV Community by Bhavik Thakkar (@bhavik_thakkar_63c824f01b).</description>
    <link>https://dev.to/bhavik_thakkar_63c824f01b</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%2F3958686%2F179adad6-7b1e-4791-b491-a55158f292ac.jpg</url>
      <title>DEV Community: Bhavik Thakkar</title>
      <link>https://dev.to/bhavik_thakkar_63c824f01b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhavik_thakkar_63c824f01b"/>
    <language>en</language>
    <item>
      <title>I built a free AI desktop pet for Windows powered by Llama 3.3 70B</title>
      <dc:creator>Bhavik Thakkar</dc:creator>
      <pubDate>Mon, 01 Jun 2026 08:07:08 +0000</pubDate>
      <link>https://dev.to/bhavik_thakkar_63c824f01b/i-built-a-free-ai-desktop-pet-for-windows-powered-by-llama-33-70b-2j8i</link>
      <guid>https://dev.to/bhavik_thakkar_63c824f01b/i-built-a-free-ai-desktop-pet-for-windows-powered-by-llama-33-70b-2j8i</guid>
      <description>&lt;p&gt;I built &lt;strong&gt;BEBO the PET&lt;/strong&gt;, a free open-source AI desktop companion for Windows.&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fdz5ktnl05jzgqin0frvm.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.amazonaws.com%2Fuploads%2Farticles%2Fdz5ktnl05jzgqin0frvm.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea is simple: instead of opening a browser every time you need quick AI help, BEBO lives on your desktop as a small animated assistant. Click it, and a compact panel opens with focused writing tools: summarize, draft email, fix grammar, simplify text, humanize AI-written text, and ask general questions.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://bhavik8025.github.io/BEBO-the-PET/" rel="noopener noreferrer"&gt;https://bhavik8025.github.io/BEBO-the-PET/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/bhavik8025/BEBO-the-PET" rel="noopener noreferrer"&gt;https://github.com/bhavik8025/BEBO-the-PET&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download: &lt;a href="https://github.com/bhavik8025/BEBO-the-PET/releases/tag/v1.0.0" rel="noopener noreferrer"&gt;BEBO the PET v1.0.0 for Windows&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I kept running into the same tiny productivity friction: I wanted AI help, but I did not always want to open a browser, switch tabs, sign in somewhere, paste text into a large chat window, and then switch back to what I was doing.&lt;/p&gt;

&lt;p&gt;Most AI tools are powerful, but they still feel like a separate destination. I wanted something closer to a desktop utility: always nearby, fast to open, and focused on the small writing tasks people repeat every day.&lt;/p&gt;

&lt;p&gt;That became BEBO.&lt;/p&gt;

&lt;h2&gt;
  
  
  What BEBO does
&lt;/h2&gt;

&lt;p&gt;BEBO currently has six focused actions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Summarize&lt;/strong&gt;: turn long text into a clear short summary&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Draft Email&lt;/strong&gt;: turn notes or intent into a professional email&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fix Grammar&lt;/strong&gt;: clean grammar, spelling, and punctuation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simplify&lt;/strong&gt;: rewrite complex text in plain language&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Humanize&lt;/strong&gt;: make robotic AI text sound more natural&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ask AI&lt;/strong&gt;: use a general prompt when the fixed tools are not enough&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also supports keyboard shortcuts, a system tray menu, draggable positioning, and a resizable assistant panel.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;p&gt;BEBO is built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Electron&lt;/strong&gt; for the Windows desktop app&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Node.js&lt;/strong&gt; for the main process and app logic&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vanilla HTML, CSS, and JavaScript&lt;/strong&gt; for the pet and assistant panel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Groq API&lt;/strong&gt; for fast inference&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Llama 3.3 70B Versatile&lt;/strong&gt; as the model behind the AI actions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I kept the frontend simple on purpose. For this kind of app, speed and reliability matter more than framework complexity.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the app is structured
&lt;/h2&gt;

&lt;p&gt;The app uses two main windows:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A transparent pet window that stays on the desktop&lt;/li&gt;
&lt;li&gt;An assistant panel window that opens near the pet when needed&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The pet communicates with the main Electron process through IPC. When the user clicks BEBO or uses a shortcut, the main process toggles the assistant panel. When the user runs an AI task, the panel sends the input to the main process, which calls the Groq API and returns clean plain text back to the UI.&lt;/p&gt;

&lt;p&gt;That structure made the app feel more native and less like a webpage wrapped in a desktop shell.&lt;/p&gt;

&lt;h2&gt;
  
  
  A small UX decision I cared about
&lt;/h2&gt;

&lt;p&gt;I did not want BEBO to become another giant chatbot window. The panel is intentionally focused around tasks people actually repeat:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"summarize this"&lt;/li&gt;
&lt;li&gt;"make this email sound professional"&lt;/li&gt;
&lt;li&gt;"fix this paragraph"&lt;/li&gt;
&lt;li&gt;"explain this more simply"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That constraint helped keep the app lightweight.&lt;/p&gt;

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

&lt;p&gt;The biggest lesson was that desktop AI tools need a different rhythm from web AI tools. On the desktop, the assistant should feel fast, nearby, and low-friction. If opening the tool feels heavy, people will just go back to the browser.&lt;/p&gt;

&lt;p&gt;I also learned that small product details matter a lot in Electron apps: panel positioning, always-on-top behavior, tray actions, keyboard shortcuts, and clean IPC boundaries all affect whether the app feels polished.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I would like feedback on
&lt;/h2&gt;

&lt;p&gt;I would love feedback from developers and Windows users on three things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the desktop-pet interface useful, or should the app become more minimal?&lt;/li&gt;
&lt;li&gt;Which AI actions should be added next?&lt;/li&gt;
&lt;li&gt;Should BEBO stay a lightweight utility, or grow into a larger productivity assistant?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is free and open-source, so issues, ideas, and pull requests are welcome.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://bhavik8025.github.io/BEBO-the-PET/" rel="noopener noreferrer"&gt;BEBO the PET&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/bhavik8025/BEBO-the-PET" rel="noopener noreferrer"&gt;bhavik8025/BEBO-the-PET&lt;/a&gt;&lt;/p&gt;

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