<?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>Forem: Ayoub Fedil</title>
    <description>The latest articles on Forem by Ayoub Fedil (@ayoub_fedil).</description>
    <link>https://forem.com/ayoub_fedil</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%2F1976421%2F47d7ec82-a6bc-4e5f-99a9-3182610eed9b.png</url>
      <title>Forem: Ayoub Fedil</title>
      <link>https://forem.com/ayoub_fedil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ayoub_fedil"/>
    <language>en</language>
    <item>
      <title>Skip the Boilerplate: Build Vue 3 SaaS Apps with Ready-Made Clerk Authentication</title>
      <dc:creator>Ayoub Fedil</dc:creator>
      <pubDate>Fri, 19 Dec 2025 20:52:27 +0000</pubDate>
      <link>https://forem.com/ayoub_fedil/skip-the-boilerplate-build-vue-3-saas-apps-with-ready-made-clerk-authentication-3ll6</link>
      <guid>https://forem.com/ayoub_fedil/skip-the-boilerplate-build-vue-3-saas-apps-with-ready-made-clerk-authentication-3ll6</guid>
      <description>&lt;p&gt;&lt;strong&gt;#vue #webdev #vite #clerk #shadcn&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  From Next.js to Vue: The Journey Continues
&lt;/h2&gt;

&lt;p&gt;After the launch of &lt;a href="https://github.com/fedilayoub/next-shadcn-clerk-starter" rel="noopener noreferrer"&gt;next-shadcn-clerk-starter&lt;/a&gt;, I received numerous requests for a similar solution in the Vue ecosystem.&lt;br&gt;
So here it is! 🎉&lt;/p&gt;

&lt;p&gt;Introducing &lt;a href="https://github.com/fedilayoub/vue-clerk-saas-starter" rel="noopener noreferrer"&gt;vue-clerk-saas-starter&lt;/a&gt; bringing the same comprehensive SaaS starter experience to the Vue.js ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Custom Auth + Ready-Made Dashboard
&lt;/h2&gt;

&lt;p&gt;Just like its Next.js counterpart, this isn't just another authentication template. It's a complete starting point with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Custom-styled Clerk authentication&lt;/strong&gt; that blends seamlessly with your Vue app&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fully implemented dashboard layout&lt;/strong&gt; with navigation and user profile&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple demo pages&lt;/strong&gt; ready to customize for your specific needs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive sidebar navigation&lt;/strong&gt; with expandable sub-items&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Perfect Tech Stack for Modern Vue Apps
&lt;/h2&gt;

&lt;p&gt;This carefully curated combination brings together:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vue 3&lt;/strong&gt; with Composition API for optimal performance and developer experience&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite&lt;/strong&gt; for lightning-fast development and optimized builds&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shadcn-Vue&lt;/strong&gt; components for consistent, accessible design&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clerk&lt;/strong&gt; for authentication with custom-styled components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; for complete type safety&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Starter Stands Out
&lt;/h2&gt;

&lt;p&gt;Most Vue starters only handle authentication or basic layouts – this one gives you both:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Elegant sign-in and registration flows using custom Shadcn-Vue components&lt;/li&gt;
&lt;li&gt;Protected routes with proper authentication state handling powered by Vue Router&lt;/li&gt;
&lt;li&gt;A complete dashboard structure ready for your application logic&lt;/li&gt;
&lt;li&gt;Dark mode support throughout the entire application&lt;/li&gt;
&lt;li&gt;Built with Vue 3's Composition API for better code organization and reusability&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Built for Vue Developers
&lt;/h2&gt;

&lt;p&gt;If you're a Vue developer who wants the power of Clerk authentication without the hassle of building everything from scratch, this is for you. The template leverages Vue's reactive ecosystem and provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Composables for authentication state management&lt;/li&gt;
&lt;li&gt;Reusable Vue components styled with Tailwind CSS&lt;/li&gt;
&lt;li&gt;Type-safe routing with Vue Router&lt;/li&gt;
&lt;li&gt;Clean project structure following Vue best practices&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Ready to Build?
&lt;/h2&gt;

&lt;p&gt;The template is intentionally minimal but includes everything you need. Clone the repo, customize to your needs, and focus on building what matters, your product.&lt;/p&gt;

&lt;p&gt;Whether you're a Vue enthusiast or choosing between frameworks, you now have powerful starters for both ecosystems. Check out the Vue version at &lt;a href="https://github.com/fedilayoub/vue-clerk-saas-starter" rel="noopener noreferrer"&gt;vue-clerk-saas-starter&lt;/a&gt; or the Next.js version at &lt;a href="https://github.com/fedilayoub/next-shadcn-clerk-starter" rel="noopener noreferrer"&gt;next-shadcn-clerk-starter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>vue</category>
      <category>opensource</category>
      <category>clerk</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Next.js 16 + Shadcn UI + Custom Clerk Auth: The Dev-Friendly Starter You’ve Been Waiting For</title>
      <dc:creator>Ayoub Fedil</dc:creator>
      <pubDate>Tue, 20 May 2025 09:03:24 +0000</pubDate>
      <link>https://forem.com/ayoub_fedil/nextjs-15-shadcn-ui-custom-clerk-auth-the-dev-friendly-starter-youve-been-waiting-for-4f3o</link>
      <guid>https://forem.com/ayoub_fedil/nextjs-15-shadcn-ui-custom-clerk-auth-the-dev-friendly-starter-youve-been-waiting-for-4f3o</guid>
      <description>&lt;p&gt;Introducing &lt;a href="https://github.com/fedilayoub/next-shadcn-clerk-starter" rel="noopener noreferrer"&gt;next-shadcn-clerk-starter&lt;/a&gt; the comprehensive solution that goes beyond basic authentication to provide you with a full SaaS project structure.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔐 Custom Auth + Ready-Made Dashboard
&lt;/h2&gt;

&lt;p&gt;This isn't just another authentication template. It's a complete starting point with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Custom-styled Clerk authentication&lt;/strong&gt; that blends seamlessly with your app&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fully implemented dashboard layout&lt;/strong&gt; with navigation and user profile&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple demo pages&lt;/strong&gt; ready to customize for your specific needs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive sidebar navigation&lt;/strong&gt; with expandable sub-items&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧩 The Perfect Tech Stack for Modern Apps
&lt;/h2&gt;

&lt;p&gt;This carefully curated combination brings together:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 16&lt;/strong&gt; with App Router for optimal performance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shadcn UI&lt;/strong&gt; components for consistent, accessible design&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clerk&lt;/strong&gt; for authentication with custom-styled components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; for complete type safety&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ⚡ Why This Starter Stands Out
&lt;/h2&gt;

&lt;p&gt;Most starters only handle authentication or basic layouts – this one gives you both:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Elegant sign-in and registration flows using custom Shadcn components&lt;/li&gt;
&lt;li&gt;Protected routes with proper authentication state handling&lt;/li&gt;
&lt;li&gt;A complete dashboard structure ready for your application logic&lt;/li&gt;
&lt;li&gt;Dark mode support throughout the entire application&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Ready to Build?
&lt;/h2&gt;

&lt;p&gt;The template is intentionally minimal but includes everything you need. Clone the repo, customize to your needs, and focus on building what matters.&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://github.com/fedilayoub/next-shadcn-clerk-starter" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt; to get started today!&lt;/p&gt;




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