<?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: Dev Smith Tools</title>
    <description>The latest articles on DEV Community by Dev Smith Tools (@devsmithtools).</description>
    <link>https://dev.to/devsmithtools</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079100%2F78c5d290-7de3-432d-8ce0-91d01895c1e6.png</url>
      <title>DEV Community: Dev Smith Tools</title>
      <link>https://dev.to/devsmithtools</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devsmithtools"/>
    <language>en</language>
    <item>
      <title>5 More Web Utilities That Will Save You Hours of Debugging</title>
      <dc:creator>Dev Smith Tools</dc:creator>
      <pubDate>Sat, 15 Aug 2026 15:41:00 +0000</pubDate>
      <link>https://dev.to/devsmithtools/5-more-web-utilities-that-will-save-you-hours-of-debugging-3b24</link>
      <guid>https://dev.to/devsmithtools/5-more-web-utilities-that-will-save-you-hours-of-debugging-3b24</guid>
      <description>&lt;p&gt;As developers, we all have that folder of bookmarked utilities we rely on to get through the day. Whether it's diagnosing why an authentication token is failing, comparing two massive config files, or just trying to make a button look good without writing 20 lines of CSS, having the right tool at your fingertips is a massive time-saver.&lt;/p&gt;

&lt;p&gt;I've been continually expanding &lt;strong&gt;&lt;a href="https://devsmithtools.com" rel="noopener noreferrer"&gt;DevSmith Tools&lt;/a&gt;&lt;/strong&gt; with exactly these kinds of utilities. Every tool is designed to run entirely locally in your browser so your sensitive data is never transmitted anywhere.&lt;/p&gt;

&lt;p&gt;Here are 5 more utilities from the collection you should definitely check out:&lt;/p&gt;




&lt;h3&gt;
  
  
  1. 🔐 &lt;a href="https://devsmithtools.com/tools/jwt-decoder" rel="noopener noreferrer"&gt;JWT Decoder&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; You need to inspect a production JSON Web Token (JWT) to verify user roles or expiration dates, but you absolutely cannot paste it into a random online decoder.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you work with modern web apps, you're constantly dealing with JWTs. The &lt;strong&gt;JWT Decoder&lt;/strong&gt; instantly unpacks the header and payload safely on your own machine, allowing you to debug auth flows with peace of mind.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/jwt-decoder" rel="noopener noreferrer"&gt;Try the JWT Decoder »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  2. 📝 &lt;a href="https://devsmithtools.com/tools/text-diff" rel="noopener noreferrer"&gt;Text Diff Tool&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Trying to figure out exactly what changed between two massive JSON payloads or environment configuration files.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;While &lt;code&gt;git diff&lt;/code&gt; is great for source code, sometimes you just need to quickly compare two raw text blocks side-by-side in your browser. This tool highlights additions and deletions instantly, making it incredibly easy to spot rogue commas or mismatched values.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/text-diff" rel="noopener noreferrer"&gt;Try the Text Diff Tool »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. 🎨 &lt;a href="https://devsmithtools.com/tools/box-shadow-generator" rel="noopener noreferrer"&gt;CSS Box Shadow Generator&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Writing &lt;code&gt;box-shadow: 0px 4px 10px rgba(0,0,0,0.1);&lt;/code&gt; from scratch, refreshing the page, and realizing it looks terrible.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A visual box shadow generator lets you tweak the X/Y offsets, blur, spread, and color with intuitive sliders. Once it looks perfect, simply copy the generated CSS directly into your stylesheet.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/box-shadow-generator" rel="noopener noreferrer"&gt;Try the Box Shadow Generator »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  4. 🧮 &lt;a href="https://devsmithtools.com/tools/base-converter" rel="noopener noreferrer"&gt;Base Converter&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Jumping between binary, octal, decimal, and hexadecimal when doing low-level programming or reverse-engineering data.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This &lt;strong&gt;Base Converter&lt;/strong&gt; allows you to paste a value in one base and instantly see the equivalent in all the others. It's an indispensable tool for systems programmers and security researchers.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/base-converter" rel="noopener noreferrer"&gt;Try the Base Converter »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  5. 🧹 &lt;a href="https://devsmithtools.com/tools/html-formatter" rel="noopener noreferrer"&gt;HTML Formatter&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Copying HTML from a CMS or scraping a webpage, only to end up with a massive, unreadable block of single-line code.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An &lt;strong&gt;HTML Formatter&lt;/strong&gt; takes that mess and instantly pretty-prints it with proper indentation. It turns minified spaghetti code into something human-readable and ready for debugging.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/html-formatter" rel="noopener noreferrer"&gt;Try the HTML Formatter »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  What's missing from your toolkit?
&lt;/h3&gt;

