<?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: ahmed</title>
    <description>The latest articles on DEV Community by ahmed (@chembuilds).</description>
    <link>https://dev.to/chembuilds</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%2F3968910%2F496028c3-4664-4e89-99b5-df41241a9b09.png</url>
      <title>DEV Community: ahmed</title>
      <link>https://dev.to/chembuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chembuilds"/>
    <language>en</language>
    <item>
      <title>I'm a Chemistry Student from Jordan. I Built a SaaS with AI and Zero CS Knowledge.</title>
      <dc:creator>ahmed</dc:creator>
      <pubDate>Thu, 04 Jun 2026 23:46:46 +0000</pubDate>
      <link>https://dev.to/chembuilds/im-a-chemistry-student-from-jordan-i-built-a-saas-with-ai-and-zero-cs-knowledge-iib</link>
      <guid>https://dev.to/chembuilds/im-a-chemistry-student-from-jordan-i-built-a-saas-with-ai-and-zero-cs-knowledge-iib</guid>
      <description>&lt;p&gt;I want to tell you something that still feels surreal to me.&lt;/p&gt;

&lt;p&gt;I study Chemistry at Al al-Bayt University in Jordan. &lt;br&gt;
I have never taken a programming course. I don't have a &lt;br&gt;
CS degree. And this week, I shipped a real SaaS product.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Problem I Kept Hitting
&lt;/h2&gt;

&lt;p&gt;Every time I wanted to add a contact form to a website, &lt;br&gt;
I ran into the same wall.&lt;/p&gt;

&lt;p&gt;Backend setup. Databases. APIs. Server configuration.&lt;/p&gt;

&lt;p&gt;Things that are completely outside my world as a Chemistry &lt;br&gt;
student. I kept looking for a simple solution — something &lt;br&gt;
where I just paste a line of code and it works. Everything &lt;br&gt;
I found was either too expensive, too limited, or required &lt;br&gt;
technical knowledge I didn't have.&lt;/p&gt;

&lt;p&gt;So I decided to build it myself.&lt;/p&gt;
&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;FastForm is a free form backend for static sites and web apps.&lt;/p&gt;

&lt;p&gt;You paste one endpoint into your HTML form tag:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;form&lt;/span&gt; &lt;span class="na"&gt;action=&lt;/span&gt;&lt;span class="s"&gt;"https://fastform-chi.vercel.app/api/f/YOUR_ID"&lt;/span&gt; 
      &lt;span class="na"&gt;method=&lt;/span&gt;&lt;span class="s"&gt;"POST"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And FastForm handles everything:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stores submissions securely&lt;/li&gt;
&lt;li&gt;Encrypts all data (AES-256) before saving&lt;/li&gt;
&lt;li&gt;Blocks spam automatically&lt;/li&gt;
&lt;li&gt;Sends email notifications on every submission&lt;/li&gt;
&lt;li&gt;Shows everything in a clean dashboard&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Built It With No CS Degree
&lt;/h2&gt;

&lt;p&gt;I used AI tools to bridge the gap between what I wanted &lt;br&gt;
to build and what I knew how to build.&lt;/p&gt;

&lt;p&gt;Every time I hit a wall — and I hit many — I used AI to &lt;br&gt;
understand the problem, find the solution, and implement it.&lt;/p&gt;

&lt;p&gt;The stack ended up being:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js + TypeScript&lt;/li&gt;
&lt;li&gt;Supabase (database + auth)&lt;/li&gt;
&lt;li&gt;Upstash Redis (rate limiting)&lt;/li&gt;
&lt;li&gt;Resend (email notifications)&lt;/li&gt;
&lt;li&gt;Vercel (hosting)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Was it easy? No.&lt;br&gt;
Did I understand everything perfectly? Also no.&lt;br&gt;
Did I ship it? Yes.&lt;/p&gt;

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

&lt;p&gt;The biggest thing I learned is that "I can't code" is not &lt;br&gt;
the barrier it used to be. AI tools have changed that.&lt;/p&gt;

&lt;p&gt;The real barrier is deciding to start.&lt;/p&gt;

&lt;p&gt;I'm from Jordan. There's no local startup scene around me. &lt;br&gt;
No mentors. No VC funding. No network.&lt;/p&gt;

&lt;p&gt;Just a laptop, AI tools, and stubbornness.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;FastForm is completely free.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://fastform-chi.vercel.app" rel="noopener noreferrer"&gt;https://fastform-chi.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If it saves you time on your next project, I'd love to &lt;br&gt;
hear about it in the comments.&lt;/p&gt;

&lt;p&gt;And if you want to support a solo student builder from &lt;br&gt;
Jordan — there's a PayPal link on the site ☕&lt;/p&gt;

&lt;p&gt;[PayPal Link]&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with AI. Shipped with stubbornness. Free forever.&lt;/em&gt;&lt;/p&gt;

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