<?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: NizarHelius</title>
    <description>The latest articles on DEV Community by NizarHelius (@nizarhelius).</description>
    <link>https://dev.to/nizarhelius</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%2F3661699%2F462700de-eca1-4522-b5b4-995a69658e17.jpeg</url>
      <title>DEV Community: NizarHelius</title>
      <link>https://dev.to/nizarhelius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nizarhelius"/>
    <language>en</language>
    <item>
      <title>Why I dumped LAMP for Next.js + Groq to build an AI SaaS in 48 hours</title>
      <dc:creator>NizarHelius</dc:creator>
      <pubDate>Sat, 10 Jan 2026 21:41:39 +0000</pubDate>
      <link>https://dev.to/nizarhelius/why-i-dumped-lamp-for-nextjs-groq-to-build-an-ai-saas-in-48-hours-3p4h</link>
      <guid>https://dev.to/nizarhelius/why-i-dumped-lamp-for-nextjs-groq-to-build-an-ai-saas-in-48-hours-3p4h</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE: We are live on Product Hunt today! Checking the comments there all day if you have questions.&lt;/strong&gt;&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%2Fcz5sax60ww36xwwa0ba8.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%2Fcz5sax60ww36xwwa0ba8.png" alt=" " width="738" height="634"&gt;&lt;/a&gt;&lt;br&gt;
Last week, I was a LAMP stack developer. This week, I’m shipping AI apps on Vercel.&lt;br&gt;
I built GitViral—a tool that converts technical READMEs into marketing content. Here is the technical breakdown of how I did it with a $0 budget:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The AI Engine (Groq + Llama 3.3)
I chose Groq over OpenAI because of the latency. When you're building a "content generator," users want instant results. As you can see in my API route, the implementation is a simple POST request using the Groq SDK.&lt;/li&gt;
&lt;li&gt;The Database (Supabase)
Coming from MySQL, Supabase felt like a superpower. I used their "Magic Link" auth and a simple profiles table to manage user credits. I even set up a PostgreSQL trigger to give new users 3 credits automatically upon sign-up.&lt;/li&gt;
&lt;li&gt;The Frontend (Next.js + Tailwind)
Switching from Bootstrap to Tailwind was the best decision for UI speed.
The Result: A fully functional, authenticated SaaS in 2 days.
You can see it live here: [&lt;a href="https://git-viral.vercel.app/" rel="noopener noreferrer"&gt;https://git-viral.vercel.app/&lt;/a&gt;]
Challenge: I’m currently looking for my first 10 "Prosumer" users. If you have a GitHub project that needs more eyes on it, try running your README through it and let me know if the "Technical Thread" it generates is actually accurate.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>nextjs</category>
      <category>ai</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a SaaS for $0 in one weekend (LAMP Stack + Free Hosting). Here is what happened.</title>
      <dc:creator>NizarHelius</dc:creator>
      <pubDate>Sun, 14 Dec 2025 19:43:05 +0000</pubDate>
      <link>https://dev.to/nizarhelius/i-built-a-saas-for-0-in-one-weekend-lamp-stack-free-hosting-here-is-what-happened-4kdf</link>
      <guid>https://dev.to/nizarhelius/i-built-a-saas-for-0-in-one-weekend-lamp-stack-free-hosting-here-is-what-happened-4kdf</guid>
      <description>&lt;p&gt;I challenged myself to build and launch a SaaS product with $0 budget using only my laptop. No Vercel, no paid databases, no fancy frameworks.&lt;br&gt;
The Stack:&lt;br&gt;
Backend: PHP (Vanilla)&lt;br&gt;
DB: MySQL&lt;br&gt;
Hosting: AwardSpace (Free Tier)&lt;br&gt;
Marketing: Reddit &amp;amp; Discord&lt;br&gt;
The App:&lt;br&gt;
It's called SubTracker. It helps you track 'zombie subscriptions' so you don't lose money.&lt;br&gt;
The Challenge:&lt;br&gt;
The hardest part wasn't the code. It was the hosting. Google Chrome flagged my free subdomain as 'Dangerous', killing 100% of my traffic on Day 1. I had to migrate servers in 30 minutes to save the launch.&lt;br&gt;
The Result:&lt;br&gt;
I have 5 active users and just deployed my first paid feature (Lifetime Access).&lt;br&gt;
The Lesson:&lt;br&gt;
You don't need a fancy stack to ship. You just need to handle the pain of free hosting.&lt;br&gt;
Live Demo (If you want to roast my code):&lt;br&gt;
[&lt;a href="http://subtracker.atwebpages.com/" rel="noopener noreferrer"&gt;http://subtracker.atwebpages.com/&lt;/a&gt;]&lt;br&gt;
Let me know if you have questions about the $0 stack!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>php</category>
      <category>showdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
