Show HN: I made an online free tool site Hi HN! I've created [UFreeTools]( https://ift.tt/RQonfiS ), a collection of developer utilities (60+ tools and growing) that's completely free, ad-free, and runs entirely in the browser. No data leaves your device - everything is processed locally. ## Background As a developer, I found myself constantly searching for simple utilities like JSON formatters, UUID generators, and color pickers. Most existing options were cluttered with ads, required sign-ups, or sent data to servers. I wanted clean, fast tools that respected privacy. So I built UFreeTools as a modern SPA using Vue 3 and Vite with: - 100% client-side processing for all tools - Progressive loading with dynamic imports (only load what you use) - Dark/light theme support - Offline capability for most tools - Responsive design that works well on mobile ## Technical Details Some of the more technically interesting implementations: - *JWT Debugger*: Uses WebCrypto API for verification of all common algorithms - *Symmetric Encryption*: Implements AES-GCM/CBC/CTR with PBKDF2 key derivation - *Image Processing*: Uses Web Workers for non-blocking operations on large images ## Lessons Learned The biggest challenges were: 1. *Performance optimization*: Some tools (like image processors) needed careful optimization to handle large files without freezing the UI 2. *Browser API limitations*: Working around browser restrictions for certain crypto operations 3. *Bundle size management*: Keeping the initial load small while supporting 60+ tools ## Future Plans I'm planning to add: - Tool configurations sync via local storage - More specialized tools for developers based on feedback I built it because I needed these tools myself, and I hope others find it useful. I'd love your feedback, especially on UX, tool suggestions, or if you find any bugs! [Try UFreeTools]( https://ift.tt/RQonfiS ) https://ift.tt/RQonfiS April 4, 2025 at 11:26PM
Show HN: I made an online free tool site https://ift.tt/Ckhgojv
Related Articles
Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/RqGFuLaShow HN: Autolicious – AI-powered bookmark cataloging Chrome extension… Read More
Show HN: WebSession, a Secure Replacement for Cookies https://ift.tt/9pqkUVEShow HN: WebSession, a Secure Replacement for Cookies https://websessi… Read More
Show HN: FreeChat – local LLM chat for macOS https://ift.tt/Zof3WGwShow HN: FreeChat – local LLM chat for macOS Hey HN, I made a tiny web… Read More
Show HN: Basil – AI Portfolio Tracker https://ift.tt/OG3aHznShow HN: Basil – AI Portfolio Tracker https://basil.fi October 24, 202… Read More
Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/jfpHTAgShow HN: A JavaScript library to generate rhyming passphrases https://… Read More
Show HN: Image Turing test for humans. Test your AI detection skills https://ift.tt/1W6KbCIShow HN: Image Turing test for humans. Test your AI detection skills W… Read More
Show HN: Convochat https://ift.tt/52vJyjkShow HN: Convochat Like the videos? The content? Guess the current val… Read More
Show HN: Cheddar, the app for people who hate budgeting https://ift.tt/N038AmLShow HN: Cheddar, the app for people who hate budgeting https://getche… Read More
0 Comments: