<?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: Mohamed DJOUDIR</title>
    <description>The latest articles on DEV Community by Mohamed DJOUDIR (@mohamed_djoudir).</description>
    <link>https://dev.to/mohamed_djoudir</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%2F3171599%2Fad32db11-ab91-4174-8d8e-55e47e72a4e7.png</url>
      <title>DEV Community: Mohamed DJOUDIR</title>
      <link>https://dev.to/mohamed_djoudir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohamed_djoudir"/>
    <language>en</language>
    <item>
      <title>How I Built My Own Next.js Template Store (And What I Learned)</title>
      <dc:creator>Mohamed DJOUDIR</dc:creator>
      <pubDate>Fri, 10 Oct 2025 17:07:11 +0000</pubDate>
      <link>https://dev.to/mohamed_djoudir/how-i-built-my-own-nextjs-template-store-and-what-i-learned-53la</link>
      <guid>https://dev.to/mohamed_djoudir/how-i-built-my-own-nextjs-template-store-and-what-i-learned-53la</guid>
      <description>&lt;p&gt;A few months ago, I decided to build my own Next.js landing page template store : &lt;a href="https://www.aniq-ui.com/en" rel="noopener noreferrer"&gt;https://www.aniq-ui.com/en&lt;/a&gt;.&lt;br&gt;
I wanted a place to sell templates I designed and coded myself, but I also wanted it to reflect my taste in UI and performance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Chose Next.js ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’ve worked with React for years, and Next.js gave me the balance between speed, SEO, and developer control.&lt;br&gt;
Its app router and server components made it easy to scale templates cleanly without messy state handling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Next.js for structure and SSR&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;TailwindCSS for consistent design&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;TypeScript for safety and scalability&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Framer Motion for subtle motion design&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simple local JSON for i18n, later upgrading to a CMS&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Designing for reusability is harder than it looks.&lt;/p&gt;

&lt;p&gt;A fast page is nice, but good UX sells.&lt;/p&gt;

&lt;p&gt;You don’t need a team, just focus, taste, and iteration.&lt;/p&gt;

&lt;p&gt;🌍 Check It Out&lt;/p&gt;

&lt;p&gt;You can see the result here: &lt;a href="https://www.aniq-ui.com/en/templates" rel="noopener noreferrer"&gt;https://www.aniq-ui.com/en/templates&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>website</category>
      <category>webdev</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
