<?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: Gaurav Sharma</title>
    <description>The latest articles on Forem by Gaurav Sharma (@ohhitsgaurav).</description>
    <link>https://forem.com/ohhitsgaurav</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%2F3894084%2Fb34e486f-a4dd-4db7-8690-7038a97d3fb9.webp</url>
      <title>Forem: Gaurav Sharma</title>
      <link>https://forem.com/ohhitsgaurav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ohhitsgaurav"/>
    <language>en</language>
    <item>
      <title>I Built an Open Source Directory for Devs Because Discovery is Still Broken in 2026</title>
      <dc:creator>Gaurav Sharma</dc:creator>
      <pubDate>Thu, 23 Apr 2026 11:07:46 +0000</pubDate>
      <link>https://forem.com/ohhitsgaurav/i-built-an-open-source-directory-for-devs-because-discovery-is-still-broken-in-2026-1mnj</link>
      <guid>https://forem.com/ohhitsgaurav/i-built-an-open-source-directory-for-devs-because-discovery-is-still-broken-in-2026-1mnj</guid>
      <description>&lt;p&gt;There are more open source tools than ever. GitHub has hundreds of millions of repositories. And yet, when you need a specific tool — a self-hosted analytics platform, a lightweight CMS, a developer productivity tool — you still end up in the same 12-tab rabbit hole of outdated blog posts and stale Reddit threads.&lt;/p&gt;

&lt;p&gt;I got tired of it. So I built &lt;strong&gt;OpenResource&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://openresource.site" rel="noopener noreferrer"&gt;openresource.site&lt;/a&gt;&lt;br&gt;
💻 &lt;a href="https://github.com/gauravxdev/openresource" rel="noopener noreferrer"&gt;github.com/gauravxdev/openresource&lt;/a&gt;&lt;/p&gt;


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

&lt;p&gt;A &lt;strong&gt;community-driven directory&lt;/strong&gt; for open source tools, GitHub projects, apps, and developer resources.&lt;/p&gt;

&lt;p&gt;Not a curated list. Not a newsletter. A living platform where developers discover, share, and contribute resources — and where the community decides what's worth knowing about.&lt;/p&gt;

&lt;p&gt;The key difference from existing options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Trending&lt;/strong&gt; shows what's new, not what's useful&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google&lt;/strong&gt; surfaces SEO-optimized noise, not signal&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Awesome lists&lt;/strong&gt; go stale — one maintainer, no scale&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OpenResource&lt;/strong&gt; is community-maintained and grows continuously&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  The Feature I'm Most Excited About: Built-in AI Assistant
&lt;/h2&gt;

&lt;p&gt;Every developer has hit this wall: you find a GitHub repo, read the README, and still can't tell if this is the right tool for your use case.&lt;/p&gt;

&lt;p&gt;OpenResource's built-in AI assistant fills that gap. It explains open source tools in plain language — what they actually do, who they're for, and when you'd realistically reach for them.&lt;/p&gt;

&lt;p&gt;Not a replacement for documentation. A bridge to it.&lt;/p&gt;


&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Since we're on Dev.to — here's what's under the hood:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Framework:  Next.js 15 (App Router) + React 19
API Layer:  tRPC — full end-to-end type safety
Database:   Prisma ORM + PostgreSQL
UI:         Tailwind CSS + Radix UI
Language:   TypeScript (strict mode, no shortcuts)
Runtime:    Npm,Bun
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Built on the T3 Stack. Solo project, evenings and weekends. No VC funding, no team — just a developer who wanted this to exist.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I'm Sharing This Now (It's Not "Done")
&lt;/h2&gt;

&lt;p&gt;Because "done" is a myth and shipping beats perfect.&lt;/p&gt;

&lt;p&gt;OpenResource works. It's live. It has real rough edges. And right now, genuine feedback from developers who actually use it is worth more than another two months of solo refinement.&lt;/p&gt;

&lt;p&gt;What I want to know from you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the discovery experience actually better than your current workflow?&lt;/li&gt;
&lt;li&gt;What categories or tools feel missing?&lt;/li&gt;
&lt;li&gt;Does the AI assistant add value, or does it feel gimmicky?&lt;/li&gt;
&lt;li&gt;What would make you actually bookmark and return to this?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop a comment, open a GitHub issue, or just try it for five minutes and tell me what breaks.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bigger Picture
&lt;/h2&gt;

&lt;p&gt;Open source software powers the modern web. Developers and companies are increasingly choosing community-driven tools over proprietary SaaS — for cost, flexibility, data sovereignty, and control.&lt;/p&gt;

&lt;p&gt;But the infrastructure for &lt;em&gt;finding&lt;/em&gt; those tools hasn't kept up with the quality of the tools themselves.&lt;/p&gt;

&lt;p&gt;OpenResource is trying to fix that. One community contribution at a time.&lt;/p&gt;

&lt;p&gt;If you build something open source and want it listed — submit it.&lt;br&gt;
If you find a bug — open an issue.&lt;br&gt;
If you find it useful — a ⭐ on GitHub genuinely helps a solo dev.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://openresource.site" rel="noopener noreferrer"&gt;openresource.site&lt;/a&gt;&lt;br&gt;
💻 &lt;a href="https://github.com/gauravxdev/openresource" rel="noopener noreferrer"&gt;github.com/gauravxdev/openresource&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Just launched. Building in public. All feedback welcome.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
