<?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: Anurag Singh Chauhan</title>
    <description>The latest articles on DEV Community by Anurag Singh Chauhan (@anuragchauhan766).</description>
    <link>https://dev.to/anuragchauhan766</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%2F967774%2Fa20681bc-d1ac-4a28-ae53-3675f0e3ebd2.png</url>
      <title>DEV Community: Anurag Singh Chauhan</title>
      <link>https://dev.to/anuragchauhan766</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anuragchauhan766"/>
    <language>en</language>
    <item>
      <title>I Kept Searching for the Same Converter Tools — So I Built One Site for All of Them quickconvert.dev</title>
      <dc:creator>Anurag Singh Chauhan</dc:creator>
      <pubDate>Sat, 13 Jun 2026 18:57:13 +0000</pubDate>
      <link>https://dev.to/anuragchauhan766/i-kept-searching-for-the-same-converter-tools-so-i-built-one-site-for-all-of-them-quickconvertdev-2noi</link>
      <guid>https://dev.to/anuragchauhan766/i-kept-searching-for-the-same-converter-tools-so-i-built-one-site-for-all-of-them-quickconvertdev-2noi</guid>
      <description>&lt;p&gt;I was working on a project and needed to convert some Markdown to HTML. Searched for it online, found a site, done. Next day I needed HTML back to Markdown. Searched again, different site. Then JSON to CSV. Then something else. Different site every time, half of them slow.&lt;/p&gt;

&lt;p&gt;At some point I just thought — why not build one site that handles all of this?&lt;/p&gt;

&lt;p&gt;So I did. That's &lt;a href="https://quickconvert.dev" rel="noopener noreferrer"&gt;QuickConvert&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What It Is&lt;/p&gt;

&lt;p&gt;Just a collection of the conversions I kept searching for:&lt;/p&gt;

&lt;p&gt;JSON → CSV and back&lt;br&gt;
Markdown → HTML and back&lt;br&gt;
JSON → YAML&lt;br&gt;
XML → JSON&lt;br&gt;
CSV → JSON&lt;br&gt;
HTML → PDF&lt;/p&gt;

&lt;p&gt;Nothing fancy. No account needed. Everything runs directly in your browser — no data is sent anywhere, nothing is saved on a server.&lt;/p&gt;

&lt;p&gt;Why Astro&lt;/p&gt;

&lt;p&gt;I also wanted to try &lt;a href="https://astro.build" rel="noopener noreferrer"&gt;Astro&lt;/a&gt; for a while. I kept hearing it was great for content-heavy sites because of how little JavaScript it ships by default. A converter site felt like the perfect use case — mostly static pages with one interactive tool on each.&lt;/p&gt;

&lt;p&gt;Since Astro works with React components, it wasn't a big adjustment once I got the basics down. You write your page layout in &lt;code&gt;.astro&lt;/code&gt; files and drop in React components where you need interactivity. Clicked pretty quickly.&lt;/p&gt;

&lt;p&gt;The result — 100 on Lighthouse across the board. The pages load instantly because there's barely anything to load.&lt;/p&gt;

&lt;p&gt;Hosting&lt;/p&gt;

&lt;p&gt;Deployed on &lt;a href="https://www.cloudflare.com/products/workers" rel="noopener noreferrer"&gt;Cloudflare Pages&lt;/a&gt; (now cloudflare workers). Free tier. The only thing this site costs me is the domain name.&lt;/p&gt;

&lt;p&gt;Try It&lt;/p&gt;

&lt;p&gt;&lt;a href="https://quickconvert.dev" rel="noopener noreferrer"&gt;quickconvert.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Runs in your browser, no account, no data saved anywhere.&lt;/p&gt;

&lt;p&gt;I'm planning to keep adding more conversions — the everyday ones that developers reach for and end up Googling every single time. Maybe we can make something that becomes a tab that just stays open.&lt;/p&gt;

&lt;p&gt;Feedback welcome — especially if a conversion you need isn't there yet.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
