<?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: Claudio Dev</title>
    <description>The latest articles on DEV Community by Claudio Dev (@claudio_dev_cd1b7f2dd5f99).</description>
    <link>https://dev.to/claudio_dev_cd1b7f2dd5f99</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%2F3876903%2F4ec12a53-1eaf-480d-bd5c-cc0bad240e89.png</url>
      <title>DEV Community: Claudio Dev</title>
      <link>https://dev.to/claudio_dev_cd1b7f2dd5f99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/claudio_dev_cd1b7f2dd5f99"/>
    <language>en</language>
    <item>
      <title>I built the same setup 4 times before I turned it into a boilerplate</title>
      <dc:creator>Claudio Dev</dc:creator>
      <pubDate>Mon, 13 Apr 2026 14:56:22 +0000</pubDate>
      <link>https://dev.to/claudio_dev_cd1b7f2dd5f99/i-built-the-same-setup-4-times-before-i-turned-it-into-a-boilerplate-375l</link>
      <guid>https://dev.to/claudio_dev_cd1b7f2dd5f99/i-built-the-same-setup-4-times-before-i-turned-it-into-a-boilerplate-375l</guid>
      <description>&lt;p&gt;Every project started the same way. New repo, &lt;br&gt;
then days of setup before touching the actual idea.&lt;/p&gt;

&lt;p&gt;Supabase schema. RLS policies. OTP auth. &lt;br&gt;
Lemon Squeezy webhooks. Resend. Protected routes.&lt;/p&gt;

&lt;p&gt;At some point I had a messy "setup repo" I'd copy &lt;br&gt;
from. It broke constantly. So I cleaned it up &lt;br&gt;
properly, documented everything, and packaged it.&lt;/p&gt;

&lt;p&gt;The result is SupaShip — Next.js 14 with Supabase, &lt;br&gt;
Lemon Squeezy, Resend, and OTP passwordless auth. &lt;br&gt;
One SQL file to run and your DB is ready. &lt;br&gt;
Deploys on Vercel.&lt;/p&gt;

&lt;p&gt;A few decisions worth explaining:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OTP over magic links&lt;/strong&gt; — magic links break inside &lt;br&gt;
Chrome Extensions. OTP codes work everywhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lemon Squeezy over Stripe&lt;/strong&gt; — Stripe isn't &lt;br&gt;
available in Uruguay where I'm based. LS handles &lt;br&gt;
VAT automatically too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;App Router only&lt;/strong&gt; — no Pages Router legacy code.&lt;/p&gt;

&lt;p&gt;supaship.app if you're curious. Happy to answer &lt;br&gt;
questions about any of the technical decisions.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
