<?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: Michał</title>
    <description>The latest articles on Forem by Michał (@michalskolakxx).</description>
    <link>https://forem.com/michalskolakxx</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%2F2194111%2F4c79f326-ec2e-4a89-bbaf-8a474c7dfdba.png</url>
      <title>Forem: Michał</title>
      <link>https://forem.com/michalskolakxx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/michalskolakxx"/>
    <language>en</language>
    <item>
      <title>Next.js starter template</title>
      <dc:creator>Michał</dc:creator>
      <pubDate>Fri, 13 Dec 2024 19:50:59 +0000</pubDate>
      <link>https://forem.com/michalskolakxx/nextjs-starter-template-239p</link>
      <guid>https://forem.com/michalskolakxx/nextjs-starter-template-239p</guid>
      <description>&lt;p&gt;Hi, 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. Therefore, I would like to ask for feedback and any missing functionalities. If you liked the project, I will appreciate if you leave a star. 🌟 &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;Overview&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;/p&gt;

&lt;p&gt;🚀 Next.js 15 (App router)&lt;/p&gt;

&lt;p&gt;⚛️ React 19&lt;/p&gt;

&lt;p&gt;📘 Typescript&lt;/p&gt;

&lt;p&gt;🎨 TailwindCSS - Class sorting, merging and linting&lt;/p&gt;

&lt;p&gt;🛠️ Shadcn/ui - Customizable UI components&lt;/p&gt;

&lt;p&gt;🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;/p&gt;

&lt;p&gt;💵 Stripe - Payment handler&lt;/p&gt;

&lt;p&gt;🛡️ Prisma - ORM for node.js&lt;/p&gt;

&lt;p&gt;📋 React-hook-form - Manage your forms easy and efficient&lt;/p&gt;

&lt;p&gt;🔍 Zod - Schema validation library&lt;/p&gt;

&lt;p&gt;🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;/p&gt;

&lt;p&gt;🎭 Playwright - Configured for e2e testing&lt;/p&gt;

&lt;p&gt;📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;/p&gt;

&lt;p&gt;💅 Prettier - Code formatter&lt;/p&gt;

&lt;p&gt;🧹 Eslint - Code linting tool&lt;/p&gt;

&lt;p&gt;🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;/p&gt;

&lt;p&gt;🔹 Icons - From Lucide&lt;/p&gt;

&lt;p&gt;🌑 Dark mode - With next-themes&lt;/p&gt;

&lt;p&gt;🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;/p&gt;

&lt;p&gt;📝 Commitlint - Lint your git commits&lt;/p&gt;

&lt;p&gt;🤖 Github actions - Lint your code on PR&lt;/p&gt;

&lt;p&gt;⚙️ T3-env - Manage your environment variables&lt;/p&gt;

&lt;p&gt;💯 Perfect Lighthouse score&lt;/p&gt;

&lt;p&gt;🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;❤️ Support&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>react</category>
      <category>nextjs</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Next.js starter template</title>
      <dc:creator>Michał</dc:creator>
      <pubDate>Thu, 10 Oct 2024 13:35:08 +0000</pubDate>
      <link>https://forem.com/michalskolakxx/nextjs-starter-template-1m21</link>
      <guid>https://forem.com/michalskolakxx/nextjs-starter-template-1m21</guid>
      <description>&lt;p&gt;Hi, 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. Therefore, I would like to ask for feedback and any missing functionalities. If you liked the project, I will appreciate if you leave a star. 🌟 &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;Overview&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;/p&gt;

&lt;p&gt;🚀 Next.js 14 (App router)&lt;/p&gt;

&lt;p&gt;⚛️ React 18&lt;/p&gt;

&lt;p&gt;📘 Typescript&lt;/p&gt;

&lt;p&gt;🎨 TailwindCSS - Class sorting, merging and linting&lt;/p&gt;

&lt;p&gt;🛠️ Shadcn/ui - Customizable UI components&lt;/p&gt;

&lt;p&gt;🔒 Next-auth - Easy authentication library for Next.js (GitHub provider)&lt;/p&gt;

&lt;p&gt;💵 Stripe - Payment handler&lt;/p&gt;

&lt;p&gt;🛡️ Prisma - ORM for node.js&lt;/p&gt;

&lt;p&gt;📋 React-hook-form - Manage your forms easy and efficient&lt;/p&gt;

&lt;p&gt;🔍 Zod - Schema validation library&lt;/p&gt;

&lt;p&gt;🧪 Jest &amp;amp; React Testing Library - Configured for unit testing&lt;/p&gt;

&lt;p&gt;🎭 Playwright - Configured for e2e testing&lt;/p&gt;

&lt;p&gt;📈 Absolute Import &amp;amp; Path Alias - Import components using @/ prefix&lt;/p&gt;

&lt;p&gt;💅 Prettier - Code formatter&lt;/p&gt;

&lt;p&gt;🧹 Eslint - Code linting tool&lt;/p&gt;

&lt;p&gt;🐶 Husky &amp;amp; Lint Staged - Run scripts on your staged files before they are committed&lt;/p&gt;

&lt;p&gt;🔹 Icons - From Lucide&lt;/p&gt;

&lt;p&gt;🌑 Dark mode - With next-themes&lt;/p&gt;

&lt;p&gt;🗺️ Sitemap &amp;amp; robots.txt - With next-sitemap&lt;/p&gt;

&lt;p&gt;📝 Commitlint - Lint your git commits&lt;/p&gt;

&lt;p&gt;🤖 Github actions - Lint your code on PR&lt;/p&gt;

&lt;p&gt;⚙️ T3-env - Manage your environment variables&lt;/p&gt;

&lt;p&gt;💯 Perfect Lighthouse score&lt;/p&gt;

&lt;p&gt;🌐 I18n with Paraglide&lt;/p&gt;

&lt;p&gt;❤️ Support&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>
  </channel>
</rss>
