<?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: Gazzel16</title>
    <description>The latest articles on DEV Community by Gazzel16 (@gazzel16).</description>
    <link>https://dev.to/gazzel16</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4009206%2F3e970a8a-b1de-435c-af1a-44ac92b727a0.jpg</url>
      <title>DEV Community: Gazzel16</title>
      <link>https://dev.to/gazzel16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gazzel16"/>
    <language>en</language>
    <item>
      <title>Next.js + Supabase Starter Template (Prisma, Redux, Swagger)</title>
      <dc:creator>Gazzel16</dc:creator>
      <pubDate>Tue, 30 Jun 2026 08:05:03 +0000</pubDate>
      <link>https://dev.to/gazzel16/nextjs-supabase-starter-template-prisma-redux-swagger-3khf</link>
      <guid>https://dev.to/gazzel16/nextjs-supabase-starter-template-prisma-redux-swagger-3khf</guid>
      <description>&lt;p&gt;&lt;strong&gt;Why I open-sourced this:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I kept rebuilding the same setup for every new project — Next.js API routes, Prisma, Supabase, folder structure, and deploy steps. It was repetitive, and I wasted time deciding where code should live instead of building features.&lt;/p&gt;

&lt;p&gt;So I packaged the pattern I actually use into one repo: layered backend, Redux for CRUD, Swagger docs, and a clear path to Vercel + Supabase Cloud.&lt;/p&gt;

&lt;p&gt;I open-sourced it so I (and anyone else) can clone → customize → ship without starting from scratch every time.&lt;/p&gt;

&lt;p&gt;If it saves you even one weekend of wiring, it was worth sharing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's included:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16 (App Router) + TypeScript + Tailwind&lt;/li&gt;
&lt;li&gt;Supabase Postgres (local Docker for dev, cloud for prod)&lt;/li&gt;
&lt;li&gt;Prisma 7 with layered API: route → controller → repository&lt;/li&gt;
&lt;li&gt;Redux Toolkit for client state and CRUD thunks&lt;/li&gt;
&lt;li&gt;OpenAPI + Swagger UI at &lt;code&gt;/docs&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Reference CRUD module (&lt;code&gt;categories&lt;/code&gt;) — copy for new entities&lt;/li&gt;
&lt;li&gt;Deploy to Vercel + Supabase Cloud — no separate backend server&lt;/li&gt;
&lt;li&gt;Clone, customize your schema, and ship&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;If this template helps you, leave a like on this post and a star on the repo — it helps others find it and keeps me motivated to improve it.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Gazzel16/nextjs-supabase-starter" rel="noopener noreferrer"&gt;https://github.com/Gazzel16/nextjs-supabase-starter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thanks for reading!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
