The Cloud Toolkit
Home
Categories
All Tools
Toggle theme
Browse tools
← Categories
/
Developer
</>
Developer
UUID generation, epoch conversion, encoding, and other developer utilities.
11 tools
uui
→
UUID Generator
Generate universally unique identifiers (UUIDs) in v1 or v4 format.
b64
→
Base64 Encoder / Decoder
Encode text to Base64 or decode a Base64 string back to text, processed in memory and never stored.
jsn
→
JSON Formatter & Validator
Format, validate, and minify JSON, processed in memory and never stored.
url
→
URL Encoder / Decoder
Encode text for safe use in a URL, or decode a percent-encoded URL back to plain text, processed in memory and never stored.
ent
→
HTML Entity Encoder / Decoder
Encode text to HTML entities or decode HTML entities back to plain text, processed in memory and never stored.
jwt
→
JWT Decoder
Decode a JSON Web Token and view its header and payload claims, processed in memory and never stored.
rgx
→
Regex Tester
Test a regular expression against a string and see every match, capture group, and named group, processed in memory and never stored.
crn
→
Cron Expression Parser
Parse a cron expression and see the next run times in plain UTC dates, computed in memory and never stored.
net
→
IP Subnet / CIDR Calculator
Calculate network address, broadcast address, usable host range, and host count for an IPv4 subnet. Processed in memory and never stored.
mdh
→
Markdown to HTML
Convert Markdown to HTML. Paste your text — processed in memory and never stored. The HTML is returned as text, not rendered by this site.
fmt
→
Code Formatter / Beautifier
Format and beautify JavaScript, TypeScript, CSS, SCSS, HTML, JSON, Markdown, and YAML. Paste your code — processed in memory and never stored.