Developer tools built by a .NET engineer — including utilities you won't find anywhere else.
.NET-specific tools
Built from real day-to-day .NET work — the kind of tool you end up writing yourself if nobody else has, because generic converters don't cover it.
From the blog
Practical guides on the formats and tools every developer works with.
The Regex That Worked in Production But Caused 100% CPU Usage Under Load
A template validator regex caused 90-second CPU spikes under specific user input. The cause was catastrophic backtracking from nested quantifiers, and the fix involved Regex timeouts and RegexOptions.NonBacktracking.
All tools
48 more tools, grouped by category. Every link below is a real page — expand a category or use the search box in the sidebar.
Formatters (7)
JWT & Auth (4)
Encoding & Hashing (5)
Generators (7)
Converters (13)
Text & Analysis (6)
Web & Dev (6)
About DevToolsHub
DevToolsHub is a free collection of browser-based developer utilities built for developers who want fast, no-fuss tools without signing up, installing software, or pasting sensitive data into unknown third-party services. Every tool on the site processes your input one of three ways: entirely in your browser, in-memory on the server for the duration of your active session, or via a dedicated API over HTTPS that discards it immediately after returning the result — nothing is logged, stored, or associated with your identity.
The site covers the tools developers reach for dozens of times a week: formatters for JSON, SQL, YAML, HTML, CSS, and XML; encoders and decoders for Base64, URLs, and HTML entities; generators for UUIDs, passwords, QR codes, cron expressions, and .gitignore files; converters for timestamps, timezones, number bases, CSV/JSON, JSON/YAML, and text case; date difference calculators; CSS gradient generators; and testing tools for regex patterns, text diffs, and JWT tokens. New tools are added regularly based on feedback from the developer community.
DevToolsHub is built with ASP.NET Core 8, Blazor Server, and MudBlazor, and hosted on Microsoft Azure. The site is designed to load fast, work on any screen size, and stay out of your way — no mandatory sign-ups, no upsell prompts, no dark patterns. The blog covers practical guides on the formats and protocols the tools work with: what Base64 actually is, how JWT tokens are structured, what makes a cron expression tick, and more.
DevToolsHub was built and is maintained by Pankaj Kumar, a software developer based in India. If you find a bug, want to request a tool, or have feedback, use the contact page or email [email protected].
Why DevToolsHub?
- No login or account required for any tool
- No data stored — inputs are processed and discarded
- All 62 tools in one place, no switching between sites
- Works on desktop, tablet, and mobile
- Dark and light mode with accent colour choices
- Completely free, no premium tier
- New tools added based on community requests