<?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>Forem: It's Meee!</title>
    <description>The latest articles on Forem by It's Meee! (@its_meee_630399243c1438).</description>
    <link>https://forem.com/its_meee_630399243c1438</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%2F3634104%2F7eaba644-71e7-4d88-a586-2a336846cb08.jpg</url>
      <title>Forem: It's Meee!</title>
      <link>https://forem.com/its_meee_630399243c1438</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/its_meee_630399243c1438"/>
    <language>en</language>
    <item>
      <title>I got tired of 2GB Docker images for simple AI chats, so I built a single-file PHP interface.</title>
      <dc:creator>It's Meee!</dc:creator>
      <pubDate>Fri, 28 Nov 2025 07:35:32 +0000</pubDate>
      <link>https://forem.com/its_meee_630399243c1438/i-got-tired-of-2gb-docker-images-for-simple-ai-chats-so-i-built-a-single-file-php-interface-5efb</link>
      <guid>https://forem.com/its_meee_630399243c1438/i-got-tired-of-2gb-docker-images-for-simple-ai-chats-so-i-built-a-single-file-php-interface-5efb</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
I’ve been getting into local AI (Ollama) recently, but I was frustrated that every UI suggestion seems to require a complex stack (Node.js, React, Docker, 50 containers). I just wanted something I could drop onto my existing cheap shared hosting or a Raspberry Pi without setting up a build pipeline.&lt;br&gt;
So I built Single-File PHP AI.&lt;br&gt;
D&lt;br&gt;
It’s exactly what it sounds like: One index.php file.&lt;br&gt;
No Database: Saves chat history to your browser's LocalStorage.&lt;br&gt;
No Build: Just git clone or upload the file.&lt;br&gt;
Streaming: Uses Server-Sent Events (SSE) so the text types out in real-time (no buffering).&lt;br&gt;
Backend: Supports both Ollama (Local) and OpenAI (API).&lt;br&gt;
I know PHP isn't the "coolest" language right now, but for "drop-in and works forever" utility, it's hard to beat.&lt;br&gt;
It’s MIT licensed. I’d love to hear if this is useful to anyone else who prefers lightweight setups.&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%2Fjulyl0cdwfmn2sjx0h14.gif" 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%2Fjulyl0cdwfmn2sjx0h14.gif" alt=" " width="800" height="561"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo here: &lt;a href="https://github.com/mariorazo97/single-file-php-ai" rel="noopener noreferrer"&gt;https://github.com/mariorazo97/single-file-php-ai&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>php</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Hi everyone,
I’ve been getting into local AI (Ollama) recently, but I was frustrated that every UI suggestion seems to require a complex stack. 
So I built Single-File PHP AI.

https://github.com/mariorazo97/single-file-php-ai</title>
      <dc:creator>It's Meee!</dc:creator>
      <pubDate>Fri, 28 Nov 2025 07:31:05 +0000</pubDate>
      <link>https://forem.com/its_meee_630399243c1438/hi-everyone-ive-been-getting-into-local-ai-ollama-recently-but-i-was-frustrated-that-every-ui-hop</link>
      <guid>https://forem.com/its_meee_630399243c1438/hi-everyone-ive-been-getting-into-local-ai-ollama-recently-but-i-was-frustrated-that-every-ui-hop</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/mariorazo97/single-file-php-ai" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Frepository-images.githubusercontent.com%2F1104298170%2F6de37c97-d696-43cd-bb4a-f314548cc066" height="841" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/mariorazo97/single-file-php-ai" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - mariorazo97/single-file-php-ai: A drop-in, single-file PHP chat interface for Ollama and OpenAI. No Node.js, no Docker, no build steps.
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            A drop-in, single-file PHP chat interface for Ollama and OpenAI. No Node.js, no Docker, no build steps. - mariorazo97/single-file-php-ai
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
