<?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: Mike Sheldon</title>
    <description>The latest articles on DEV Community by Mike Sheldon (@mike_sheldon_df4e6cb23804).</description>
    <link>https://dev.to/mike_sheldon_df4e6cb23804</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%2F1983974%2Fbe500e2a-619b-497d-8d1d-6b95273a0214.jpeg</url>
      <title>DEV Community: Mike Sheldon</title>
      <link>https://dev.to/mike_sheldon_df4e6cb23804</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mike_sheldon_df4e6cb23804"/>
    <language>en</language>
    <item>
      <title>I built a privacy-first developer toolbox — 50+ tools, all in your browser</title>
      <dc:creator>Mike Sheldon</dc:creator>
      <pubDate>Mon, 16 Mar 2026 21:19:52 +0000</pubDate>
      <link>https://dev.to/mike_sheldon_df4e6cb23804/i-built-a-privacy-first-developer-toolbox-50-tools-all-in-your-browser-4g4l</link>
      <guid>https://dev.to/mike_sheldon_df4e6cb23804/i-built-a-privacy-first-developer-toolbox-50-tools-all-in-your-browser-4g4l</guid>
      <description>&lt;p&gt;I built a privacy-first developer toolbox — 50+ tools, all in your browser&lt;br&gt;
Like most developers, I constantly reach for small utility tools — format this JSON, decode that JWT, convert this timestamp. The problem: most of these sites are ad-heavy, slow, and quietly sending your data to a server somewhere.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://herebetools.com" rel="noopener noreferrer"&gt;Here Be Tools&lt;/a&gt; — a fast, client-side dev toolbox where nothing ever leaves your browser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What makes it different&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;100% client-side.&lt;/strong&gt; Every tool runs entirely in your browser using native Web APIs and local JS libraries. No server requests for your data. No accounts. No tracking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Works offline.&lt;/strong&gt; Because there's no backend, it loads fast and keeps working even without a network connection.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sensitive operations use Web Crypto&lt;/strong&gt;. JWT signing, hashing, PEM decoding, and password generation all use the browser's built-in crypto API — meaning your secrets never touch a network.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's in it&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;JSON&lt;/strong&gt; — formatter, compare, schema validator, JSON→TypeScript, JSON→Zod, JSONPath tester&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Convert&lt;/strong&gt; — CSV↔JSON, JSON→YAML/XML/CSV, Markdown→HTML, TOML↔JSON, bytes/units&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Encode&lt;/strong&gt; — Base64, URL encode/decode, HTML/JS/JSON escape&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Validate&lt;/strong&gt; — JWT expiry, YAML, email, IP/CIDR, semver, URL inspector&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Text&lt;/strong&gt; — diff, case converter, line tools, word counter, slug generator, string inspector&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Markup&lt;/strong&gt; — HTML/CSS/JS formatter, XML formatter, Markdown preview, Markdown table builder, SOAP formatter&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer&lt;/strong&gt; — regex tester, cron parser, SQL formatter, timestamp, UUID generator, hash generator, chmod calculator, number base converter, Unicode inspector, JS playground, PEM decoder, GraphQL formatter, robots.txt generator&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTTP &amp;amp; Auth&lt;/strong&gt; — JWT decoder/builder, cURL converter, cookie parser, HTTP headers analyzer, email headers parser, SPF/DMARC generator, user-agent parser&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Utilities&lt;/strong&gt; — color converter, CSV viewer, image→Base64, password generator, lorem ipsum, JS/CSS minifier&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under the hood&lt;/strong&gt;&lt;br&gt;
It's vanilla JS with ES modules — no framework. Built with Vite. Each tool is a single file that exports a render(container) function and is lazy-loaded on demand. The whole thing stays fast because there's no runtime framework overhead.&lt;/p&gt;

&lt;p&gt;Try it&lt;br&gt;
&lt;a href="https://herebetools.com" rel="noopener noreferrer"&gt;herebetools.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — what tools are you missing? What's broken? Drop a comment below.&lt;/p&gt;

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