Good evening. Welcome to DevKit.
Everyday tools for building, debugging, and shipping software — every tool runs locally, nothing you paste in ever leaves your browser unless a tool says otherwise.
Popular Tools
Pretty-print JSON with configurable indentation.
Send GET/POST/PUT/PATCH/DELETE requests and inspect the response.
Compare two blocks of text and highlight line differences.
Decode a JWT's header and payload — does not verify the signature.
Generate one or more RFC 4122 v4 UUIDs.
Generate a SHA-256, SHA-384, or SHA-512 hash of text.
Format common SQL with sensible indentation.
Generate secure random passwords.
API
Debug
Pretty-print JSON with configurable indentation.
Check whether JSON is valid and locate the error.
Strip whitespace from JSON to reduce its size.
Decode a JWT's header and payload — does not verify the signature.
Test a regular expression against text with match highlighting.
Compare two blocks of text and highlight line differences.
Convert between Unix timestamps and human-readable dates.
Generate a SHA-256, SHA-384, or SHA-512 hash of text.
Paste or upload logs to summarize errors, warnings, and common patterns.
Data
Encode text to Base64.
Decode Base64 back to text.
Percent-encode text for safe use in a URL.
Decode percent-encoded URL text.
Break a URL into its protocol, host, path, and query parameters.
Format common SQL with sensible indentation.
Convert between JSON and CSV.
Convert between JSON and YAML.
Parse and convert XML to JSON.
Generators
Visualize
Share
AI
Paste an error or stack trace to get a plain-language explanation and fixes.
Paste code to get a summary, walkthrough, and potential issues.
Describe a query in plain English and get SQL to review — never executed.
Describe a pattern in plain English and get a regular expression.