<?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: nexai2024</title>
    <description>The latest articles on DEV Community by nexai2024 (@nexai2024).</description>
    <link>https://dev.to/nexai2024</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%2F3390942%2F83fd7523-dc95-4b84-96bb-e17549a478cb.png</url>
      <title>DEV Community: nexai2024</title>
      <link>https://dev.to/nexai2024</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nexai2024"/>
    <language>en</language>
    <item>
      <title>Weekend Hack-a-thon Post</title>
      <dc:creator>nexai2024</dc:creator>
      <pubDate>Mon, 13 Jul 2026 02:06:44 +0000</pubDate>
      <link>https://dev.to/nexai2024/weekend-hack-a-thon-post-3ilm</link>
      <guid>https://dev.to/nexai2024/weekend-hack-a-thon-post-3ilm</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-07-09"&gt;Weekend Challenge: Passion Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;We’ve all been there: it’s 3:00 AM, you’re four coffees deep, and you are convinced that your side project is going to change the world. Then you hit a wall—a tiny, infuriating bug or a feature that needs an extra pair of hands. You don't have a budget, and you don't have a team, but you have pure, unadulterated passion.&lt;/p&gt;

&lt;p&gt;Proof of Passion is a micro-bounty board designed specifically for those late-night obsessions. It allows developers to post small, high-impact tasks for their side projects and back them with a little bit of SOL. It’s not about enterprise-level contracts; it’s about signaling, "I love this project, and I’m willing to put my money where my passion is to get this feature shipped."&lt;/p&gt;

&lt;p&gt;Even more, it's about community, networking, and building relationships in a field flooded with loners this project opens up another semi-passive avenue for meeting colleagues, pair programmers,  maybe even co-founders.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Full App&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__bolt"&gt;
  &lt;iframe src="https://solana-micro-bounty-6u1w.bolt.host" title="Bolt App" width="100%" height="600"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


&lt;p&gt;Demos&lt;br&gt;
-Create Bounty - &lt;br&gt;
&lt;a href="https://www.loom.com/share/f8c632605eda46a79a8adff6e67bfaa6" rel="noopener noreferrer"&gt;https://www.loom.com/share/f8c632605eda46a79a8adff6e67bfaa6&lt;/a&gt;&lt;br&gt;
-Submit PR to Bounty -&lt;br&gt;
&lt;a href="https://www.loom.com/share/dc762af1041b4747916a8b8273418dc9" rel="noopener noreferrer"&gt;https://www.loom.com/share/dc762af1041b4747916a8b8273418dc9&lt;/a&gt;&lt;br&gt;
-Initiate transfer - &lt;br&gt;
&lt;a href="https://www.loom.com/share/c2777d13be8e44a79fa32261a40248ca" rel="noopener noreferrer"&gt;https://www.loom.com/share/c2777d13be8e44a79fa32261a40248ca&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/nexai2024/proof-of-passion/tree/main" rel="noopener noreferrer"&gt;https://github.com/nexai2024/proof-of-passion/tree/main&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;The goal was "low friction, high impact." I wanted a developer experience that felt native to the web, not like a crypto-engineering thesis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend&lt;/strong&gt;: Built with Next.js and Tailwind CSS. I focused on a "terminal-inspired" dark mode aesthetic because, let's be honest, that’s where the best work happens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wallet Integration&lt;/strong&gt;: I used @solana/wallet-adapter-react. It’s the gold standard for a reason—it handled the wallet connection state (Phantom, Solflare, etc.) in a few lines of code, so I could focus on the UI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "Passion" Engine&lt;/strong&gt;: For the transaction logic, I used @solana/web3.js to create native SystemProgram.transfer transactions. When a user funds a bounty, the app generates a transaction request, the wallet signs it, and the funds are escrowed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Pivot&lt;/strong&gt;: I initially considered building a complex Anchor program, but for a 48-hour challenge, I prioritized a "verified owner" pattern. I used a backend service to track the bounty status, allowing project owners to programmatically release funds upon verifying a GitHub PR. It keeps the UI fast and the barrier to entry non-existent.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Categories
&lt;/h2&gt;

&lt;p&gt;Best of Solana&lt;/p&gt;

&lt;p&gt;Developer:&lt;br&gt;
*&lt;em&gt;&lt;a class="mentioned-user" href="https://dev.to/nexai2024"&gt;@nexai2024&lt;/a&gt;&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
  </channel>
</rss>
