<?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>Forem: Aline Mercer</title>
    <description>The latest articles on Forem by Aline Mercer (@aline_mercer_e495a3af58ee).</description>
    <link>https://forem.com/aline_mercer_e495a3af58ee</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%2F3805244%2Ff91f4c94-a7d9-49d1-af93-b40e42e00d64.png</url>
      <title>Forem: Aline Mercer</title>
      <link>https://forem.com/aline_mercer_e495a3af58ee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aline_mercer_e495a3af58ee"/>
    <language>en</language>
    <item>
      <title>I Built an AI Agent Tool Marketplace on a Static Site (It Costs Almost Nothing)</title>
      <dc:creator>Aline Mercer</dc:creator>
      <pubDate>Sun, 08 Mar 2026 01:36:56 +0000</pubDate>
      <link>https://forem.com/aline_mercer_e495a3af58ee/i-built-an-ai-agent-tool-marketplace-on-a-static-site-it-costs-almost-nothing-44c9</link>
      <guid>https://forem.com/aline_mercer_e495a3af58ee/i-built-an-ai-agent-tool-marketplace-on-a-static-site-it-costs-almost-nothing-44c9</guid>
      <description>&lt;p&gt;If you are building with AI agents, you have probably hit this wall: your agent needs tools but finding them means digging through GitHub repos and random blog posts. There is no npm for AI agent tools.&lt;/p&gt;

&lt;p&gt;That is the problem I set out to solve with &lt;a href="https://tutuoai.com" rel="noopener noreferrer"&gt;TutuoAI&lt;/a&gt;, a marketplace for AI agent tools. We now catalog 116 products (38 paid, 78 free), and the entire thing runs on a static site architecture that costs almost nothing to operate.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Discovery Problem
&lt;/h2&gt;

&lt;p&gt;AI agents are only as good as the tools they can access. Tool discovery is a mess:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;For developers&lt;/strong&gt;: You Google AI tools, get 50 listicles, spend hours evaluating&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;For agents&lt;/strong&gt;: No machine-readable catalog exists&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;For tool builders&lt;/strong&gt;: Hard to get discovered&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Architecture: Why Static Wins
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;S3 + CloudFront&lt;/strong&gt; serves pre-rendered HTML pages. &lt;strong&gt;Stripe Checkout&lt;/strong&gt; handles payments with no backend. No servers, no databases, no containers.&lt;/p&gt;

&lt;p&gt;Cost: essentially free. Speed: ~50ms globally. Reliability: 99.999999999% durability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making It Machine-Readable: llms.txt and JSON-LD
&lt;/h2&gt;

&lt;p&gt;I implemented &lt;a href="https://llmstxt.org/" rel="noopener noreferrer"&gt;llms.txt&lt;/a&gt; so any AI agent can programmatically discover what tools are available. Every product page also includes Schema.org JSON-LD for structured data.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What worked:&lt;/strong&gt; Static architecture kept costs at zero. llms.txt generated interest from AI developers. Stripe Checkout eliminated weeks of backend work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What did not work yet:&lt;/strong&gt; Zero-traffic chicken-and-egg problem. SEO takes months. llms.txt adoption is still early.&lt;/p&gt;

&lt;h2&gt;
  
  
  Check It Out
&lt;/h2&gt;

&lt;p&gt;If you are building AI agent tools or want to discover what exists, check out &lt;a href="https://tutuoai.com" rel="noopener noreferrer"&gt;tutuoai.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Drop a comment if you have questions about the architecture!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I Built a $1 AI Agent Tools Marketplace with Zero Backend — Here's the Architecture</title>
      <dc:creator>Aline Mercer</dc:creator>
      <pubDate>Wed, 04 Mar 2026 07:18:50 +0000</pubDate>
      <link>https://forem.com/aline_mercer_e495a3af58ee/i-built-a-1-ai-agent-tools-marketplace-with-zero-backend-heres-the-architecture-34la</link>
      <guid>https://forem.com/aline_mercer_e495a3af58ee/i-built-a-1-ai-agent-tools-marketplace-with-zero-backend-heres-the-architecture-34la</guid>
      <description>&lt;h2&gt;
  
  
  The Discovery Problem
&lt;/h2&gt;

&lt;p&gt;AI agents are only as good as the tools they can access. But right n&lt;/p&gt;

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