<?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: Hang luan</title>
    <description>The latest articles on Forem by Hang luan (@hang_luan_502fec1ad65a7ab).</description>
    <link>https://forem.com/hang_luan_502fec1ad65a7ab</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%2F3788191%2Ffe307c88-d818-4a51-b6b6-88975b87b83b.png</url>
      <title>Forem: Hang luan</title>
      <link>https://forem.com/hang_luan_502fec1ad65a7ab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hang_luan_502fec1ad65a7ab"/>
    <language>en</language>
    <item>
      <title>TurboUtil: A Free, Offline-First Collection of Dev Tools That Run Entirely in Your Browser</title>
      <dc:creator>Hang luan</dc:creator>
      <pubDate>Tue, 24 Feb 2026 03:25:01 +0000</pubDate>
      <link>https://forem.com/hang_luan_502fec1ad65a7ab/turboutil-a-free-offline-first-collection-of-dev-tools-that-run-entirely-in-your-browser-4ia8</link>
      <guid>https://forem.com/hang_luan_502fec1ad65a7ab/turboutil-a-free-offline-first-collection-of-dev-tools-that-run-entirely-in-your-browser-4ia8</guid>
      <description>&lt;p&gt;Hey dev community! 👋&lt;br&gt;
If you're tired of online tools that:&lt;/p&gt;

&lt;p&gt;Require uploading your sensitive JSON/JWT/data to some random server&lt;br&gt;
Track you with ads or analytics&lt;br&gt;
Break when you're offline (airplane mode, spotty Wi-Fi, remote work)&lt;/p&gt;

&lt;p&gt;...then I built something for you.&lt;br&gt;
I created TurboUtil — a completely free, browser-based suite of developer utilities. Everything runs client-side in your browser — no data leaves your device, no servers involved, no sign-up, no limits.&lt;br&gt;
Why I Built This&lt;br&gt;
As a developer, I use JSON formatters, JWT decoders, regex testers, and ID generators daily. But most popular tools (jwt.io, jsonformatter.org, etc.) send your payload to their servers. Privacy concerns + occasional offline needs pushed me to create an alternative that's fast, secure, and always available.&lt;br&gt;
TurboUtil is 100% offline-capable (after the initial page load) and privacy-first by design.&lt;br&gt;
Core Features&lt;/p&gt;

&lt;p&gt;Zero server roundtrips → Instant results, no latency&lt;br&gt;
Privacy guaranteed → Your JSON, tokens, regex patterns — never uploaded&lt;br&gt;
Free forever, no ads, no accounts&lt;br&gt;
Mobile-friendly and works offline&lt;br&gt;
30+ tools across categories: JSON/Data, Encoding, Time/Date, Code Generation, DevOps, etc.&lt;/p&gt;

&lt;p&gt;Popular Tools Right Now&lt;br&gt;
Here are some highlights (all live and ready to use):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;JSON Formatter &amp;amp; Validator&lt;/em&gt;&lt;br&gt;
Beautify, minify, validate JSON with syntax highlighting and error details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;JWT Decoder &amp;amp; Generator&lt;/em&gt;&lt;br&gt;
Decode/inspect JWT tokens (header, payload, signature) or create new ones — fully offline.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;JSON to TypeScript Converter&lt;/em&gt;&lt;br&gt;
Paste any JSON → instantly get TypeScript interfaces (handles nested objects, arrays, optional fields). Perfect for API typing without third-party uploads.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Nano ID &amp;amp; UUID Generator&lt;/em&gt;&lt;br&gt;
Generate secure, URL-friendly Nano IDs (custom length) or standard UUIDs — great for database keys.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Base64 Encode/Decode, Regex Tester, Timestamp Converter, Cron Parser, Docker Compose Generator, Hash Generator (MD5/SHA), and more...&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Full list on the homepage: &lt;a href="https://www.turboutil.app/" rel="noopener noreferrer"&gt;https://www.turboutil.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works (Technically)&lt;/strong&gt;&lt;br&gt;
All tools are powered by pure JavaScript (no backend). For example:&lt;/p&gt;

&lt;p&gt;JSON parsing/validation → native JSON.parse() + custom error handling&lt;br&gt;
JWT decoding → atob() for base64 + manual signature check&lt;br&gt;
TypeScript inference → recursive type generation logic (no external libs needed for core)&lt;/p&gt;

&lt;p&gt;Everything is bundled and optimized for fast load. Once cached, most tools work fully offline.&lt;br&gt;
Try It Out&lt;br&gt;
Head over to: &lt;a href="https://www.turboutil.app/" rel="noopener noreferrer"&gt;https://www.turboutil.app/&lt;/a&gt;&lt;br&gt;
Pick any tool, paste your data, and see it work instantly — no tabs to external sites, no worries about data leaks.&lt;br&gt;
What's Next?&lt;br&gt;
I'm actively adding tools based on feedback:&lt;/p&gt;

&lt;p&gt;More converters (YAML ↔ JSON, SQL Formatter)&lt;br&gt;
PWA support for better offline experience&lt;br&gt;
Favorite tools saving (localStorage)&lt;/p&gt;

&lt;p&gt;If you have ideas or want a specific tool (e.g., GraphQL to TS, env validator), drop a comment below or tweet me!&lt;br&gt;
What do you think? Have you switched to offline/privacy-focused tools yet? Share your thoughts — would love to hear from the community. ❤️&lt;br&gt;
Thanks for reading, and happy coding!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>typescript</category>
      <category>devtool</category>
    </item>
  </channel>
</rss>
