Command Playground is DevDeck's smart routing layer. Paste any data โ a JSON blob, a JWT token, a URL, a UUID, a Base64 string, a Unix timestamp โ and it instantly detects what you've pasted and surfaces the best matching tool, ranked by confidence. No more guessing which tool to open.
Command Playground is a universal entry point for the DevDeck toolbox. Instead of manually navigating to the right tool, you paste data and the playground identifies what it is. It shows the best-matched tool at the top (ranked #1) followed by other possible matches. A single click opens the matched tool with your data pre-loaded.
Command Playground runs a sequential set of pattern checks against your input: JWT (three dot-separated Base64 segments), cURL commands, URLs (http/https), JSON objects or arrays, UUIDs (RFC 4122 format), Unix timestamps (10 or 13-digit integers), known hash lengths (MD5/SHA-1/SHA-256/SHA-512), and Base64 strings. The first check that matches becomes the top suggestion.
The input panel includes six pre-fill chips (JSON, JWT, URL, UUID, Base64, Timestamp) that load a real sample of each data type. This lets you test detection without having sample data at hand โ click a chip, see the result, then open the matched tool.
Ready to try it?
Yes, completely free with no signup required.
No. All detection runs locally in your browser. Nothing is sent to a server.
The matched tool opens and your pasted data is automatically pre-filled into the relevant input field. For JSON Viewer this means the editor is populated; for UUID Generator the Inspect tab opens with your UUID; for JWT Toolkit the token is decoded immediately.
Detection is ordered by specificity โ JWT is checked before Base64 because a JWT is also valid Base64. The ranking reflects confidence. If the top match isn't what you expected, check the secondary suggestions.
Yes. Bookmark /command-playground and start every session by pasting whatever data you have. It eliminates the step of deciding which DevDeck tool to open.
DevDeck ยฉ 2023 - 2026
100% client-side โข No data leaves your browser