<?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: Manthan Bhosle</title>
    <description>The latest articles on Forem by Manthan Bhosle (@manthan_bhosle_73dff88f77).</description>
    <link>https://forem.com/manthan_bhosle_73dff88f77</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%2F3649782%2Fc57bbecf-e772-4d43-9fee-1d309cca3bb0.png</url>
      <title>Forem: Manthan Bhosle</title>
      <link>https://forem.com/manthan_bhosle_73dff88f77</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/manthan_bhosle_73dff88f77"/>
    <language>en</language>
    <item>
      <title>How I built a Search Engine with Next.js and MongoDB in one weekend</title>
      <dc:creator>Manthan Bhosle</dc:creator>
      <pubDate>Sun, 07 Dec 2025 03:32:35 +0000</pubDate>
      <link>https://forem.com/manthan_bhosle_73dff88f77/how-i-built-a-search-engine-with-nextjs-and-mongodb-in-one-weekend-3hdd</link>
      <guid>https://forem.com/manthan_bhosle_73dff88f77/how-i-built-a-search-engine-with-nextjs-and-mongodb-in-one-weekend-3hdd</guid>
      <description>&lt;h2&gt;
  
  
  The Problem 😫
&lt;/h2&gt;

&lt;p&gt;Every time I start a new React project, I waste hours hopping between documentation sites.&lt;br&gt;
&lt;em&gt;"Does Material UI have a better Date Picker than Mantine?"&lt;/em&gt;&lt;br&gt;
&lt;em&gt;"Which library has the best-looking Accordion?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I ended up with 15 tabs open just to choose a dropdown menu.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution 💡
&lt;/h2&gt;

&lt;p&gt;I spent this weekend building &lt;strong&gt;UI Search&lt;/strong&gt; — a centralized search engine for open-source UI components.&lt;/p&gt;

&lt;p&gt;It indexes the docs of the top 15 libraries (MUI, ShadCN, Radix, DaisyUI, etc.) so you can search once and see everything side-by-side.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz0dxc8juzv0qvfivujk1.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz0dxc8juzv0qvfivujk1.gif" alt="UI Search Demo" width="720" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How it Works 🛠️
&lt;/h2&gt;

&lt;p&gt;It's a Full Stack app built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; (App Router)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MongoDB Atlas&lt;/strong&gt; (for storing component metadata)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; (for the UI)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wrote a custom script that indexes the sitemaps of these documentation sites to keep the database up to date.&lt;/p&gt;

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

&lt;p&gt;It's live and free to use: &lt;strong&gt;&lt;a href="https://ui-search-engine.vercel.app" rel="noopener noreferrer"&gt;https://ui-search-engine.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'd love to know what you think! Are there any other libraries I should add to the index?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>react</category>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
