<?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: Mohammad NaVeEd</title>
    <description>The latest articles on DEV Community by Mohammad NaVeEd (@mohammad_naveed_d0b970477).</description>
    <link>https://dev.to/mohammad_naveed_d0b970477</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%2F3962596%2F22220eb7-227a-47a3-a392-37add87a0571.jpg</url>
      <title>DEV Community: Mohammad NaVeEd</title>
      <link>https://dev.to/mohammad_naveed_d0b970477</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammad_naveed_d0b970477"/>
    <language>en</language>
    <item>
      <title>A free, 100% browser-based cURL tool that runs entirely in your client</title>
      <dc:creator>Mohammad NaVeEd</dc:creator>
      <pubDate>Mon, 01 Jun 2026 11:10:37 +0000</pubDate>
      <link>https://dev.to/mohammad_naveed_d0b970477/a-free-100-browser-based-curl-tool-that-runs-entirely-in-your-client-25b8</link>
      <guid>https://dev.to/mohammad_naveed_d0b970477/a-free-100-browser-based-curl-tool-that-runs-entirely-in-your-client-25b8</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I built curl.codewithneo.com because I was tired of switching back and forth between my terminal and the browser just to test quick API requests, format payloads, or debug headers.&lt;/p&gt;

&lt;p&gt;While there are plenty of web-based HTTP clients out there, a lot of them send your data through their own backend servers. As a developer/security researcher, sending API keys, bearer tokens, or sensitive payloads through a third-party server always felt like a massive security risk.&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%2F6rer0ce83ooz0724j7jw.png" 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%2F6rer0ce83ooz0724j7jw.png" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So I built a completely client-side alternative.&lt;/p&gt;

&lt;p&gt;Key Features&lt;br&gt;
100% Browser-Based: All requests are executed directly from your browser. Your sensitive API keys, tokens, and endpoints never touch an external backend server.&lt;/p&gt;

&lt;p&gt;Completely Free: No paywalls, no "premium tiers" for basic HTTP methods, and no sign-ups required.&lt;/p&gt;

&lt;p&gt;Clean UI: Fast, lightweight, and built to let you drop in a cURL command or construct a request in seconds.&lt;/p&gt;

&lt;p&gt;Why use this over a local terminal?&lt;br&gt;
Sometimes you just want a clean visual interface to inspect response headers, pretty-print massive JSON payloads, or quickly tweak a request without messing up your terminal history.&lt;/p&gt;

&lt;p&gt;I’d love to get your feedback on it. What features should I add next? If you encounter any CORS issues or have ideas for improvements, let me know!&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://curl.codewithneo.com" rel="noopener noreferrer"&gt;ncurl&lt;/a&gt;&lt;/p&gt;

</description>
      <category>curl</category>
      <category>dev</category>
      <category>devtools</category>
      <category>browsercurl</category>
    </item>
  </channel>
</rss>
