<?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: Batch Toolkit</title>
    <description>The latest articles on Forem by Batch Toolkit (@batchtoolkit).</description>
    <link>https://forem.com/batchtoolkit</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%2F3593462%2Fbcc30768-6608-4f1a-bd7a-5e0d07cef90f.png</url>
      <title>Forem: Batch Toolkit</title>
      <link>https://forem.com/batchtoolkit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/batchtoolkit"/>
    <language>en</language>
    <item>
      <title>I created a new toolbox website called Batch Toolkit.</title>
      <dc:creator>Batch Toolkit</dc:creator>
      <pubDate>Sun, 02 Nov 2025 23:52:59 +0000</pubDate>
      <link>https://forem.com/batchtoolkit/-470l</link>
      <guid>https://forem.com/batchtoolkit/-470l</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/batchtoolkit" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F3593462%2Fbcc30768-6608-4f1a-bd7a-5e0d07cef90f.png" alt="batchtoolkit"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/batchtoolkit/how-i-built-batch-toolkit-a-one-stop-web-utility-site-for-developers-creators-318k" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How I Built “Batch Toolkit” — A One-Stop Web Utility Site for Developers &amp;amp; Creators&lt;/h2&gt;
      &lt;h3&gt;Batch Toolkit ・ Nov 2&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#tools&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>tools</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How I Built “Batch Toolkit” — A One-Stop Web Utility Site for Developers &amp; Creators</title>
      <dc:creator>Batch Toolkit</dc:creator>
      <pubDate>Sun, 02 Nov 2025 22:16:43 +0000</pubDate>
      <link>https://forem.com/batchtoolkit/how-i-built-batch-toolkit-a-one-stop-web-utility-site-for-developers-creators-318k</link>
      <guid>https://forem.com/batchtoolkit/how-i-built-batch-toolkit-a-one-stop-web-utility-site-for-developers-creators-318k</guid>
      <description>&lt;p&gt;Hey devs 👋&lt;/p&gt;

&lt;p&gt;I’m excited to share a side-project I recently launched: &lt;a href="https://batchtoolkit.com" rel="noopener noreferrer"&gt;Batch Toolkit&lt;/a&gt; — a clean, free web toolkit that bundles many of the small utilities I find myself using again and again:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Base64 Encoder/Decoder&lt;/li&gt;
&lt;li&gt;JSON Formatter&lt;/li&gt;
&lt;li&gt;Image Converter &amp;amp; Compressor&lt;/li&gt;
&lt;li&gt;Password &amp;amp; Hash Generators&lt;/li&gt;
&lt;li&gt;TOTP Generator&lt;/li&gt;
&lt;li&gt;QR Code &amp;amp; Barcode Generator&lt;/li&gt;
&lt;li&gt;URL Encoder, Case Converter …and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why I built it
&lt;/h3&gt;

&lt;p&gt;As a full-stack developer I was constantly hopping between half a dozen tools to do simple tasks like “convert image format”, “generate a secure password”, or “encode a string to Base64”. That felt inefficient. I wanted a single home where I could launch the tool, do the job, and then move on. So I built that home — and if it helps even one other person avoid tab overload, I’ll call it a win.&lt;/p&gt;

&lt;h3&gt;
  
  
  What makes it different
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Minimal UI &amp;amp; no login for basic use&lt;/strong&gt; — get in, get it done.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side where possible&lt;/strong&gt; — many tools run fully in browser, so your data stays local.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Categorised navigation&lt;/strong&gt; — Text Tools, Image Tools, Security Tools, Web &amp;amp; Network Tools — makes it easy to discover the right tool.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built with devs in mind&lt;/strong&gt; — whether you’re a developer, designer, or content creator, the tools are tailored for tech workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What I’m looking for
&lt;/h3&gt;

&lt;p&gt;I’d love your feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which tool do you use the most?&lt;/li&gt;
&lt;li&gt;What’s missing from your utility toolbox?&lt;/li&gt;
&lt;li&gt;Any UX niggles (slow load, awkward UI) you see?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you like what you see, check out &lt;a href="https://batchtoolkit.com" rel="noopener noreferrer"&gt;Batch Toolkit&lt;/a&gt; and bookmark it. If you don’t find something you need — tell me and I’ll try to add it in the next sprint.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and happy tooling 🎯&lt;/p&gt;

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