<?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: Aladdin Masoud</title>
    <description>The latest articles on DEV Community by Aladdin Masoud (@alaamasoud).</description>
    <link>https://dev.to/alaamasoud</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%2F3829650%2Ff8c85ff9-8ee5-4e53-a56a-5dbb894db025.jpeg</url>
      <title>DEV Community: Aladdin Masoud</title>
      <link>https://dev.to/alaamasoud</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alaamasoud"/>
    <language>en</language>
    <item>
      <title>I'm a frontend dev who never touched SQL or backend. I launched my first SaaS in 5 months targeting Arab merchants.</title>
      <dc:creator>Aladdin Masoud</dc:creator>
      <pubDate>Tue, 17 Mar 2026 14:42:24 +0000</pubDate>
      <link>https://dev.to/alaamasoud/im-a-frontend-dev-who-never-touched-sql-or-backend-i-launched-my-first-saas-in-5-months-targeting-3c6f</link>
      <guid>https://dev.to/alaamasoud/im-a-frontend-dev-who-never-touched-sql-or-backend-i-launched-my-first-saas-in-5-months-targeting-3c6f</guid>
      <description>&lt;p&gt;I want to be honest upfront: before this project I had never written &lt;br&gt;
a single SQL query. No backend experience. No DevOps. Just React and &lt;br&gt;
CSS for years.&lt;/p&gt;

