<?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: mhs</title>
    <description>The latest articles on DEV Community by mhs (@michalskolak).</description>
    <link>https://dev.to/michalskolak</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%2F1689512%2F315649b7-0348-4583-b093-1ae6794c51c2.png</url>
      <title>DEV Community: mhs</title>
      <link>https://dev.to/michalskolak</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michalskolak"/>
    <language>en</language>
    <item>
      <title>Next.js starter template 2.0</title>
      <dc:creator>mhs</dc:creator>
      <pubDate>Sun, 15 Jun 2025 17:37:28 +0000</pubDate>
      <link>https://dev.to/michalskolak/nextjs-starter-template-20-3do3</link>
      <guid>https://dev.to/michalskolak/nextjs-starter-template-20-3do3</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟&lt;br&gt;
&lt;a href="https://github.com/Skolaczk/next-starter" rel="noopener noreferrer"&gt;https://github.com/Skolaczk/next-starter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.&lt;/p&gt;

&lt;p&gt;🎉 Features&lt;br&gt;
🚀 Next.js 15 (App router)&lt;br&gt;
⚛️ React 19&lt;br&gt;
📘 Typescript&lt;br&gt;
🎨 Tailwind CSS v4 - Class sorting, merging and linting&lt;br&gt;
🛠️ Shadcn/ui - Customizable UI components&lt;br&gt;
🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;br&gt;
💵 Stripe - Payment handler&lt;br&gt;
🛡️ Drizzle - ORM for node.js&lt;br&gt;
📋 React-hook-form - Manage your forms easy and efficient&lt;br&gt;
🔍 Zod - Schema validation library&lt;br&gt;
🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;br&gt;
🎭 Playwright - Configured for e2e testing&lt;br&gt;
📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;br&gt;
💅 Prettier - Code formatter&lt;br&gt;
🧹 Eslint - Code linting tool&lt;br&gt;
🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;br&gt;
🔹 Icons - From Lucide&lt;br&gt;
🌑 Dark mode - With next-themes&lt;br&gt;
🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;br&gt;
📝 Commitlint - Lint your git commits&lt;br&gt;
🤖 Github actions - Lint your code on PR&lt;br&gt;
⚙️ T3-env - Manage your environment variables&lt;br&gt;
💯 Perfect Lighthouse score&lt;br&gt;
🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟😊&lt;/p&gt;

&lt;p&gt;Made by Michał Skolak&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>nextjs</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>Next.js starter template</title>
      <dc:creator>mhs</dc:creator>
      <pubDate>Tue, 27 Aug 2024 19:26:18 +0000</pubDate>
      <link>https://dev.to/michalskolak/nextjs-starter-template-10gh</link>
      <guid>https://dev.to/michalskolak/nextjs-starter-template-10gh</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟&lt;br&gt;
&lt;a href="https://github.com/Skolaczk/next-starter" rel="noopener noreferrer"&gt;https://github.com/Skolaczk/next-starter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.&lt;/p&gt;

&lt;p&gt;🎉 Features&lt;br&gt;
🚀 Next.js 14 (App router)&lt;br&gt;
⚛️ React 18&lt;br&gt;
📘 Typescript&lt;br&gt;
🎨 TailwindCSS - Class sorting, merging and linting&lt;br&gt;
🛠️ Shadcn/ui - Customizable UI components&lt;br&gt;
🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;br&gt;
💵 Stripe - Payment handler&lt;br&gt;
🛡️ Prisma - ORM for node.js&lt;br&gt;
📋 React-hook-form - Manage your forms easy and efficient&lt;br&gt;
🔍 Zod - Schema validation library&lt;br&gt;
🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;br&gt;
🎭 Playwright - Configured for e2e testing&lt;br&gt;
📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;br&gt;
💅 Prettier - Code formatter&lt;br&gt;
🧹 Eslint - Code linting tool&lt;br&gt;
🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;br&gt;
🔹 Icons - From Lucide&lt;br&gt;
🌑 Dark mode - With next-themes&lt;br&gt;
🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;br&gt;
📝 Commitlint - Lint your git commits&lt;br&gt;
🤖 Github actions - Lint your code on PR&lt;br&gt;
⚙️ T3-env - Manage your environment variables&lt;br&gt;
💯 Perfect Lighthouse score&lt;br&gt;
🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟😊&lt;/p&gt;

