<?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: velodeck</title>
    <description>The latest articles on DEV Community by velodeck (@velodeck).</description>
    <link>https://dev.to/velodeck</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%2F4073324%2Ff38f5eef-3a17-430d-ac1e-249ae3b8b8fd.png</url>
      <title>DEV Community: velodeck</title>
      <link>https://dev.to/velodeck</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/velodeck"/>
    <language>en</language>
    <item>
      <title>Building automated GitHub repo delivery using Next.js 16, Supabase, and Lemon Squeezy</title>
      <dc:creator>velodeck</dc:creator>
      <pubDate>Tue, 11 Aug 2026 15:04:36 +0000</pubDate>
      <link>https://dev.to/velodeck/building-automated-github-repo-delivery-using-nextjs-16-supabase-and-lemon-squeezy-3jgc</link>
      <guid>https://dev.to/velodeck/building-automated-github-repo-delivery-using-nextjs-16-supabase-and-lemon-squeezy-3jgc</guid>
      <description>&lt;p&gt;The Problem&lt;br&gt;
Every time I started building a new developer tool or boilerplate, I found myself spending 20+ hours wiring up:&lt;/p&gt;

&lt;p&gt;Payment provider webhooks&lt;/p&gt;

&lt;p&gt;Database schemas and Row Level Security&lt;/p&gt;

&lt;p&gt;Manual repository access control&lt;/p&gt;

&lt;p&gt;To eliminate this headache, I built VeloDeck—a Next.js 16 + Supabase boilerplate designed to automate post-purchase delivery.&lt;/p&gt;

&lt;p&gt;How the Automated Fulfillment Works&lt;br&gt;
Checkout: The buyer provides their GitHub username during checkout.&lt;/p&gt;

&lt;p&gt;Webhook Verification: Lemon Squeezy sends a signed HMAC order_created webhook.&lt;/p&gt;

&lt;p&gt;API Processing: Next.js 16 App Router verifies the request payload signature.&lt;/p&gt;

&lt;p&gt;Octokit Trigger: A serverless function runs Octokit to instantly send a private repository invite to the user.&lt;/p&gt;

&lt;p&gt;Check out the live demo: &lt;a href="https://www.velodeck.pro" rel="noopener noreferrer"&gt;https://www.velodeck.pro&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your feedback on the architecture!&lt;/p&gt;

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