Auto Format Detection
Paste anything. SmartDevBox identifies the format and applies the right tool — instantly, with no clicking through menus.
What is Auto Detection?
SmartDevBox includes a real-time format detection engine that runs the moment you paste or type text into the input area. It scores your input against every one of the 91+ built-in tools simultaneously, identifies the most likely format with a confidence percentage, and automatically applies the correct tool — all before you have time to look for a menu.
Instead of navigating a sidebar of tools and guessing which one applies, you paste once and the right tool fires. A detection bar below the input shows which formats were recognised and at what confidence level, so you always know what the engine saw.
How It Works
Every tool in SmartDevBox registers a detector function alongside its transformer. When input arrives, the engine calls every detector and collects a normalised confidence score from 0 to 1.
A 600 ms debounce prevents the engine from thrashing on every keystroke, so typing feels instant while detection fires only when you pause.
Formats Recognised Automatically
These formats are detected and processed without any manual selection:
AI-Assisted Detection (Optional)
AI mode is disabled by default and requires your own OpenAI API key. All 91+ tools work fully without it.
For ambiguous inputs where the heuristic engine is uncertain, SmartDevBox can optionally call the OpenAI API to classify the format. When active, an AI indicator appears in the detection bar. All tool processing still happens client-side; only the format-detection query is sent to OpenAI.
Why This Matters
Developer workflows involve constant context-switching: decode a JWT from a log file, format JSON from an API response, parse a timestamp from a database export, check a certificate expiry — often in the same five minutes. Having to manually select the right tool each time adds friction and breaks focus. Auto-detection eliminates that friction entirely.
SmartDevBox Auto-Detection vs Manual Tool Selection
Most developer toolboxes — including CyberChef, DevUtils, and single-purpose sites like base64decode.org or jsonlint.com — require you to choose the right tool before you can process your input. SmartDevBox inverts this model: you paste first, and the tool selection happens automatically.
This matters most when you are context-switching rapidly — decoding a Base64 blob from a log file, then formatting a JSON API response, then parsing a timestamp from a database export. Each paste triggers the correct tool automatically, with no navigation required between them.
Frequently Asked Questions
What if my input matches more than one format?
The tool with the highest confidence score is applied automatically. All other matching tools appear as chips in the Detection Bar. Clicking any chip switches the active tool instantly.
Can I disable auto-detection and pick a tool manually?
Yes. Click any tool in the sidebar to lock it as the active tool, bypassing auto-detection. The sidebar is always accessible via the Tools button in the navigation bar.
Does auto-detection send my data anywhere?
No. The heuristic detection engine runs entirely in the browser. Only the optional AI mode sends a format-detection request to OpenAI. See the Privacy & Security page for full details.