<?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: Sn0wFR</title>
    <description>The latest articles on DEV Community by Sn0wFR (@sn0wfr).</description>
    <link>https://dev.to/sn0wfr</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%2F3812692%2Fd1ddebd7-f7e8-44a2-a1dd-740875ae4a6b.png</url>
      <title>DEV Community: Sn0wFR</title>
      <link>https://dev.to/sn0wfr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sn0wfr"/>
    <language>en</language>
    <item>
      <title>I built 37 free dev tools that run entirely in your browser. Looking for feedback</title>
      <dc:creator>Sn0wFR</dc:creator>
      <pubDate>Wed, 11 Mar 2026 14:54:28 +0000</pubDate>
      <link>https://dev.to/sn0wfr/i-built-37-free-dev-tools-that-run-entirely-in-your-browser-looking-for-feedback-2gbb</link>
      <guid>https://dev.to/sn0wfr/i-built-37-free-dev-tools-that-run-entirely-in-your-browser-looking-for-feedback-2gbb</guid>
      <description>&lt;p&gt;Every time I need to format JSON, decode a JWT, or convert YAML, I end up on a random website that probably sends my data to some server. So I built ReformatIt, a collection of 37 developer tools that run 100% client-side. No data ever leaves your browser.&lt;/p&gt;

&lt;p&gt;Full transparency: this started as a personal tool for my own workflow. I'm a C++ developer, not a web dev.&lt;br&gt;
I built this almost entirely with an AI coding assistant (Claude). I wanted a tool that I'd actually trust with my data, and I was curious how far AI-assisted development could take someone outside their comfort zone. The result surprised me, so I'm putting it out there.&lt;/p&gt;

&lt;p&gt;The site is still in early testing. I'm looking for honest feedback before going any further.&lt;/p&gt;

&lt;p&gt;What's inside&lt;br&gt;
37 tools across 8 categories — formatting, encoding, converting, generating, security, and more. The highlights:&lt;br&gt;
JSON/XML/HTML/SQL formatters, &lt;br&gt;
the basics, but done right&lt;/p&gt;

&lt;p&gt;Base64, URL encode, JWT decode, hash generators, &lt;br&gt;
the daily drivers&lt;/p&gt;

&lt;p&gt;Password generator, RSA keygen, Bcrypt,&lt;br&gt;
security stuff&lt;/p&gt;

&lt;p&gt;cURL → Code, Chmod Calculator, Regex Tester &lt;br&gt;
the niche ones I always need&lt;/p&gt;

&lt;p&gt;The part I'm most proud of: Visual Pipeline Editor&lt;br&gt;
You can chain transformations by connecting nodes visually. Instead of building N×N dedicated converters, I built an Intermediate Representation system, each format just knows how to parse and serialize to a common JS object. All 25 combinations (JSON/YAML/XML/CSV/TOML) work automatically.&lt;/p&gt;

&lt;p&gt;Drag, connect, see results in real-time.&lt;/p&gt;

&lt;p&gt;Stack&lt;br&gt;
Next.js 16, TypeScript, Tailwind v4, shadcn/ui, React Flow. 142 tests. i18n (EN/FR). PWA-ready.&lt;/p&gt;

&lt;p&gt;What I'm looking for&lt;br&gt;
Bugs (there are some, I'm sure)&lt;br&gt;
Missing tools you'd actually use&lt;br&gt;
UX issues stuff that feels off&lt;br&gt;
Honest opinions, is this useful or just another tool graveyard?&lt;/p&gt;

&lt;p&gt;🔗 reformatit.com&lt;/p&gt;

&lt;p&gt;This is a side project, not a startup pitch. If it's useful to people beyond me, cool. If not, at least I learned a lot building it.&lt;/p&gt;

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