<?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: Chidari Sandeep</title>
    <description>The latest articles on DEV Community by Chidari Sandeep (@chidari_sandeep_c8e0478a1).</description>
    <link>https://dev.to/chidari_sandeep_c8e0478a1</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%2F3913955%2F349afc77-42cc-49e9-8f4b-20861d69c78c.png</url>
      <title>DEV Community: Chidari Sandeep</title>
      <link>https://dev.to/chidari_sandeep_c8e0478a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chidari_sandeep_c8e0478a1"/>
    <language>en</language>
    <item>
      <title>SearchWala: I Built a Blazing-Fast Meta-Search Engine in Rust That Queries 90+ Engines Simultaneously</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 05 May 2026 12:10:48 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/searchwala-i-built-a-blazing-fast-meta-search-engine-in-rust-that-queries-90-engines-bo1</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/searchwala-i-built-a-blazing-fast-meta-search-engine-in-rust-that-queries-90-engines-bo1</guid>
      <description>&lt;p&gt;Hey devs! I want to share a project I have been working on called &lt;strong&gt;SearchWala&lt;/strong&gt; (Swift-Search-RS).&lt;/p&gt;

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

&lt;p&gt;SearchWala is an open-source meta-search engine written in Rust that queries 90+ search engines simultaneously including Google, Bing, DuckDuckGo, Brave, Yandex, Baidu, and many more. It aggregates the results, scrapes the actual content, and can synthesize an AI-powered answer using any LLM provider you bring (Groq, OpenAI, Cerebras, etc).&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;90+ Search Engines&lt;/strong&gt;: Google (15 regional variants), Bing, DuckDuckGo, Brave, Yahoo, Qwant, Mojeek, Startpage, Wikipedia, and 60+ more&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual LLM Pipeline&lt;/strong&gt;: Lite mode (fast BM25-ranked answer) and Research mode (iterative deep analysis across 200+ sources)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;5-Tier Content Extraction&lt;/strong&gt;: Intelligent article extraction that goes beyond simple scraping&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built in Rust&lt;/strong&gt;: Blazing fast with async Tokio runtime, 24 concurrent scrapers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BYOK (Bring Your Own Key)&lt;/strong&gt;: Works with any OpenAI-compatible LLM provider&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy First&lt;/strong&gt;: No tracking, no ads, self-hostable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker Ready&lt;/strong&gt;: Multi-stage build producing a tiny 15MB image&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Performance
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Scrapes and ranks 420 URLs in under 10 seconds&lt;/li&gt;
&lt;li&gt;BM25 ranking with phrase match bonuses&lt;/li&gt;
&lt;li&gt;Browser fingerprint rotation across 12 profiles to avoid blocks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/SandeepAi369/Swift-Search-Rs" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/Swift-Search-Rs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback! Drop a comment if you have questions.&lt;/p&gt;

</description>
      <category>llm</category>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
