<?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: Dragos</title>
    <description>The latest articles on DEV Community by Dragos (@dragos_0a4321c8a41b3ca4c7).</description>
    <link>https://dev.to/dragos_0a4321c8a41b3ca4c7</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%2F1562067%2F09ce204e-9173-426f-bcf9-30507d986e61.png</url>
      <title>DEV Community: Dragos</title>
      <link>https://dev.to/dragos_0a4321c8a41b3ca4c7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dragos_0a4321c8a41b3ca4c7"/>
    <language>en</language>
    <item>
      <title>🚀 I Built My First SaaS with Next.js – A Web Store Builder for Starters</title>
      <dc:creator>Dragos</dc:creator>
      <pubDate>Thu, 15 May 2025 06:25:39 +0000</pubDate>
      <link>https://dev.to/dragos_0a4321c8a41b3ca4c7/i-built-my-first-saas-with-nextjs-a-web-store-builder-for-starters-57mi</link>
      <guid>https://dev.to/dragos_0a4321c8a41b3ca4c7/i-built-my-first-saas-with-nextjs-a-web-store-builder-for-starters-57mi</guid>
      <description>&lt;p&gt;&lt;a href="https://weshift.shop/home" rel="noopener noreferrer"&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%2F7abmyjf73jjl8ke4dfuv.PNG" alt="WeShift homepage" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm excited to share my first SaaS project, built with Next.js. It's a web store builder, somewhat like Shopify — but with a twist: it’s designed more for individuals just getting started, not necessarily established businesses.&lt;/p&gt;

&lt;p&gt;The idea was to create something that removes the complexity for beginners and makes it easy for anyone to spin up a simple, good-looking store.&lt;/p&gt;




&lt;p&gt;🌟 What's in the MVP?&lt;br&gt;
This is the first real MVP I’ve been able to bring to life, and I’m proud of what it includes so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧑‍💻 Multi-tenant authentication&lt;/li&gt;
&lt;li&gt;Built from scratch — no third-party libraries. Each subdomain has isolated users, roles, and sessions.&lt;/li&gt;
&lt;li&gt;🔐 Business logic separation&lt;/li&gt;
&lt;li&gt;A clean separation between categories, products, orders, users, and their roles. Tenants only access their own data.&lt;/li&gt;
&lt;li&gt;🌐 Subdomain-based hosting&lt;/li&gt;
&lt;li&gt;Each store lives on its own subdomain like mystore.weshift.shop.&lt;/li&gt;
&lt;li&gt;⚡ Live content updates&lt;/li&gt;
&lt;li&gt;Each business has its own "CMS-like" dashboard for customizing the front page. Changes are reflected instantly.&lt;/li&gt;
&lt;li&gt;🖼️ Metadata and customization&lt;/li&gt;
&lt;li&gt;Users can upload logos and banners, and every store is SEO-ready with relevant metadata.&lt;/li&gt;
&lt;li&gt;🧠 AI-assisted content generation&lt;/li&gt;
&lt;li&gt;Helpful text generation for product descriptions and business bios using a GPT-based API.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;📚 Getting Started&lt;br&gt;
I've also included a guide within the app to help new users get up and running quickly. Just in case it’s not intuitive, I walk you through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Setting up your store&lt;/li&gt;
&lt;li&gt;Adding products&lt;/li&gt;
&lt;li&gt;Customizing the landing page&lt;/li&gt;
&lt;li&gt;Publishing your site&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There’s also a contact form in case you run into any issues, and a news section where I post updates and patch notes.&lt;/p&gt;




&lt;p&gt;🔗 Check it out&lt;br&gt;
👉 &lt;a href="https://weshift.shop/home" rel="noopener noreferrer"&gt;Live demo here&lt;/a&gt;&lt;br&gt;
👉 &lt;a href="https://weshift.shop/guide" rel="noopener noreferrer"&gt;Guide&lt;/a&gt;&lt;br&gt;
👉 &lt;a href="https://weshift.shop/news" rel="noopener noreferrer"&gt;Changelog / News&lt;/a&gt;&lt;br&gt;
👉 &lt;a href="https://weshift.shop/contact" rel="noopener noreferrer"&gt;Feedback and bug report&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💬 Feedback Welcome&lt;br&gt;
This is very much a work-in-progress, and I’d love your thoughts, critiques, or even bug reports. Whether it’s the UI, performance, UX flow, or a feature suggestion — I’m all ears.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>saas</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
