Saving and exporting snippets
How the workspace stores your saved output and how to move it.
Any tool with an output panel has a Save button. It asks for a title and writes the result to this browser's IndexedDB. Saving is always explicit — nothing is captured in the background.
Where snippets live
In your browser's own database, tied to this site and this profile. They are not synced, because there is no account and no server to sync with.
Moving them between machines
- Open the workspace page.
- Choose Export JSON to download everything as one file.
- On the other machine, open the workspace and choose Import.
When snippets disappear
Clearing site data, using a different browser or profile, or working in a private window all mean the snippets are not there. Export anything you would be annoyed to lose.
Tools that never save
Tools marked sensitive — the JWT decoder, the HMAC generator, the password tools — deliberately have no save option, and their input is never written to storage.