Hi dev community! 👋
As backend engineers and sysadmins, we constantly need to format text, inspect tokens, or run quick cryptographic calculations. However, most online tools send your sensitive payloads directly to their servers, creating massive compliance and security data risks.
Frustrated by this, I spent the last few weeks building OmniHub.tools.
It is a completely free, fast, dark-mode suite of 30 production-grade developer utilities packed into a single dashboard.
🛡️ Why use it?
- 100% Client-Side: All cryptographic processing (RSA-OAEP, AES-256), token parsing (JWT), and syntax formatting (JSON, SQL, Cron) happen locally inside your browser via JavaScript. No data ever touches my server.
- Blazing Fast: Built with lightweight routing and Tailwind CSS for instant rendering.
- Zero Bloat: Clean dashboard engineered for seamless daily workflows.
🧰 What's inside the suite?
The platform currently handles 30 tools organized by use-case:
- Cryptography: Asymmetric RSA key pair generators, AES (GCM/CBC) encryption/decryption, HMAC, and hashing (SHA-256, MD5, UUID).
- Data Parsing: Full JWT inspectors and encoders.
- Formatters & Encoders: SQL syntax formatters, neat Cron expression editors, URL encoders, Base64 converters, and JSON validators.
I would absolutely love to get your feedback on the suite!
- What other utility tools do you use daily that I should add to the dashboard?
- How does the performance feel on your end?
Check it out here: https://omnihub.tools 🚀
Top comments (0)