<?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: juicy</title>
    <description>The latest articles on DEV Community by juicy (@juicy).</description>
    <link>https://dev.to/juicy</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%2F4081711%2Fd8128b7d-afea-4320-bb56-b2e7f58caf97.png</url>
      <title>DEV Community: juicy</title>
      <link>https://dev.to/juicy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/juicy"/>
    <language>en</language>
    <item>
      <title>100% client-side dev toolkit (no data leaves your browser)</title>
      <dc:creator>juicy</dc:creator>
      <pubDate>Mon, 17 Aug 2026 13:23:41 +0000</pubDate>
      <link>https://dev.to/juicy/100-client-side-dev-toolkit-no-data-leaves-your-browser-209g</link>
      <guid>https://dev.to/juicy/100-client-side-dev-toolkit-no-data-leaves-your-browser-209g</guid>
      <description>&lt;p&gt;I’m a web developer based in South Korea.&lt;/p&gt;

&lt;p&gt;When working on my projects, I always felt a bit uneasy pasting my code, database logs, or API payloads into random online tools. Even if the website claims they do not save anything, I just did not like the idea of my work data being sent to an external server.&lt;/p&gt;

&lt;p&gt;So I decided to make a simple toolkit ( &lt;a href="https://juicydevs.com" rel="noopener noreferrer"&gt;https://juicydevs.com&lt;/a&gt; ) that runs 100% client-side. Since all the calculations are done locally inside the browser, no data ever leaves your computer.&lt;/p&gt;

&lt;p&gt;Since I mostly work on backend tasks, I first built tools to automate my database workflows:&lt;/p&gt;

&lt;p&gt;SQL Log Binder: Merges MyBatis or JPA debug logs into runnable SQL queries so I can easily run them in DBeaver.&lt;/p&gt;

&lt;p&gt;Excel to DDL: Converts copy-pasted Excel tables into SQL DDL or JPA Entities.&lt;/p&gt;

&lt;p&gt;But I did not want to limit it to just backend utilities. I also added features that frontend developers might find useful:&lt;/p&gt;

&lt;p&gt;JSON to Zod: Generates Zod validation schemas and TypeScript types from JSON payloads.&lt;/p&gt;

&lt;p&gt;SVG Multi-Format Converter: Encodes SVGs for Tailwind background classes, CSS Data URIs, or React Native.&lt;/p&gt;

&lt;p&gt;Of course, it also includes standard formatters and decoders (JSON, SQL, JWT, etc.), all running locally without any sign-ups or tracking.&lt;/p&gt;

&lt;p&gt;I would love to get your feedback on the project, and please let me know if there are any other tools you would like me to add.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sideprojects</category>
      <category>devtools</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
