Skip to content

jeff-fuselier1/devutilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevUtilities — Private, Browser-Based Developer Tools

DevUtilities.net is a free suite of developer utilities for formatting, validating, converting, generating, and inspecting data directly in your browser.

Open DevUtilities →

Why DevUtilities?

  • Privacy first: Formatting, validation, conversion, and generation are performed client-side whenever possible.
  • No setup: Use the tools from a browser without installing packages or creating an account.
  • One focused workspace: Move between data, security, network, text, AI, and frontend utilities from a single dashboard.
  • Built for everyday development: Tools provide structured errors, previews, and export-ready output rather than simple one-line conversions.

Network lookup tools, such as DNS and WHOIS, must make the requests required to retrieve public network data. Sensitive payloads used in formatters, converters, validators, and generators remain in your browser.

Popular developer tools

Complete tool directory

Data formatters and converters

Security and cryptography

Network and web development

Text and code formatting

AI, APIs, and architecture

Frontend and design

Example workflows

Inspect an unfamiliar API response

  1. Paste the response into the JSON Formatter to validate and explore it.
  2. Use JSONPath Query to isolate relevant values.
  3. Generate application types with the JSON Type Generator.

Review an API definition

  1. Check an OpenAPI document with the OpenAPI Validator.
  2. Preview SDK generation options with the Kiota SDK Builder.
  3. Create representative payloads with the JSON Data Generator.

Debug authentication data

  1. Inspect claims and timestamps with the JWT Decoder.
  2. Convert timestamps with the Timestamp Converter.
  3. Generate or compare digests with the Hash Generator.

Decoding a JWT does not verify its signature. Do not treat decoded claims as trusted unless the token has been cryptographically verified by your application.

Frequently asked questions

Is DevUtilities free?

Yes. The tools at devutilities.net can be used without creating an account.

Is this repository the application source code?

No. This is the public documentation and feedback repository for DevUtilities. The application is proprietary, and its source code and internal implementation are not published here.

Does DevUtilities upload my data?

Formatting, conversion, validation, and generation tools are designed to process their inputs in the browser. Tools that perform public internet lookups necessarily send the lookup target to retrieve the requested result.

Can I report a problem or request a tool?

Yes. Open an issue and include the tool name, expected behavior, and a non-sensitive example when possible. Never include passwords, private keys, access tokens, or confidential production data.

Feedback and support

Repository scope

This public repository contains documentation and issue tracking only. It intentionally does not contain DevUtilities application source code, proprietary implementation details, infrastructure configuration, credentials, or other intellectual property.

Copyright © 2026 DevUtilities. All rights reserved.

About

Documentation and feedback for DevUtilities.net — private, browser-based developer tools

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors