<?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: Puneet Sharma</title>
    <description>The latest articles on DEV Community by Puneet Sharma (@webdevpuneet).</description>
    <link>https://dev.to/webdevpuneet</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%2F3897061%2Fb0500f52-dd1e-4602-b65a-6b9d85424f16.png</url>
      <title>DEV Community: Puneet Sharma</title>
      <link>https://dev.to/webdevpuneet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/webdevpuneet"/>
    <language>en</language>
    <item>
      <title>I Built a Free In-Browser API Tester — No Postman Install Needed</title>
      <dc:creator>Puneet Sharma</dc:creator>
      <pubDate>Sat, 25 Apr 2026 06:19:20 +0000</pubDate>
      <link>https://dev.to/webdevpuneet/i-built-a-free-in-browser-api-tester-no-postman-install-needed-38j7</link>
      <guid>https://dev.to/webdevpuneet/i-built-a-free-in-browser-api-tester-no-postman-install-needed-38j7</guid>
      <description>&lt;p&gt;We've all been there — you just need to fire a quick API request &lt;br&gt;
to check a response, but your options are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Boot up Postman (and wait for that Electron app to load 🐢)&lt;/li&gt;
&lt;li&gt;Install a VS Code extension just for this&lt;/li&gt;
&lt;li&gt;Remember the exact &lt;code&gt;curl&lt;/code&gt; syntax you always forget&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I got tired of it, so I built a lightweight API request &lt;br&gt;
tester that runs entirely in your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://tools.webdevpuneet.com/api-request-generator-tester" rel="noopener noreferrer"&gt;API Request Generator &amp;amp; Tester&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Choose your HTTP method (GET, POST, PUT, DELETE, PATCH)&lt;/li&gt;
&lt;li&gt;Set custom headers&lt;/li&gt;
&lt;li&gt;Pass a request body (JSON, form data)&lt;/li&gt;
&lt;li&gt;Inspect the response — status, headers, body&lt;/li&gt;
&lt;li&gt;Zero install. Zero sign-up. Just open and use.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's essentially a no-friction Postman alternative for when &lt;br&gt;
you just need to poke at an endpoint quickly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why browser-based?
&lt;/h2&gt;

&lt;p&gt;The goal was to remove every possible barrier between &lt;br&gt;
"I need to test this" and actually testing it. No app to &lt;br&gt;
install, no account to create, no workspace to configure. &lt;br&gt;
Open the URL, test your API, move on.&lt;/p&gt;

&lt;h2&gt;
  
  
  There's more
&lt;/h2&gt;

&lt;p&gt;The API tester is part of a growing collection of free &lt;br&gt;
web dev tools I've been building at &lt;br&gt;
&lt;strong&gt;&lt;a href="https://tools.webdevpuneet.com/" rel="noopener noreferrer"&gt;tools.webdevpuneet.com&lt;/a&gt;&lt;/strong&gt; — &lt;br&gt;
all free, all in-browser.&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://tools.webdevpuneet.com/api-request-generator-tester" rel="noopener noreferrer"&gt;tools.webdevpuneet.com/api-request-generator-tester&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear what features you'd want added — &lt;br&gt;
drop them in the comments below!``&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>api</category>
    </item>
  </channel>
</rss>
