<?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: branga breow</title>
    <description>The latest articles on DEV Community by branga breow (@branga_breow).</description>
    <link>https://dev.to/branga_breow</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%2F4091852%2F9473235d-fe88-43f4-a420-3f32335da7e7.png</url>
      <title>DEV Community: branga breow</title>
      <link>https://dev.to/branga_breow</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/branga_breow"/>
    <language>en</language>
    <item>
      <title>How I Built 5 Developer Tool APIs on a Raspberry Pi (And Listed Them on RapidAPI)</title>
      <dc:creator>branga breow</dc:creator>
      <pubDate>Mon, 24 Aug 2026 07:48:51 +0000</pubDate>
      <link>https://dev.to/branga_breow/how-i-built-5-developer-tool-apis-on-a-raspberry-pi-and-listed-them-on-rapidapi-3k63</link>
      <guid>https://dev.to/branga_breow/how-i-built-5-developer-tool-apis-on-a-raspberry-pi-and-listed-them-on-rapidapi-3k63</guid>
      <description>&lt;p&gt;This is a writeup of how I built and launched a small API hub — what worked, what didn't, and the tech stack behind it.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
As developers, we use the same tools over and over: prompt optimization, JSON validation, text analysis. These are small, repeatable tasks that don't need a full SaaS — they just need a reliable API endpoint.&lt;/p&gt;

&lt;p&gt;The Stack&lt;br&gt;
Runtime: Python FastAPI in a Docker container&lt;br&gt;
Host: Raspberry Pi 4 (8GB) in my garage&lt;br&gt;
Tunnel: Cloudflare Tunnel (zero open ports on router)&lt;br&gt;
Domain: kowhaigoods.com via GitHub Pages&lt;br&gt;
Marketplace: RapidAPI Hub&lt;/p&gt;

&lt;p&gt;The 5 Endpoints&lt;br&gt;
AI Prompt Optimizer&lt;br&gt;
POST /prompt-optimizer/optimize&lt;/p&gt;

&lt;p&gt;Send a raw prompt like "write me a blog post about dogs" and get back a structured prompt with:&lt;br&gt;
Role definition ("You are an expert content writer...")&lt;br&gt;
Task specification&lt;br&gt;
Constraints&lt;br&gt;
Output format guidance&lt;/p&gt;

&lt;p&gt;JSON Schema Validator&lt;br&gt;
POST /json-tools/validate&lt;/p&gt;

&lt;p&gt;Validates JSON data against a schema — useful for CI/CD pipelines and form validation.&lt;/p&gt;

&lt;p&gt;3-4. JSON Formatter &amp;amp; Converter&lt;br&gt;
Format/beautify JSON with custom indentation, and convert between JSON ↔ CSV ↔ YAML.&lt;/p&gt;

&lt;p&gt;Text Readability &amp;amp; SEO Analyzer&lt;br&gt;
POST /text-analyzer/analyze&lt;/p&gt;

&lt;p&gt;Returns readability scores (Flesch-Kincaid, Gunning Fog, SMOG), SEO metrics (word count, keyword density, sentence structure), and improvement suggestions.&lt;/p&gt;

&lt;p&gt;What Worked&lt;br&gt;
Free tier is essential. 100 requests/month free. Nobody pays $9.99/mo for an API they haven't tested.&lt;br&gt;
SEO + FAQ schema drives organic traffic. Blog posts with FAQPage JSON-LD schema show up in Google's answer snippets.&lt;br&gt;
Cloudflare Tunnel is perfect for homelab hosting. No port forwarding, automatic SSL, DDoS protection built in.&lt;/p&gt;

&lt;p&gt;What Didn't Work (1/2)&lt;br&gt;
Reddit r/programming — strict anti-self-promo, post was removed. Use r/SideProject instead.&lt;br&gt;
Stack Overflow — any mention of your own product gets flagged. Don't bother.&lt;br&gt;
Direct cold outreach to devs — low response rate. Inbound (SEO + marketplace) works better.&lt;/p&gt;

&lt;p&gt;Try It&lt;br&gt;
Free tier: &lt;a href="https://rapidapi.com/kowhai-text-utilities" rel="noopener noreferrer"&gt;https://rapidapi.com/kowhai-text-utilities&lt;/a&gt;&lt;br&gt;
Full API docs: &lt;a href="https://kowhaigoods.com/api-docs.html" rel="noopener noreferrer"&gt;https://kowhaigoods.com/api-docs.html&lt;/a&gt;&lt;br&gt;
Blog: &lt;a href="https://kowhaigoods.com/" rel="noopener noreferrer"&gt;https://kowhaigoods.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
