Playground · Experimental
Backend Sandbox
A small toolbox of backend-powered utilities. Everything here talks to real API routes under /api/sandbox.
🆔
UUID Generator
Utility
Generate v4 UUIDs from the backend and copy them for use in your projects.
🔐
Hash Generator
Utility
Generate cryptographic hashes (md5, sha1, sha256, sha512) using a backend API.
⏱️
Timestamp Converter
Parser
Convert between ISO datetimes and Unix timestamps using a backend-powered parser.
Example: 2025-11-14T05:10:00Z
JSON Formatter & Validator
Paste JSON, validate it, and get pretty-printed and minified versions from the backend.
🌍
IP Lookup
Utility
Check the IP address your request is coming from, as seen by the backend.
Not checked yet