<?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: Nir Feinstein</title>
    <description>The latest articles on DEV Community by Nir Feinstein (@nir_feinstein_9a91c1c2428).</description>
    <link>https://dev.to/nir_feinstein_9a91c1c2428</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%2F3879650%2Fa2ca1ea6-d05b-47fe-98d7-07949de68fd8.jpg</url>
      <title>DEV Community: Nir Feinstein</title>
      <link>https://dev.to/nir_feinstein_9a91c1c2428</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nir_feinstein_9a91c1c2428"/>
    <language>en</language>
    <item>
      <title>I BUILT MyFeed - describe any topic, get an AI-curated feed from thousands of sources</title>
      <dc:creator>Nir Feinstein</dc:creator>
      <pubDate>Wed, 15 Apr 2026 04:29:12 +0000</pubDate>
      <link>https://dev.to/nir_feinstein_9a91c1c2428/i-built-myfeed-describe-any-topic-get-an-ai-curated-feed-from-thousands-of-sources-gb2</link>
      <guid>https://dev.to/nir_feinstein_9a91c1c2428/i-built-myfeed-describe-any-topic-get-an-ai-curated-feed-from-thousands-of-sources-gb2</guid>
      <description>&lt;p&gt;I JUST LAUNCHED {MyFeed](&lt;a href="https://myfeed.space" rel="noopener noreferrer"&gt;https://myfeed.space&lt;/a&gt;) and wanted to share it with the DEV community.&lt;/p&gt;

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

&lt;p&gt;MyFeed is an AI-powered content aggregator. You describe any topic you care about, and it builds a curated feed from thousands of sources across the web - RSS feeds, news sites, blogs, YouTube, and more.&lt;/p&gt;

&lt;p&gt;No manual RSS subscriptions. No bookmarking dozens of sites. Just describe what you want to read about.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Describe a topic&lt;/strong&gt; - "Python Django tutorials", "SpaceX launches", "indie game dev" - anything&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI classifies content&lt;/strong&gt; - An LLM scans thousands of articles and matches them to your feed based on relevance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get a curated feed&lt;/strong&gt; - Fresh content delivered to your feed, updated regularly&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 16&lt;/strong&gt; + React 19 + Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; for auth and database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LLM classification&lt;/strong&gt; (GPT-5 Nano) for matching articles to feeds&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RSS + Brave Search API&lt;/strong&gt; for content sourcing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Railway&lt;/strong&gt; for hosting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resend&lt;/strong&gt; for email digests&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The classification pipeline
&lt;/h2&gt;

&lt;p&gt;The interesting part is how content gets matched to feeds. Every few hours, a cron job:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Scans 100+ RSS sources and Brave Search for fresh articles&lt;/li&gt;
&lt;li&gt;Sends all new articles + all feed prompts to an LLM in one batch&lt;/li&gt;
&lt;li&gt;The LLM returns matches with quality scores (1-10)&lt;/li&gt;
&lt;li&gt;Only articles scoring 6+ get inserted into feeds&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This keeps costs under $1/month while processing thousands of articles.&lt;/p&gt;

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

&lt;p&gt;Check it out at &lt;a href="https://myfeed.space" rel="noopener noreferrer"&gt;myfeed.space&lt;/a&gt; - it's free to use. You can browse 15+ pre-built feeds or create your own custom feed in seconds.&lt;/p&gt;

&lt;p&gt;Would love any feedback from the community!&lt;/p&gt;

</description>
      <category>i</category>
      <category>built</category>
      <category>myfeed</category>
      <category>an</category>
    </item>
  </channel>
</rss>
