Back to browse
DevUtility Hub – Like CyberChef, but for the 2026 Stack (MCP, ZKP, AI)

DevUtility Hub – Like CyberChef, but for the 2026 Stack (MCP, ZKP, AI)

by badboyshah·Feb 23, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

CyberChef clone with better privacy and MCP tools—but CyberChef already dominates.

Strengths
  • 100% client-side execution with zero server exposure eliminates data-exfiltration risk for sensitive tokens and configs.
  • Tool chaining pipeline (piping output between tools) is genuinely useful and saves tab-switching friction.
  • Thoughtful coverage of modern developer pain points: JWT decode, regex test, schema visualization, and AI prompt engineering.
Weaknesses
  • CyberChef, a free, open-source alternative with 400+ tools, already owns this space and integrates into workflows.
  • MCP and ZKP tools feel nascent and marketing-forward—no evidence they outperform existing solutions in those niches.
Target Audience

Full-stack developers, security engineers, DevOps professionals who work with APIs, tokens, and configuration files.

Similar To

CyberChef · DevToys · Beerus (browser toolbox)

Post Description

Hi HN,

I’ve always been frustrated by "utility" websites that force you to upload sensitive JSON, JWTs, or proprietary code to mystery servers just to format or decode them. Most of the top-ranked tools on Google are essentially data-collection honeypots for ads.

I built DevUtility Hub to be a professional-grade, browser-native workbench that operates on a Zero-Knowledge principle.

The Architecture:

150+ Professional Tools: From standard JSON/Base64 to 2026-frontier tools like the MCP Protocol Inspector, ZKP Privacy Playground, and Agentic Workflow Visualizers. 100% Client-Side: Everything runs in your browser via Wasm and local JS. If you disconnect your internet after the page loads, the tools still work. The "Tool Pipeline" (Killer Feature): Copy-pasting between tabs is a productivity killer. We built a chaining system where you can pipe output from one tool (e.g., Base64 Decode) directly into another (e.g., JSON Formatter) without your data ever hitting the clipboard or a server. Privacy Hardened: We use 15+ modern security headers and zero-tracking analytics. No signup, no accounts, just code. Frontier Tools include:

MCP Inspector: Audit and debug Model Context Protocol servers. ZKP Playground: Sandbox for ZK-SNARKs and privacy engineering. AI Context Compressor: Reduce token costs for GPT-5/Claude 4 by stripping boilerplate programmatically. Next.js 15 & React 19 Audit: Automated fixes for common hydration and async request errors. I'd love to hear your thoughts on the "Pipeline" workflow and what other frontier tools you'd like to see added to the suite.

Cheers!

Similar Projects

DevUtility Hub Source Code – 117 Tools in Next.js 15

117 utilities, 530 auto-generated SEO pages, and an explicit monetization plan (2,561 ad slots) make this a pragmatic productized repo for someone who wants fast ROI or a learning-grade production app. The author clearly prioritized SEO and privacy (several client-only tools like JWT decoders), and shipping it as a saleable bundle is honest — but the concept itself is crowded, so its appeal is mostly to people who want turnkey code or examples, not novelty.

SlickSolve My Problem
badboyshah
104mo ago
Developer Tools●●Solid

WC26-MCP – 18 tools for World Cup 2026 data for your AI

The smart bit is packaging the entire tournament as callable tools — timezone-aware schedules, zero-query briefings that auto-detect the tournament phase, head-to-head histories, visa rules and city guides all come pre-bundled so agents don't need external APIs. Install with npx and there's a Try playground plus ChatGPT/Telegram wrappers, which makes experimentation trivial; the only real limitation is that the build-time data will need updates as qualifiers and logistics change.

WizardryNiche GemShip It
jordanlyall
114mo ago
AI/ML●●Solid

Docker AI Stack, self-hosted LLM/STT/TTS/MCP in one compose file

One-command local AI stack bundling Ollama, Whisper, and MCP Gateway.

Ship ItCozy
hwdsl2
101mo ago
Developer Tools●●Solid

RepoCrunch – Analyze any GitHub repo into structured JSON

Parses a repo and emits consistent JSON fields (schema_version, summary, tech_stack, architecture, health) that you can consume via CLI, library, REST endpoint, or MCP STDIO. The explicit no‑LLM, deterministic stance makes it reliable for automation and CI; what would push it from useful to essential are more real-world sample outputs (multi-language monorepos, tricky dependency graphs) and first-class CI/webhook integrations.

Solve My ProblemNiche Gem
chillkim
104mo ago