&lt;p&gt;Are there any specific tools you find yourself constantly searching for that don't quite work the way you want? Let me know in the comments, and I might just add it to &lt;strong&gt;&lt;a href="https://devsmithtools.com" rel="noopener noreferrer"&gt;DevSmith Tools&lt;/a&gt;&lt;/strong&gt; next!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(P.S. Like always, all these tools run entirely in your browser so your data never leaves your machine!)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>tooling</category>
    </item>
    <item>
      <title>5 Essential Everyday Tools Every Developer Should Have Bookmarked</title>
      <dc:creator>Dev Smith Tools</dc:creator>
      <pubDate>Sat, 15 Aug 2026 15:37:00 +0000</pubDate>
      <link>https://dev.to/devsmithtools/5-essential-everyday-tools-every-developer-should-have-bookmarked-52h2</link>
      <guid>https://dev.to/devsmithtools/5-essential-everyday-tools-every-developer-should-have-bookmarked-52h2</guid>
      <description>&lt;p&gt;As developers, we constantly find ourselves needing to quickly format a massive JSON payload, parse a messy URL, or bypass a frustrating PDF restriction. Sure, you could write a quick script in your terminal, but having a fast, reliable set of web-based tools saves so much time and mental energy.&lt;/p&gt;

&lt;p&gt;That's exactly why I built &lt;strong&gt;&lt;a href="https://devsmithtools.com" rel="noopener noreferrer"&gt;DevSmith Tools&lt;/a&gt;&lt;/strong&gt; — a growing collection of developer utilities focused on &lt;strong&gt;speed&lt;/strong&gt;, &lt;strong&gt;privacy&lt;/strong&gt;, and &lt;strong&gt;ease of use&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Here are 5 everyday tools from the collection you should definitely have bookmarked:&lt;/p&gt;




&lt;h3&gt;
  
  
  1. 🔓 &lt;a href="https://devsmithtools.com/tools/pdf-unlocker" rel="noopener noreferrer"&gt;PDF Unlocker&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; You receive a PDF document that you need to edit or copy text from, only to find out it's locked with annoying permissions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The &lt;strong&gt;PDF Unlocker&lt;/strong&gt; instantly removes password protections and edit restrictions right in your browser. Your sensitive documents never leave your machine! &lt;em&gt;(Note: Only use this on documents you have the right to access!)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/pdf-unlocker" rel="noopener noreferrer"&gt;Try the PDF Unlocker »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  2. 📝 &lt;a href="https://devsmithtools.com/tools/json-formatter" rel="noopener noreferrer"&gt;JSON Formatter&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Staring at a massive, unreadable block of minified JSON returned from a raw API response.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Taking that block and instantly formatting it with proper syntax highlighting, indentation, and collapsible nodes is an absolute lifesaver for debugging. Simply paste your payload and get a clean, interactive view immediately.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/json-formatter" rel="noopener noreferrer"&gt;Try the JSON Formatter »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. ⏱️ &lt;a href="https://devsmithtools.com/tools/timestamp-converter" rel="noopener noreferrer"&gt;UNIX Timestamp Converter&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Trying to figure out what date &lt;code&gt;1723733595&lt;/code&gt; actually represents in the middle of a database debugging session.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you work with databases or backend APIs, you've asked yourself this question a million times. A fast UNIX timestamp to human-readable date converter (and vice versa) is one of the most frequently used tools in any developer's arsenal.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/timestamp-converter" rel="noopener noreferrer"&gt;Try the UNIX Timestamp Converter »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  4. 🔗 &lt;a href="https://devsmithtools.com/tools/url-parser" rel="noopener noreferrer"&gt;URL Parser&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; You're handed a massive URL with 15 different UTM parameters and encoded characters, and you need to isolate the &lt;code&gt;redirect_uri&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A good URL parser instantly breaks down a URL into its protocol, host, path, and neatly formats all query parameters into a readable table so you can inspect exactly what data is being passed.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/url-parser" rel="noopener noreferrer"&gt;Try the URL Parser »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  5. 🔐 &lt;a href="https://devsmithtools.com/tools/base64-encoder" rel="noopener noreferrer"&gt;Base64 Encoder/Decoder&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Struggle:&lt;/strong&gt; Needing to decode a JWT or Basic Auth header without sending your secure tokens to a random, ad-filled website.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Whether you're debugging auth flows or embedding a small image as a Data URI in your CSS, Base64 encoding/decoding is a daily necessity. DevSmith's Base64 tool does this entirely client-side for maximum security.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devsmithtools.com/tools/base64-encoder" rel="noopener noreferrer"&gt;Try the Base64 Tool »&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  What are your go-to tools?
&lt;/h3&gt;

&lt;p&gt;These are just a few of the utilities I find myself using constantly. What small, single-purpose tools do you keep bookmarked in your browser? Let me know!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(P.S. All the tools on *&lt;/em&gt;&lt;a href="https://devsmithtools.com" rel="noopener noreferrer"&gt;DevSmith Tools&lt;/a&gt;** are completely free and process your data locally in the browser!)*&lt;/p&gt;

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