&lt;p&gt;Made by Michał Skolak&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>nextjs</category>
      <category>react</category>
    </item>
    <item>
      <title>Next.js starter template</title>
      <dc:creator>mhs</dc:creator>
      <pubDate>Thu, 25 Jul 2024 19:30:55 +0000</pubDate>
      <link>https://dev.to/michalskolak/nextjs-starter-template-k7h</link>
      <guid>https://dev.to/michalskolak/nextjs-starter-template-k7h</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟&lt;br&gt;
&lt;a href="https://github.com/Skolaczk/next-starter" rel="noopener noreferrer"&gt;https://github.com/Skolaczk/next-starter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.&lt;/p&gt;

&lt;p&gt;🎉 Features&lt;br&gt;
🚀 Next.js 14 (App router)&lt;br&gt;
⚛️ React 18&lt;br&gt;
📘 Typescript&lt;br&gt;
🎨 TailwindCSS - Class sorting, merging and linting&lt;br&gt;
🛠️ Shadcn/ui - Customizable UI components&lt;br&gt;
🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;br&gt;
💵 Stripe - Payment handler&lt;br&gt;
🛡️ Prisma - ORM for node.js&lt;br&gt;
📋 React-hook-form - Manage your forms easy and efficient&lt;br&gt;
🔍 Zod - Schema validation library&lt;br&gt;
🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;br&gt;
🎭 Playwright - Configured for e2e testing&lt;br&gt;
📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;br&gt;
💅 Prettier - Code formatter&lt;br&gt;
🧹 Eslint - Code linting tool&lt;br&gt;
🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;br&gt;
🔹 Icons - From Lucide&lt;br&gt;
🌑 Dark mode - With next-themes&lt;br&gt;
🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;br&gt;
📝 Commitlint - Lint your git commits&lt;br&gt;
🤖 Github actions - Lint your code on PR&lt;br&gt;
⚙️ T3-env - Manage your environment variables&lt;br&gt;
💯 Perfect Lighthouse score&lt;br&gt;
🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟😊&lt;/p&gt;

&lt;p&gt;Made by Michał Skolak&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>nextjs</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Next.js starter template</title>
      <dc:creator>mhs</dc:creator>
      <pubDate>Wed, 26 Jun 2024 19:23:53 +0000</pubDate>
      <link>https://dev.to/michalskolak/nextjs-starter-template-7be</link>
      <guid>https://dev.to/michalskolak/nextjs-starter-template-7be</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟&lt;br&gt;
&lt;a href="https://github.com/Skolaczk/next-starter"&gt;https://github.com/Skolaczk/next-starter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.&lt;/p&gt;

&lt;p&gt;🎉 Features&lt;br&gt;
🚀 Next.js 14 (App router)&lt;br&gt;
⚛️ React 18&lt;br&gt;
📘 Typescript&lt;br&gt;
🎨 TailwindCSS - Class sorting, merging and linting&lt;br&gt;
🛠️ Shadcn/ui - Customizable UI components&lt;br&gt;
🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;br&gt;
💵 Stripe - Payment handler&lt;br&gt;
🛡️ Prisma - ORM for node.js&lt;br&gt;
📋 React-hook-form - Manage your forms easy and efficient&lt;br&gt;
🔍 Zod - Schema validation library&lt;br&gt;
🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;br&gt;
🎭 Playwright - Configured for e2e testing&lt;br&gt;
📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;br&gt;
💅 Prettier - Code formatter&lt;br&gt;
🧹 Eslint - Code linting tool&lt;br&gt;
🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;br&gt;
🔹 Icons - From Lucide&lt;br&gt;
🌑 Dark mode - With next-themes&lt;br&gt;
🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;br&gt;
📝 Commitlint - Lint your git commits&lt;br&gt;
🤖 Github actions - Lint your code on PR&lt;br&gt;
⚙️ T3-env - Manage your environment variables&lt;br&gt;
💯 Perfect Lighthouse score&lt;br&gt;
🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;If you liked the project, I will appreciate if you leave a star. 🌟😊&lt;/p&gt;

&lt;p&gt;Made by Michał Skolak&lt;/p&gt;

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