<?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: RileyCraig14</title>
    <description>The latest articles on DEV Community by RileyCraig14 (@rileycraig14).</description>
    <link>https://dev.to/rileycraig14</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%2F3913011%2Fa8aea3ef-2ec7-424f-a1c3-ba06d3044e17.png</url>
      <title>DEV Community: RileyCraig14</title>
      <link>https://dev.to/rileycraig14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rileycraig14"/>
    <language>en</language>
    <item>
      <title>How I built a pay-per-call API using x402 on Base — no subscriptions</title>
      <dc:creator>RileyCraig14</dc:creator>
      <pubDate>Fri, 08 May 2026 06:02:25 +0000</pubDate>
      <link>https://dev.to/rileycraig14/how-i-built-a-pay-per-call-api-using-x402-on-base-no-subscriptions-4ehc</link>
      <guid>https://dev.to/rileycraig14/how-i-built-a-pay-per-call-api-using-x402-on-base-no-subscriptions-4ehc</guid>
      <description>&lt;h1&gt;
  
  
  Pay-Per-Call APIs Are the Future
&lt;/h1&gt;

&lt;p&gt;Most APIs charge $99/month whether you make 1 call or 10,000. I built NEXUS — pay fractions of a cent per request using USDC on Base via x402.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is x402?
&lt;/h2&gt;

&lt;p&gt;When you call a NEXUS endpoint without payment, you get HTTP 402 with payment details. Pay the micropayment, retry, get your data. No subscription. No API key.&lt;/p&gt;

&lt;h2&gt;
  
  
  What NEXUS offers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Live crypto prices: $0.02/call&lt;/li&gt;
&lt;li&gt;Reddit sentiment: $0.05/call&lt;/li&gt;
&lt;li&gt;DeFi TVL: $0.005/call&lt;/li&gt;
&lt;li&gt;Stock prices: $0.002/call&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-X&lt;/span&gt; POST https://nexus-agent-xa12.onrender.com/data/crypto &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="s2"&gt;"{&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;coins&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;: [&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;bitcoin&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;]}"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also available as MCP server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;claude mcp add nexus npx @rileycraig/nexus-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Free competitor intelligence demo: &lt;strong&gt;&lt;a href="https://rileycraig14.github.io/nexus-dashboard/competitor.html" rel="noopener noreferrer"&gt;rileycraig14.github.io/nexus-dashboard/competitor.html&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>web3</category>
      <category>javascript</category>
      <category>crypto</category>
    </item>
    <item>
      <title>Real-time Reddit sentiment as a competitive intelligence signal</title>
      <dc:creator>RileyCraig14</dc:creator>
      <pubDate>Fri, 08 May 2026 06:02:24 +0000</pubDate>
      <link>https://dev.to/rileycraig14/real-time-reddit-sentiment-as-a-competitive-intelligence-signal-4bpc</link>
      <guid>https://dev.to/rileycraig14/real-time-reddit-sentiment-as-a-competitive-intelligence-signal-4bpc</guid>
      <description>&lt;h1&gt;
  
  
  Reddit Is the Most Underrated Competitive Intelligence Source
&lt;/h1&gt;

&lt;p&gt;ICE (NYSE operator) just launched a Reddit sentiment product for institutions at $50,000/year. Why? Because Reddit is where real users say what they actually think.&lt;/p&gt;

&lt;p&gt;I built the same thing free for founders:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://rileycraig14.github.io/nexus-dashboard/competitor.html" rel="noopener noreferrer"&gt;Try it: competitor intel tool&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enter any product — Notion, Linear, Vercel — get live Reddit sentiment instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Before a feature launch: see what Reddit says about competitors&lt;/li&gt;
&lt;li&gt;Pricing research: find complaints about competitor pricing&lt;/li&gt;
&lt;li&gt;Market validation: is there community forming around your problem?&lt;/li&gt;
&lt;li&gt;Customer win/loss: why do people switch FROM competitors?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The API
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;requests&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;post&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;https://nexus-agent-xa12.onrender.com/data/reddit&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="n"&gt;json&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;subreddit&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;SaaS&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;query&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;notion&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;limit&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;$0.05/call. No subscription. Pay per use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://rileycraig14.github.io/nexus-dashboard/competitor.html" rel="noopener noreferrer"&gt;Free tool&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://nexus-agent-xa12.onrender.com" rel="noopener noreferrer"&gt;API docs&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>saas</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
    <item>
      <title>I built a free real-time Reddit competitor intelligence tool</title>
      <dc:creator>RileyCraig14</dc:creator>
      <pubDate>Fri, 08 May 2026 06:01:38 +0000</pubDate>
      <link>https://dev.to/rileycraig14/i-built-a-free-real-time-reddit-competitor-intelligence-tool-5a7k</link>
      <guid>https://dev.to/rileycraig14/i-built-a-free-real-time-reddit-competitor-intelligence-tool-5a7k</guid>
      <description>&lt;h1&gt;
  
  
  What Reddit Says About Your Competitors
&lt;/h1&gt;

&lt;p&gt;I built a free tool that pulls live Reddit sentiment for any SaaS product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://rileycraig14.github.io/nexus-dashboard/competitor.html" rel="noopener noreferrer"&gt;Try it free&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enter any product name — Notion, Slack, Figma — get live sentiment and recent discussions. No signup.&lt;/p&gt;

&lt;p&gt;The underlying API costs $0.05/call if you want to integrate it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-X&lt;/span&gt; POST https://nexus-agent-xa12.onrender.com/data/reddit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;ICE (the NYSE operator) just launched a $50k/year Reddit sentiment product for institutions. This is the same thing, free for founders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://nexus-agent-xa12.onrender.com" rel="noopener noreferrer"&gt;nexus-agent-xa12.onrender.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>startup</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
