Undo does not restore the expected state
stop applying transformations and recover from the source copy or downloaded file.
Use a browser scratchpad for disposable text cleanup and extraction, with clear localStorage and shared-device warnings.
Developer & Text ToolsAppKiro Text Scratchpad is a plain-text workspace with case conversion, line cleanup, sorting, deduplication, text/regex find-and-replace and extraction of emails, URLs or numbers. The current page also uses localStorage autosave and provides copy, download and clear actions. Plain-text editing with native undo behavior.
Enter the source data: Paste or type plain text and check whether autosave is enabled. Use synthetic data when testing regex or extraction patterns.
Choose the relevant settings: Apply one transformation at a time—case, whitespace, line sorting/deduplication, find/replace or extraction—and review the preview/result before replacing the source.
Review and verify the result: Copy or download the cleaned text, then use the clear-storage control and verify that the text is gone when working on a shared device.
stop applying transformations and recover from the source copy or downloaded file.
validate the pattern in the JavaScript Regex Tester and check flags/escaping.
clear local storage through the page control and verify browser-site data if necessary.
Batch mode processes up to 200 non-empty lines and reports invalid rows. ZIP generation streams entries and releases each temporary data URL after it is added, which avoids retaining a second full set of generated images in component state.
Yes, the current scope includes text and regex modes. Validate the JavaScript expression and test on a copy before replacing the source.
Use the line-deduplication action, then review whether comparison is case-sensitive and whether blank lines or whitespace are normalized before accepting the result.
Short answer: Use sample or non-production data. The current page describes local processing, but sensitive secrets still require an independent code and network audit before this can be treated as a security guarantee.
The layout adapts to narrow screens. File selection, camera access, clipboard actions and downloads still depend on the permissions and capabilities of the mobile browser.
Work on a copy, review each transformation and clear local persistence when the text should not remain on the device.