<?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: nadir doyuk</title>
    <description>The latest articles on Forem by nadir doyuk (@doyukndr).</description>
    <link>https://forem.com/doyukndr</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%2F3802536%2Fe816d440-530e-4d22-99c0-cad9a6158d41.jpg</url>
      <title>Forem: nadir doyuk</title>
      <link>https://forem.com/doyukndr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/doyukndr"/>
    <language>en</language>
    <item>
      <title>I built an API that gives AI answers grounded in real-time web search. How can I improve this?</title>
      <dc:creator>nadir doyuk</dc:creator>
      <pubDate>Mon, 02 Mar 2026 22:02:21 +0000</pubDate>
      <link>https://forem.com/doyukndr/i-built-an-api-that-gives-ai-answers-grounded-in-real-time-web-search-how-can-i-improve-this-2gh</link>
      <guid>https://forem.com/doyukndr/i-built-an-api-that-gives-ai-answers-grounded-in-real-time-web-search-how-can-i-improve-this-2gh</guid>
      <description>&lt;p&gt;It's called MIAPI — it gives you AI answers grounded in real-time web search with actual citations. One API call, you get an answer with sources. No hallucinations.&lt;br&gt;
I built the whole thing solo:&lt;/p&gt;

&lt;p&gt;Backend in Python/FastAPI&lt;br&gt;
Running on a $7/month server&lt;br&gt;
Published a Python SDK to PyPI&lt;br&gt;
Built the landing page, docs, billing, dashboard — everything&lt;/p&gt;

&lt;p&gt;Why I built it: I wanted to add AI search to another project I'm working on and every option was either expensive or required building a whole RAG pipeline from scratch. Perplexity's API costs $5-14 per 1K queries. Mine costs $3.80.&lt;br&gt;
The whole thing runs on one DigitalOcean droplet. My total costs are about $10/month with no users. I have no funding, no team, no CS degree. I'm a student and I just figured it out.&lt;br&gt;
Free tier: 500 queries/month. No credit card needed.&lt;br&gt;
Try it: &lt;a href="https://miapi.uk" rel="noopener noreferrer"&gt;https://miapi.uk&lt;/a&gt;&lt;br&gt;
I'd love feedback. What would make you actually use this?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
