<?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: Adham</title>
    <description>The latest articles on DEV Community by Adham (@adham-moursy).</description>
    <link>https://dev.to/adham-moursy</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032850%2F4023e2fc-9b62-426a-ae1f-2d4dfeefb8bc.jpg</url>
      <title>DEV Community: Adham</title>
      <link>https://dev.to/adham-moursy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adham-moursy"/>
    <language>en</language>
    <item>
      <title>I spent 8 months building two production-ready SaaS platforms while finishing my Master's thesis — here's what I learned</title>
      <dc:creator>Adham</dc:creator>
      <pubDate>Thu, 16 Jul 2026 23:14:32 +0000</pubDate>
      <link>https://dev.to/adham-moursy/i-spent-8-months-building-two-production-ready-saas-platforms-while-finishing-my-masters-thesis--1lf8</link>
      <guid>https://dev.to/adham-moursy/i-spent-8-months-building-two-production-ready-saas-platforms-while-finishing-my-masters-thesis--1lf8</guid>
      <description>&lt;p&gt;A bit of background: I'm a Master's student at SRH Heidelberg &lt;br&gt;
writing my thesis on autonomous database tuning using Bayesian &lt;br&gt;
optimization. In parallel, I built two full-stack SaaS platforms &lt;br&gt;
from scratch and went through the full cycle of building, &lt;br&gt;
auditing, fixing, and trying to sell them.&lt;/p&gt;

&lt;p&gt;Here's what I actually built and what I learned.&lt;/p&gt;




&lt;h2&gt;
  
  
  Project 1: Bookify — Multi-Tenant Appointment Booking SaaS
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Node.js 18 / Express 5.1 / React 18.2 / MongoDB / &lt;br&gt;
Redis / Socket.io / Stripe / BullMQ&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; full multi-tenant booking platform — think &lt;br&gt;
Calendly but white-labeled per business, with 5-role RBAC, &lt;br&gt;
16-currency Stripe payments, embeddable booking widgets, &lt;br&gt;
waitlist management, and 8 languages including Arabic RTL.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm proud of:&lt;/strong&gt; 940 passing tests (328 backend, 612 &lt;br&gt;
frontend, 100% pass rate). The CI/CD pipeline took 3 days to &lt;br&gt;
get fully green due to Node version mismatches, V8 OOM during &lt;br&gt;
minification, and Docker Compose V2 syntax changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What hurt:&lt;/strong&gt; I submitted to CodeCanyon and got hard-rejected &lt;br&gt;
in under 1 hour with a generic message on both projects &lt;br&gt;
simultaneously. No specific feedback. Opened a support ticket &lt;br&gt;
— got a response 3 days later saying "Envato is competitive." &lt;br&gt;
Not helpful.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://adhaamessam.gumroad.com/l/bookify" rel="noopener noreferrer"&gt;Bookify on Gumroad&lt;/a&gt; (€99)&lt;/p&gt;




&lt;h2&gt;
  
  
  Project 2: DriveHive — Full-Stack Car Rental Platform
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Spring Boot 3.2.4 / Java 21 / React 19 / MongoDB / &lt;br&gt;
Redis / Neo4j (optional) / Stripe / Leaflet GPS tracking&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; full car rental system — vehicle browsing, &lt;br&gt;
bulk bookings for corporate fleets, live GPS tracking, EV &lt;br&gt;
charging station locator, subscription tiers &lt;br&gt;
(FREE/PREMIUM/ENTERPRISE), custom report builder with &lt;br&gt;
PDF/CSV/Excel export, and a 10-module admin panel.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I learned building this in Java after years of Node:&lt;/strong&gt; &lt;br&gt;
Spring Boot's dependency injection is incredibly clean for &lt;br&gt;
large codebases but the cold start time on free hosting tiers &lt;br&gt;
is brutal (60-90 seconds). Not a great demo experience.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://adhaamessam.gumroad.com/l/eddgl" rel="noopener noreferrer"&gt;DriveHive on Gumroad&lt;/a&gt; (€79)&lt;/p&gt;




&lt;h2&gt;
  
  
  The CodeCanyon experience
&lt;/h2&gt;

&lt;p&gt;Both got hard-rejected in under 1 hour. Identical generic &lt;br&gt;
messages. After 3 days the support team replied with &lt;br&gt;
essentially "we're competitive, good luck." &lt;/p&gt;

&lt;p&gt;My read: CodeCanyon is in structural decline post-Shutterstock &lt;br&gt;
acquisition. They're restricting new sellers to protect &lt;br&gt;
existing catalogue revenue. If you're building source code &lt;br&gt;
products, go directly to Gumroad and Codester. Don't waste &lt;br&gt;
time on Envato.&lt;/p&gt;




&lt;h2&gt;
  
  
  Honest lessons
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. A green CI pipeline matters more than you think.&lt;/strong&gt;&lt;br&gt;
Buyers who actually evaluate source code run the tests first. &lt;br&gt;
I have 940 passing tests. Most competing templates have none.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Documentation is underrated.&lt;/strong&gt;&lt;br&gt;
I have 7 documentation files for Bookify and 4 for DriveHive. &lt;br&gt;
Most competing templates ship a single README. Thorough docs &lt;br&gt;
signal a professional product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Multi-tenant architecture is genuinely hard to get right.&lt;/strong&gt;&lt;br&gt;
Complete data isolation per business via tenant middleware, &lt;br&gt;
plan-gating enforcement, 5-role RBAC — this took months to &lt;br&gt;
design correctly. It's the core differentiator of Bookify.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Building while writing a thesis is doable but brutal.&lt;/strong&gt;&lt;br&gt;
Bayesian optimization by day, JWT refresh token rotation by &lt;br&gt;
night. Context switching between academic research and &lt;br&gt;
production code is its own skill.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Free hosting tiers destroy demo experiences.&lt;/strong&gt;&lt;br&gt;
Spring Boot apps with 60-90 second cold starts on Render's &lt;br&gt;
free tier look broken to potential buyers. Pay the $7/month &lt;br&gt;
for a warm server if your demo is part of your sales process.&lt;/p&gt;




&lt;p&gt;If you're building something similar or evaluating source code &lt;br&gt;
platforms to buy rather than build — happy to answer anything &lt;br&gt;
in the comments. Also genuinely curious if anyone else has &lt;br&gt;
dealt with CodeCanyon rejections and found a better path.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>react</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
