Progressive Web App that bundles a curated set of everyday developer utilities. The home page now features a search bar and richer descriptions so you can quickly find the tool you need.
- Replace Line Breaks – Turn newline separated content into SQL statements, comma separated lists, and more.
- GUID Helpers – Generate GUIDs or convert them to and from numeric representations.
- String Formatter – Format JSON and SQL, convert casing, and perform URL/Base64 encoding or decoding.
- JSON Edit/Sort – Sort JSON structures and drop unwanted properties before sharing data.
- Compare Tool – Review differences between two snippets of text or code with a diff viewer.
- Unix Timestamp Converter – Convert timestamps to readable dates (local and UTC) and vice versa.
- JWT Decoder – Inspect JSON Web Tokens completely offline with formatted JSON and claim summaries.
- Regex Tester – Experiment with regular expressions, highlight matches, and preview replacements in real time.
dotnet build
Run the app with dotnet run inside the DevTools project for local testing.