&lt;p&gt;5 months later I launched BTAQA (&lt;a href="https://www.btaqa.io" rel="noopener noreferrer"&gt;https://www.btaqa.io&lt;/a&gt;) — a live SaaS product &lt;br&gt;
targeting small merchants across the Arab world, with real paying &lt;br&gt;
customers, native Apple Wallet and Google Wallet integration, Arabic &lt;br&gt;
RTL support, and push notifications.&lt;/p&gt;

&lt;p&gt;This is how that happened.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem I kept seeing
&lt;/h2&gt;

&lt;p&gt;Walk into any coffee shop, bakery, or salon across Saudi Arabia, &lt;br&gt;
UAE, Kuwait, or Egypt. There's a paper stamp card on the counter. &lt;br&gt;
Buy 9, get the 10th free. The merchant has no idea who their &lt;br&gt;
customers are. No way to reach them. No digital connection at all.&lt;/p&gt;

&lt;p&gt;The loyalty card market in the Arab world is almost entirely paper. &lt;br&gt;
Meanwhile smartphone penetration across the GCC is among the highest &lt;br&gt;
in the world. Everyone has an iPhone or Android. Almost nobody has &lt;br&gt;
a digital loyalty card on it.&lt;/p&gt;

&lt;p&gt;That gap is the opportunity.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Arabic-first matters
&lt;/h2&gt;

&lt;p&gt;Most SaaS tools in this space are built for Western markets and &lt;br&gt;
then "translated" to Arabic as an afterthought. RTL layout is &lt;br&gt;
broken. Arabic text renders incorrectly. The UX feels foreign.&lt;/p&gt;

&lt;p&gt;I built BTAQA Arabic-first from day one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full RTL layout throughout the merchant dashboard&lt;/li&gt;
&lt;li&gt;Arabic as the default language&lt;/li&gt;
&lt;li&gt;Apple Wallet passes with proper Arabic text rendering&lt;/li&gt;
&lt;li&gt;Multilingual support: Arabic, English, Dutch, Turkish, 
German, French&lt;/li&gt;
&lt;li&gt;UI decisions made for GCC merchant behavior, not adapted 
from a Western template&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When a merchant in Riyadh opens the dashboard it feels built &lt;br&gt;
for them. Because it was.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I didn't know when I started
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;SQL and database design&lt;/li&gt;
&lt;li&gt;Row Level Security in Supabase&lt;/li&gt;
&lt;li&gt;Backend API routes&lt;/li&gt;
&lt;li&gt;Authentication flows&lt;/li&gt;
&lt;li&gt;Apple Wallet .pkpass file format and signing&lt;/li&gt;
&lt;li&gt;APNs (Apple Push Notification service)&lt;/li&gt;
&lt;li&gt;Google Wallet API&lt;/li&gt;
&lt;li&gt;Billing systems and VAT compliance&lt;/li&gt;
&lt;li&gt;Capacitor for native mobile apps&lt;/li&gt;
&lt;li&gt;Deployment and DevOps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That was my actual gap list. I was a frontend developer. &lt;br&gt;
React and CSS. That was my world.&lt;/p&gt;




&lt;h2&gt;
  
  
  How Claude Code changed everything
&lt;/h2&gt;

&lt;p&gt;My workflow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understand the concept myself first — never skipped this&lt;/li&gt;
&lt;li&gt;Describe what I needed clearly — requirements and logic only&lt;/li&gt;
&lt;li&gt;Let Claude Code handle implementation&lt;/li&gt;
&lt;li&gt;Review, test, ask follow up questions&lt;/li&gt;
&lt;li&gt;Repeat&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The rule I never broke: describe the what clearly, &lt;br&gt;
let Claude Code figure out the how. Vague requests &lt;br&gt;
produce vague output.&lt;/p&gt;




&lt;h2&gt;
  
  
  The hardest technical parts
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Arabic in Apple Wallet passes&lt;/strong&gt;&lt;br&gt;
Apple Wallet has strict limitations on text rendering. Getting &lt;br&gt;
Arabic to display correctly inside a .pkpass file with proper &lt;br&gt;
RTL alignment required BiDi control characters and careful &lt;br&gt;
field ordering. Not documented anywhere clearly. Took real &lt;br&gt;
trial and error.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Push notifications that actually say something useful&lt;/strong&gt;&lt;br&gt;
When a merchant stamps a card, the customer gets a notification &lt;br&gt;
on their lock screen. The gotcha: if multiple pass fields update &lt;br&gt;
simultaneously, Apple ignores your custom message and shows &lt;br&gt;
a generic "Store card changed" text. You need to be surgical &lt;br&gt;
about which fields carry changeMessage properties.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building for low-tech merchants&lt;/strong&gt;&lt;br&gt;
GCC merchants are smartphone-savvy but not software-savvy. &lt;br&gt;
The onboarding had to be extremely simple. A merchant should &lt;br&gt;
be able to create a branded loyalty card and share it with &lt;br&gt;
customers in under 10 minutes. Every technical complexity &lt;br&gt;
had to be completely invisible.&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;Next.js App Router&lt;/li&gt;
&lt;li&gt;Supabase (database, auth, storage, RLS)&lt;/li&gt;
&lt;li&gt;Vercel&lt;/li&gt;
&lt;li&gt;Tailwind CSS + shadcn/ui&lt;/li&gt;
&lt;li&gt;Capacitor (native scanner app, on App Store and Play Store)&lt;/li&gt;
&lt;li&gt;Mollie (payments)&lt;/li&gt;
&lt;li&gt;Resend (transactional email)&lt;/li&gt;
&lt;li&gt;passkit-generator (Apple Wallet)&lt;/li&gt;
&lt;li&gt;Firebase FCM + APNs (push notifications)&lt;/li&gt;
&lt;/ul&gt;




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

&lt;p&gt;&lt;strong&gt;The Arab market is underserved in SaaS&lt;/strong&gt;&lt;br&gt;
Most tools are built for the US or Europe. If you speak the &lt;br&gt;
culture, understand the merchant behavior, and build Arabic-first &lt;br&gt;
— you have a real advantage. The competition is thin.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Niche beats broad every time&lt;/strong&gt;&lt;br&gt;
I could have built a generic global loyalty platform. Instead &lt;br&gt;
I focused on Arab merchants specifically. That focus made every &lt;br&gt;
product decision easier and every sales conversation shorter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend devs can build full products now&lt;/strong&gt;&lt;br&gt;
The barrier between frontend and full-stack is lower than it &lt;br&gt;
has ever been. Supabase handles the database complexity. &lt;br&gt;
Vercel handles deployment. Claude Code bridges the knowledge &lt;br&gt;
gap. If you have an idea and frontend skills, you have &lt;br&gt;
everything you need to start.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where it is today
&lt;/h2&gt;

&lt;p&gt;BTAQA is live across the GCC and expanding into Benelux &lt;br&gt;
under the Kaartle.nl brand. Real merchants. Real customers. &lt;br&gt;
Real stamps being collected every day.&lt;/p&gt;

&lt;p&gt;If you're a frontend dev in the Arab world sitting on a &lt;br&gt;
SaaS idea because the backend feels too intimidating — &lt;br&gt;
this is your sign. The tools exist. The market is waiting.&lt;/p&gt;

&lt;p&gt;btaqa.io — Arabic-first loyalty cards with native &lt;br&gt;
Apple and Google Wallet integration.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Marhaba in the comments — happy to answer anything &lt;br&gt;
about the stack, the Arab market, or the Claude Code workflow.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>learning</category>
      <category>saas</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
