<?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: David Adeyemi</title>
    <description>The latest articles on DEV Community by David Adeyemi (@lazycode).</description>
    <link>https://dev.to/lazycode</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%2F3843379%2Ff7d289f7-9b41-4a31-81ee-d44600abddc5.jpeg</url>
      <title>DEV Community: David Adeyemi</title>
      <link>https://dev.to/lazycode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lazycode"/>
    <language>en</language>
    <item>
      <title>I got tired of setting up MERN apps… so I built this</title>
      <dc:creator>David Adeyemi</dc:creator>
      <pubDate>Wed, 25 Mar 2026 15:12:09 +0000</pubDate>
      <link>https://dev.to/lazycode/i-got-tired-of-setting-up-mern-apps-so-i-built-this-12kp</link>
      <guid>https://dev.to/lazycode/i-got-tired-of-setting-up-mern-apps-so-i-built-this-12kp</guid>
      <description>&lt;p&gt;If you’ve ever built a MERN app, you probably know the drill.&lt;/p&gt;

&lt;p&gt;You start with an idea…&lt;br&gt;
Then spend hours setting up:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Folder structure&lt;/li&gt;
&lt;li&gt;Express server&lt;/li&gt;
&lt;li&gt;Database connection&lt;/li&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Environment variables&lt;/li&gt;
&lt;li&gt;And sometimes integrations like Stripe or email&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Before you even write your first real feature.&lt;/p&gt;

&lt;p&gt;I found myself doing this over and over again.&lt;/p&gt;

&lt;p&gt;Same setup. Different project.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Tools like &lt;code&gt;create-react-app&lt;/code&gt; or even Vite are great, but they only solve the &lt;strong&gt;frontend&lt;/strong&gt; side.&lt;/p&gt;

&lt;p&gt;You still have to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;wire up your backend&lt;/li&gt;
&lt;li&gt;structure your API&lt;/li&gt;
&lt;li&gt;connect your database&lt;/li&gt;
&lt;li&gt;set up auth&lt;/li&gt;
&lt;li&gt;configure everything manually&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It adds up quickly.&lt;/p&gt;




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

&lt;p&gt;So I built something to remove that friction.&lt;/p&gt;

&lt;p&gt;It’s called &lt;strong&gt;MERN Genie&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of starting from scratch, you can generate a &lt;strong&gt;production-ready full-stack app&lt;/strong&gt; with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React or Next.js frontend&lt;/li&gt;
&lt;li&gt;Express backend&lt;/li&gt;
&lt;li&gt;MongoDB setup&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optional features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Stripe integration&lt;/li&gt;
&lt;li&gt;Docker setup&lt;/li&gt;
&lt;li&gt;Email system&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;All scaffolded in seconds, and actually runnable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I’m building this
&lt;/h2&gt;

&lt;p&gt;I didn’t want another boilerplate repo.&lt;/p&gt;

&lt;p&gt;I wanted something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;works out of the box&lt;/li&gt;
&lt;li&gt;is customizable&lt;/li&gt;
&lt;li&gt;saves real time&lt;/li&gt;
&lt;li&gt;and lets you focus on building the product itself&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not repeating setup.&lt;/p&gt;




&lt;h2&gt;
  
  
  Current state
&lt;/h2&gt;

&lt;p&gt;I’ve been testing it end-to-end recently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;frontend boots instantly&lt;/li&gt;
&lt;li&gt;backend runs clean&lt;/li&gt;
&lt;li&gt;feature toggles work&lt;/li&gt;
&lt;li&gt;generated projects don’t need manual fixes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still refining things, but it’s at a point where I feel comfortable sharing it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’d love from you
&lt;/h2&gt;

&lt;p&gt;I’m opening up a waitlist and looking for early feedback from developers.&lt;/p&gt;

&lt;p&gt;If this sounds useful, I’d genuinely love your thoughts:&lt;/p&gt;

&lt;p&gt;🧞‍♂️: &lt;a href="https://merngenie.com" rel="noopener noreferrer"&gt;https://merngenie.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What would you expect from a tool like this?&lt;br&gt;
What would make it actually useful for your workflow?&lt;/p&gt;




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

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